Subject: | make test failure on solaris 9 |
Solaris 9
Perl 5.8
IO::LockedFile .23
It appears that there are problems beginning at test 6:
Show quoted text
>make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..13
ok 1
ok 2 the file is locked exclussivly, so we could not open it to write
ok 3 the file is locked exclussivly, so we could not open it to read
ok 4 the file has a shared lock, so we could not open it to write
ok 5 the file has a shared lock, so we could open it to read
Uncaught exception from user code:
Cannot lock: Bad file number at test.pl line 67
IO::LockedFile::Flock::lock('IO::LockedFile::Flock=GLOB(0x12277c)') called at blib/lib/IO/LockedFile.pm line 95
IO::LockedFile::open('IO::LockedFile::Flock=GLOB(0x12277c)','/home/djberge/local/modules/perl/IO-LockedFile-0.23/locked1.txt',768) called at blib/lib/IO/LockedFile.pm line 52
IO::LockedFile::new('IO::LockedFile','/home/djberge/local/modules/perl/IO-LockedFile-0.23/locked1.txt',768) called at test.pl line 67
make: *** [test_dynamic] Error 255