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.…
[View More] /\ |
phone: +31-30-2535278 v_/_
http://henk.vanlingen.net/http://www.tuxtown.net/netiquette/
[View Less]
Hi,
I just installed MonetDB-4.8.0_rc0 on FreeBSD 5.4-STABLE running on an
opteron.
To get it to compile I added this to monetdb_config.h:
#define __BSD_VISIBLE 1
and I changed
/* #define _POSIX_C_SOURCE 200112L */
/* XXX JOE */
#define _POSIX_C_SOURCE 200112
because a freebsd system header already had _POSIX_C_SOURCE defined
without the L.
when running "gmake check" I get:
!ERROR: Testing FAILED SIGNIFICANTLY !
2 out of 69 tests could not be executed
2 out of 69 tests …
[View More]produced slightly different output
2 out of 69 tests produced SIGNIFICANTLY different output
the output is at http://theoden.vpop.net/~joe/mtest/
Any idea what this means and why? I am brand new to monetdb.
thanks,
-joe
[View Less]
Hey,
Thanks to Niels Nes, my compilation problems were solved. Just for
others who may be reading: it was a bogus mel.yy.cc that I generated on
an early compile run without bison and flex installed, and this didn't
get removed by 'make clean' (something that will be fixed).
Anyway, now I ran 'make check', but not very successfully:
!ERROR: Testing FAILED SIGNIFICANTLY !
3 out of 222 tests could not be executed
219 out of 222 tests produced SIGNIFICANTLY different output
…
[View More]Basically typically the output I'd see was like this:
14:56:39> tests/suite_06/test_02.milS (<=60,60,60) ... 0.103s (Killed!)
test_02.stable.out.FILTERED and test_02.test.out.FILTERED are equal.
test_02.stable.err.FILTERED and test_02.test.err.FILTERED differ
SIGNIFICANTLY!
14:56:40> tests/suite_08/test_01.milM (<=60,60,60) ... 0.126s (Killed!)
test_01.stable.out.FILTERED and test_01.test.out.FILTERED are equal.
test_01.stable.err.FILTERED and test_01.test.err.FILTERED differ
SIGNIFICANTLY!
14:56:41> tests/suite_08/test_02.milS (<=60,60,60) ... 0.120s (Killed!)
test_02.stable.out.FILTERED and test_02.test.out.FILTERED are equal.
test_02.stable.err.FILTERED and test_02.test.err.FILTERED differ
SIGNIFICANTLY!
Looking at the HTML output, one set of unexpected output looks to be
option information like this:
# builtin opt config = ${prefix}/etc/MonetDB.conf
# builtin opt gdk_arch = 32biti686-pc-linux-gnu
# builtin opt gdk_version = 4.8.0
# builtin opt monet_pid = 30545
# builtin opt prefix = /home/faassen/tmp/local
# builtin opt exec_prefix = ${prefix}
# builtin opt gdk_dbname = tst
# builtin opt gdk_dbfarm = ${prefix}/var/MonetDB
More seriously, I get this:
! /home/faassen/working/monet/MonetDB-4.8.0/src/tools/Tests:: No such
file or directory
! All: No such file or directory
! client.milC: No such file or directory
! client.stable.err: No such file or directory
! client.stable.out: No such file or directory
! client.stable.out.64bit: No such file or directory
! client.stable.out.64bit.monet_nostalgic.: No such file or directory
... etc
Strangely enough, the directory mentioned does exist:
faassen@moon:~$ cd /home/faassen/working/monet/MonetDB-4.8.0/src/tools/Tests
faassen@moon:~/working/monet/MonetDB-4.8.0/src/tools/Tests$ pwd
/home/faassen/working/monet/MonetDB-4.8.0/src/tools/Tests
and those files, at least at a brief glance, do seem to exist too.
Again I guess I'm missing something somewhere..
Regards,
Martijn
[View Less]
Hi there,
I'm trying to get MonetDB compiled on my debian (unstable) box, but I
keep running into the same snag. It's probably something stupid, but I
cannot seem to solve it. The full error log is in the end, but much of
it seems to point to a missing yacc/bison during linking:
mel.o(.text+0x6f4): In function `main':
/home/faassen/working/monet/MonetDB-4.8.0/src/mel/mel.mx:400: undefined
reference to `yyin'
mel.tab.o(.text+0x126): In function `yyparse':
/home/faassen/working/monet/…
[View More]MonetDB-4.8.0/src/mel/mel.yy:53: undefined
reference to `yylineno'
I have bison and flex installed, and configure picks it up, but this
doesn't seem to help any... Does anyone have any clue on what I am doing
wrong here, and how to fix it?
Regards,
Martijn
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -ansi -Wall -W
-o mel FileInfo.o atomops.o mil.o prelude.o bat_arg.o epilogue.o
var_arg.o proto.o builtin.o glue.o mel.o mel.tab.o mel.yy.o symbol.o
command.o html.o module.o symtable.o any_arg.o debug.o iterator.o
object.o type_arg.o atom.o depend.o operator.o use.o atom_arg.o
dependency.o link.o ops.o
g++ -g -O2 -ansi -Wall -W -o mel FileInfo.o atomops.o mil.o prelude.o
bat_arg.o epilogue.o var_arg.o proto.o builtin.o glue.o mel.o mel.tab.o
mel.yy.o symbol.o command.o html.o module.o symtable.o any_arg.o debug.o
iterator.o object.o type_arg.o atom.o depend.o operator.o use.o
atom_arg.o dependency.o link.o ops.o
mel.yy.o(.text+0x0): In function `main':
/home/faassen/working/monet/MonetDB-4.8.0/src/mel/mel.yy.cc:2: multiple
definition of `main'
mel.o(.text+0x670):/home/faassen/working/monet/MonetDB-4.8.0/src/mel/mel.mx:388:
first defined here
/usr/bin/ld: Warning: size of symbol `main' changed from 1247 in mel.o
to 15 in mel.yy.o
mel.o(.text+0x6f4): In function `main':
/home/faassen/working/monet/MonetDB-4.8.0/src/mel/mel.mx:400: undefined
reference to `yyin'
mel.tab.o(.text+0x126): In function `yyparse':
/home/faassen/working/monet/MonetDB-4.8.0/src/mel/mel.yy:53: undefined
reference to `yylineno'
mel.tab.o(.text+0x138):/home/faassen/working/monet/MonetDB-4.8.0/src/mel/mel.yy:54:
undefined reference to `yyin'
mel.tab.o(.text+0x1e0):/home/faassen/working/monet/MonetDB-4.8.0/src/mel/mel.yy:61:
undefined reference to `yylineno'
mel.tab.o(.text+0x265):/home/faassen/working/monet/MonetDB-4.8.0/src/mel/mel.yy:64:
undefined reference to `close_and_change(void*, _IO_FILE*)'
mel.tab.o(.text+0x621):/home/faassen/working/monet/MonetDB-4.8.0/src/mel/mel.yy:124:
undefined reference to `get_cur_buffer()'
mel.tab.o(.text+0x637):/home/faassen/working/monet/MonetDB-4.8.0/src/mel/mel.yy:125:
undefined reference to `yylineno'
mel.tab.o(.text+0x691):/home/faassen/working/monet/MonetDB-4.8.0/src/mel/mel.yy:129:
undefined reference to `new_buffer(_IO_FILE*)'
mel.tab.o(.text+0x99f):/home/faassen/working/monet/MonetDB-4.8.0/src/mel/mel.yy:181:
undefined reference to `get_signature(char*)'
mel.tab.o(.text+0x9c0):/home/faassen/working/monet/MonetDB-4.8.0/src/mel/mel.yy:182:
undefined reference to `script'
mel.tab.o(.text+0x15dc): In function `yyparse':
/home/faassen/working/monet/MonetDB-4.8.0/src/mel/y.tab.c:1168:
undefined reference to `yylex()'
mel.tab.o(.text+0x176b): In function `mel_yyerror(char const*)':
/home/faassen/working/monet/MonetDB-4.8.0/src/mel/mel.yy:464: undefined
reference to `yylineno'
mel.tab.o(.text+0x178c): In function `mel_yyerror(char const*)':
/usr/include/c++/3.3/ostream:193: undefined reference to `yylineno'
mel.tab.o(.text+0x17da): In function `mel_yyerror(char const*)':
/home/faassen/working/monet/MonetDB-4.8.0/src/mel/mel.yy:468: undefined
reference to `yytext'
mel.tab.o(.text+0x17f3):/home/faassen/working/monet/MonetDB-4.8.0/src/mel/mel.yy:472:
undefined reference to `yytext'
mel.tab.o(.text+0x1876): In function `mel_yyerror(char const*)':
/usr/include/c++/3.3/ostream:193: undefined reference to `yytext'
mel.tab.o(.text+0x195b): In function `semerror()':
/home/faassen/working/monet/MonetDB-4.8.0/src/mel/mel.yy:494: undefined
reference to `yylineno'
mel.tab.o(.text+0x197c): In function `semerror()':
/usr/include/c++/3.3/ostream:193: undefined reference to `yylineno'
collect2: ld returned 1 exit status
make[4]: *** [mel] Error 1
make[4]: Leaving directory
`/home/faassen/working/monet/MonetDB-4.8.0/src/mel'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/home/faassen/working/monet/MonetDB-4.8.0/src/mel'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/faassen/working/monet/MonetDB-4.8.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/faassen/working/monet/MonetDB-4.8.0'
make: *** [all] Error 2
[View Less]