chromatic via RT did write:
garaud and I hope to have fixed this as of r16139, though he still has
some dynext and dynpmc failures on his FreeBSD 6.2-tobe box.

Can anyone still confirm?

I just synched to 16207, but the test suite produces the following:

Failed Test                  Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/codingstd/c_code_coda.t       1   256     2    1  1
t/codingstd/tabs.t              1   256     1    1  1
t/codingstd/trailing_space.t    1   256     1    1  1
t/src/basic.t                   1   256     3    1  3
t/src/compiler.t                6  1536     6    6  1-6
t/src/exit.t                    1   256     1    1  1
t/src/extend.t                 15  3840    15   15  1-15
t/src/hash.t                   11  2816    11   11  1-11
t/src/intlist.t                 1   256     4    1  1
t/src/io.t                     20  5120    20   20  1-20
t/src/list.t                    2   512     2    2  1-2
t/src/sprintf.t                 2   512     3    2  1-2
t/src/string.t                  2   512     3    2  2-3
 (1 subtest UNEXPECTEDLY SUCCEEDED), 8 tests and 591 subtests skipped.
Failed 13/266 test scripts. 64/6808 subtests failed.
Files=266, Tests=6808, 2280 wallclock secs (867.71 cusr + 264.75 csys = 1132.46 CPU)
Failed 13/266 test programs. 64/6808 subtests failed.

Can't install it, either.

[EMAIL PROTECTED]:/home/perl/src/parrot% sudo make reallyinstall
Password:
make installable
Compiling with:
xx.c
cc -I./include -DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.8/BSDPAN -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -pipe -Wdeclaration-after-statement -I/usr/local/include -g -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Winline -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Waggregate-return -Winline -Wno-unused -Wsign-compare -falign-functions=16 -Wformat-nonliteral -Wformat-security -Wpacked -Wdisabled-optimization -mno-accumulate-outgoing-args -Wno-shadow -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO -DPIC -fPIC -I. -o xx.o -c xx.c
perl -e 'chdir shift @ARGV; system q{make}, @ARGV; exit $? >> 8;' docs
perl -MExtUtils::Command -e mkpath ops
perl -e 'chdir shift @ARGV; system q{make}, @ARGV; exit $? >> 8;' src/dynpmc
perl -e 'chdir shift @ARGV; system q{make}, @ARGV; exit $? >> 8;' src/dynoplibs perl -e 'chdir shift @ARGV; system q{make}, @ARGV; exit $? >> 8;' compilers/past perl -e 'chdir shift @ARGV; system q{make}, @ARGV; exit $? >> 8;' compilers/pge cd PGE/pmc && perl /home/perl/src/parrot/tools/build/dynpmc.pl generate codestring cd PGE/pmc && perl /home/perl/src/parrot/tools/build/dynpmc.pl compile codestring cd PGE/pmc && perl /home/perl/src/parrot/tools/build/dynpmc.pl linklibs codestring cd PGE/pmc && perl /home/perl/src/parrot/tools/build/dynpmc.pl copy --destination=/home/perl/src/parrot/runtime/parrot/dynext codestring perl -e 'chdir shift @ARGV; system q{make}, @ARGV; exit $? >> 8;' compilers/tge perl -e 'chdir shift @ARGV; system q{make}, @ARGV; exit $? >> 8;' compilers/past-pm perl -e 'chdir shift @ARGV; system q{make}, @ARGV; exit $? >> 8;' compilers/json
Invoking Parrot to generate install_config.fpmc
./parrot config_lib.pasm --install > install_config.fpmc
perl tools/build/parrot_config_c.pl --install >  src/install_config.c
src/install_config.c
g++ -o ./installable_parrot compilers/imcc/main.o -L/home/perl/src/parrot/blib/lib -lparrot -lm -lcrypt -lutil -pthread -lgmp -lreadline -Wl,-E -L/usr/local/lib src/install_config.o
src/pdump.c
src/packdump.c
g++ -o ./installable_pdump src/pdump.o src/packdump.o -L/home/perl/src/parrot/blib/lib -lparrot -lm -lcrypt -lutil -pthread -lgmp -lreadline -Wl,-E -L/usr/local/lib
src/disassemble.c
g++ -o ./installable_disassemble src/disassemble.o -L/home/perl/src/parrot/blib/lib -lparrot -lm -lcrypt -lutil -pthread -lgmp -lreadline -Wl,-E -L/usr/local/lib
src/pbc_info.c
g++ -o ./installable_pbc_info src/pbc_info.o -L/home/perl/src/parrot/blib/lib -lparrot -lm -lcrypt -lutil -pthread -lgmp -lreadline -Wl,-E -L/usr/local/lib
src/pdb.c
src/pdb.c: In function `main':
src/pdb.c:153: warning: implicit declaration of function `IMCC_ast_init'
g++ -o ./installable_pdb src/pdb.o -L/home/perl/src/parrot/blib/lib -lparrot -lm -lcrypt -lutil -pthread -lgmp -lreadline -Wl,-E -L/usr/local/lib
src/pdb.o(.text+0xaa): In function `main':
src/pdb.c:153: undefined reference to `IMCC_ast_init'
*** Error code 1

Stop in /home/perl/src/parrot.
*** Error code 1

Stop in /home/perl/src/parrot.

All of the above was preceded by a 'make distclean' followed by a 'perl Configure.pl'.

Feel free to holler if you want some more info.

Thanks,
David
--
"It's overkill of course, but you can never have too much overkill."

Reply via email to