On Wed, Sep 03, 2008 at 01:16:53PM +0300, Shlomi Fish wrote: > On Wednesday 03 September 2008, Nicholas Clark wrote: > > On Wed, Sep 03, 2008 at 12:26:59PM +0300, Shlomi Fish wrote: > > > On Tuesday 02 September 2008, Nicholas Clark wrote: > > > > Online, but not in your e-mail message, you note: > > > > > > > > I could not reproduce this problem by running "perl Makefile.PL" ; > > > > "make" ; "make test" in the latest IPC::SysV. > > > > > > > > > > > > If you re-run your > > > > > > > > rsync -auvz rsync://ftp.linux.activestate.com/perl-5.8.x/ > > > > perl-5.8.x-latest > > > > > > > > does it build and test cleanly now? > > > > > > No, it doesn't - still the same problem: > > > > > > shlomi:~/Download/unpack/perl/perl5/maint-perl/perl-5.8.x-1220431890/t$ > > > ./perl -MTestInit ../ext/IPC/SysV/t/ipcsysv.t IPC::SysV object version > > > 2.00 does not match bootstrap parameter 1.05 at ../lib/DynaLoader.pm line > > > 250. > > > Compilation failed in require at ../ext/IPC/SysV/t/ipcsysv.t line 43. > > > BEGIN failed--compilation aborted at ../ext/IPC/SysV/t/ipcsysv.t line 43. > > > # Looks like your test died before it could output anything. > > > shlomi:~/Download/unpack/perl/perl5/maint-perl/perl-5.8.x-1220431890/t$ > > > ./perl -MTestInit ../ext/IPC/SysV/t/msg.t IPC::SysV object version 2.00 > > > does not match bootstrap parameter 1.05 at ../lib/DynaLoader.pm line 250. > > > Compilation failed in require at ../ext/IPC/SysV/t/msg.t line 37. > > > BEGIN failed--compilation aborted at ../ext/IPC/SysV/t/msg.t line 37. > > > # Looks like your test died before it could output anything. > > > > Strange. Do you have a version 1.05 of IPC::SysV object installed anywhere > > on the system? > > > > Yes, under: > > /usr/lib/perl5/5.10.0/i386-linux-thread-multi/IPC/SysV.pm Aha. On your journal; http://use.perl.org/~Shlomi+Fish/journal/37138 @INC for perl v5.8.8: /home/shlomi/apps/perl/modules/lib/perl5/site_perl/5.10.0 /home/shlomi/apps/perl/modules/lib/perl5/site_perl/5.8.8 /home/shlomi/apps/perl/modules/lib/site_perl/5.10.0 /home/shlomi/apps/perl/modules/lib/site_perl/5.8.8/i686-linux /home/shlomi/apps/perl/modules/lib/site_perl/5.8.8 /home/shlomi/apps/perl/modules/lib/perl5/5.10.0 /home/shlomi/apps/perl/modules/lib/perl5/5.8.8 What on earth are 5.10.0 entries doing there? That's just wrong. That needs fixing. Nicholas ClarkThread Previous