Skip Menu |

This queue is for tickets about the Apache-Session CPAN distribution.

Report information
The Basics
Id: 60445
Status: resolved
Priority: 0/
Queue: Apache-Session

People
Owner: Nobody in particular
Requestors: MARKLE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.88
Fixed in: 1.89



Subject: won't build in CentOS: Use of uninitialized value in semop
The build stalls at the point below and never completes. --mark-- CHORNY/Apache-Session-1.88.zip /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/99base64.t ....... ok t/99dbfile.t ....... ok t/99dbfilestore.t .. ok t/99file.t ......... ok t/99filelock.t ..... ok t/99filestore.t .... ok t/99flex.t ......... 1/12 Use of uninitialized value in semop at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/IPC/Semaphore.pm line 106.
It does complete (with that uninitialized value warning) if I build it from the source with `perl Makefile.PL; make; make test`. It stalls forever after the uninitialized value warning when trying to install the module with CPAN. Any ideas? ... a zip file? really? :-) Mark
On Wed Aug 18 01:31:48 2010, MARKLE wrote: Show quoted text
> It does complete (with that uninitialized value warning) if I build it > from the source with `perl Makefile.PL; make; make test`. > > It stalls forever after the uninitialized value warning when trying to > install the module with CPAN. > > Any ideas?
As I'm tired trying to make tests with semaphores work, I've just removed this part of test. For me test does not hang when installing with cpan client on CentOS. Warning message still appears. Show quoted text
> > ... a zip file? really? :-)
Do you really care? I'm moving to Module::Build in next version and it would be .tar.gz. -- Alexandr Ciornii, http://chorny.net