Hi,
Is there a special reason there are no i686 RPM's anymore like there
were until 4.6.0_rc2?
I think it's a bit weird there are RPM's for the hobby OS 'FedoraCore'
but not for the much used server OS 'RedHat Enterprise 3 (and 4)'?
The FedoraCore (which Core?) needs libstdc++.so.6 whereas RHEL 3 only
has libstdc++.so.5 ...
There also seems to be no SRPM's.
Cheers,
--
Henk van Lingen, Systems & Network Administrator (o- -+
Dept. of Computer Science, Utrecht University. /\ |
phone: +31-30-2535278 v_/_
http://henk.vanlingen.net/http://www.tuxtown.net/netiquette/
Hello everybody,
I can't compile MonetDB from sources no matter what I do. Even with the
patch from Marcel. I've been trying to compile the MonetDB-4.8.2 sources
as well as CVS version. What I get is attached below.
Could someone point out the exact steps to compile this stuff on FreeBSD
5.3? I would be very grateful.
Eugene
root@inspiron:~/MonetDB-4.8.2/FreeBSD> gmake
cd .. && /usr/local/bin/bash /root/MonetDB-4.8.2/conf/missing --run
aclocal-1.9
/usr/X11R6/share/aclocal/xmms.m4:17: warning: underquoted definition of
XMMS_TEST_VERSION
run info '(automake)Extending aclocal'
or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/X11R6/share/aclocal/xmms.m4:62: warning: underquoted definition of
AM_PATH_XMMS
/usr/X11R6/share/aclocal/oaf.m4:4: warning: underquoted definition of
AM_PATH_OAF
/usr/X11R6/share/aclocal/libglade.m4:7: warning: underquoted definition
of AM_PATH_LIBGLADE
/usr/X11R6/share/aclocal/libart.m4:11: warning: underquoted definition
of AM_PATH_LIBART
/usr/X11R6/share/aclocal/imlib.m4:9: warning: underquoted definition of
AM_PATH_IMLIB
/usr/X11R6/share/aclocal/imlib.m4:167: warning: underquoted definition
of AM_PATH_GDK_IMLIB
/usr/X11R6/share/aclocal/gtk.m4:7: warning: underquoted definition of
AM_PATH_GTK
/usr/X11R6/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted
definition of AM_PATH_GDK_PIXBUF
/usr/X11R6/share/aclocal/gconf-1.m4:4: warning: underquoted definition
of AM_PATH_GCONF
/usr/X11R6/share/aclocal/gconf-1.m4:71: warning: underquoted definition
of AM_GCONF_SOURCE
aclocal:configure.in:74: warning: macro `AM_MONETDB_COMPILER' not found
in library
aclocal:configure.in:75: warning: macro `AM_MONETDB_TOOLS' not found in
library
aclocal:configure.in:76: warning: macro `AM_MONETDB_OPTIONS' not found
in library
aclocal:configure.in:77: warning: macro `AM_MONETDB_LIBS' not found in
library
cd .. && /usr/local/bin/bash /root/MonetDB-4.8.2/conf/missing --run
autoconf
configure.in:74: error: possibly undefined macro: AM_MONETDB_COMPILER
If this token and others are legitimate, please use
m4_pattern_allow.
See the Autoconf documentation.
configure.in:75: error: possibly undefined macro: AM_MONETDB_TOOLS
configure.in:76: error: possibly undefined macro: AM_MONETDB_OPTIONS
configure.in:77: error: possibly undefined macro: AM_MONETDB_LIBS
WARNING: `autoconf' is missing on your system. You should only need it
if
you modified `configure.in'. You might want to install the
`Autoconf' and `GNU m4' packages. Grab them from any GNU
archive site.
/usr/local/bin/bash ./config.status --recheck
running /usr/local/bin/bash ../configure --no-create --no-recursion
checking build system type... i386-unknown-freebsd5.3
checking host system type... i386-unknown-freebsd5.3
checking target system type... i386-unknown-freebsd5.3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
../configure: line 1898: syntax error near unexpected token
`AM_MONETDB_TOOLS'
../configure: line 1898: `AM_MONETDB_TOOLS()'
gmake: *** [config.status] Error 2
Hello,
The following, very small, patch makes MonetDB compile without errors
and warnings on a FreeBSD 5.4 system. I was able to succesfully compile
and run MonetDB this way on FreeBSD.
-----------------------------------------------------------------
+++ ./conf/monet.m4 Wed Oct 19 21:26:01 2005
@@ -236,6 +236,8 @@ yes-*-*)
dnl defines that enable the features beyond C89 in the various
dnl platforms. Here's what we found working so far...
case "$gcc_ver-$host_os" in
+ *-freebsd*)
+ ;;
*-cygwin*)
dnl MonetDB/src/testing/Mtimeout.c fails to compile with
dnl "--std=c99" as the compiler then refuses to recognize
------------------------------------------------------------------
Kind regards,
Marcel Hamer
Dear monetdb-users(a)lists.sourceforge.net:
Bullet-Proof server:
Fresh IPs
1024MB RAM
P4 CPU
72GB SCSI
Dedicated 100M fiber
Unlimited Data Transfer
Any software
Based China
US$599.00 per month
May use the server for:
Bulk web Hosting
Direct Mail
We also supply email list according to your
order and sending out your message for you.
Hope to service for you.
Cheers!
Jone
Server Team
kezunli666(a)sohu.com
For.NoSend: MoreNot(a)yahoo.com
Hello,
It seems MonetDB has problem with handling of huge tables (larger than
amount of memory available).
I tried to load large amount of data into a table using COPY command.
I loaded same data (6 millions records, 700+MBytes) few times. Loading
was successful two times, on third time server crushed. After crush I
could not start the server again, it output messages
!WARNING: GDKlockHome: ignoring empty or invalid .gdk_lock.
!FATAL: BBPinit: cannot properly process bat/BACKUP/.
and exited.
Removing of the database data directory did not help much - server
output messages
!ERROR:mvc_init: unable to create system tables
!WARNING: BBPincref: range error 410
Couple minutes later it output
!ERROR: BATSIGcrash: Mserver internal error (Segmentation fault),
please restart .
!ERROR: (One potential cause could be that your disk might be full...)
Well, insufficient disk space could be a cause, before server crashed
I had approximately 2GB free. But I have cleaned up 10 GB and problem
persists.
How can I troubleshoot and fix the server ? What are memory / disk
space requirements when bulk loading data ?
I tested with 32-bit system, 512 MB RAM + 1GB swap, Ubuntu Linux,
MonetDB-4.9.3, nightly build dated September 30.
--
Best regards,
Andrei Martsinchyk mailto:andrei.martsinchyk@gmail.com
Hello,
I am trying to pipe output from my application using bulk load.
If application produced output like this:
CREATE TABLE test (col1 int);
COPY 3 RECORDS INTO "test" FROM stdin USING DELIMITERS '\t';
1
2
NULL
COMMIT;
I could pipe it to MapiClient -lsql -umonetdb -Pmonetdb, it worked OK.
But application does not know how many rows it will produce, until
dump out all the records.
When I tried to skip record count I got failed assertion error (a bug
?). Anyway, it would fail when encountered COMMIT; at the end.
At the same time COPY without record count can load data from a file,
but I do not want to put data into temp table and then do load because
i want them run in parallel.
Could you suggest a way to do the loading ?
--
Best regards,
Andrei Martsinchyk mailto:andrei.martsinchyk@gmail.com