> passed the current roadblock, not as a permanent solution. But I did
> recompile with -2147483647-1 and it also finishes building. 3 test
> scripts still fail:
Those failures are 'known ones'. Not that it makes it any better or
that they shouldn't be fixed, but now we are back at the point Fred
Sanchez and I recognize. The pragma/warnings one should go away as
soon as we figure out how to make Mac OS X and PerlIO play together.
The db-tree is probably a core dump since it fails right before the
first test (failing at test 0). The posix #10 is a failure related
to signals-- any known oddities with signal handling?
> pragma/warnings.......PROG:
> # pp_hot.c [pp_print]
> use warnings 'io' ;
> print STDIN "anc";
> print <STDOUT>;
> print <STDERR>;
> open(FOO, ">&STDOUT") and print <FOO>;
> print getc(STDERR);
> print getc(FOO);
> ####################################################################
> # The next test is known to fail on some systems (Linux+old glibc, #
> # some *BSDs (including Mac OS X and NeXT), among others. #
> # We skip it for now (on the grounds that it is "just" a warning). #
> ####################################################################
> #read(FOO,$_,1);
> no warnings 'io' ;
> print STDIN "anc";
> EXPECTED:
> Filehandle STDIN opened only for input at - line 3.
> Filehandle STDOUT opened only for output at - line 4.
> Filehandle STDERR opened only for output at - line 5.
> Filehandle FOO opened only for output at - line 6.
> Filehandle STDERR opened only for output at - line 7.
> Filehandle FOO opened only for output at - line 8.
> GOT:
> Filehandle STDIN opened only for input at - line 3.
> Filehandle STDOUT opened only for output at - line 4.
> Filehandle STDERR opened only for output at - line 5.
> Filehandle STDERR opened only for output at - line 7.
> FAILED at test 308
> lib/db-btree..........FAILED at test 0
> lib/posix.............FAILED at test 10
--
$jhi++; # http://www.iki.fi/jhi/
# There is this special biologist word we use for 'stable'.
# It is 'dead'. -- Jack Cohen