On Oct 5, 2005, at 12:11 AM, Joshua Hoblitt via RT wrote:

[EMAIL PROTECTED] - Tue Jun 07 02:29:24 2005]:

A 'make test' of parrot failed some tests on Linux/m68k.

Here is the contents of myconfig:

Summary of my parrot 0.2.1 (r8279) configuration:
   configdate='Mon Jun  6 03:37:27 2005'

Would you mind retesting with the latest sources from SVN?

Parrot itself builds successfully, but 'make' fails here:

...
./parrot -o runtime/parrot/library/Stream/Sub.pbc runtime/parrot/library/Stream/Sub.imc ./parrot -o runtime/parrot/library/Stream/Writer.pbc runtime/parrot/library/Stream/Writer.imc ./parrot -o runtime/parrot/library/YAML/Parser/Syck.pbc runtime/parrot/library/YAML/Parser/Syck.imc /usr/bin/perl -e 'chdir shift @ARGV; system q{make}, @ARGV; exit $? >> 8;' dynclasses
make[1]: Entering directory `/home/jjuran/src/parrot/dynclasses'
/usr/bin/perl /home/jjuran/src/parrot/build_tools/pmc2c.pl --dump match.pmc Can't write 'classes/default.dump' at /home/jjuran/src/parrot/build_tools/pmc2c.pl line 664.
pmc2c dump failed (512)
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jjuran/src/parrot/dynclasses'
make: *** [dynclasses.dummy] Error 2

My guess is that the absence of directory '/home/jjuran/src/parrot/dynclasses/classes' is causing open to fail, and that the trivial fix is to open '../classes/default.dump' instead. Or not change directories.

Josh

Reply via email to