Re: Unable to install LWP

2012-07-09 Thread Achim Gratz
Andrew DeFaria  DeFaria.com> writes:
> Is this a rebase issue? How can I update my LWP?

Yes, this is a rebase issue.  You can just build without the test, change into
the build directory and rebase manually, then do the install.  You can also
force the installation even though the test will fail.  You will still have to
rebase the newly installed objects after installation.


Regards,
Achim.



--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Unable to install LWP

2012-07-09 Thread marco atzeri

On 7/10/2012 6:58 AM, Andrew DeFaria wrote:

The version of LWP in Cygwin is 5.836 yet CPAN has 6.04. I tried to
update this with "cpan LWP". It cranks along and has it's requirements
and eventually gets down to IO::Compress::Bzip2. But this fails to
install instead it does:

   PMQS/IO-Compress-2.052.tar.gz
   make -- OK
CPAN: YAML loaded ok (v0.71)
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/000prereq.t ... ok
t/001bzip2.t  ok
t/001zlib-generic-deflate.t . ok
t/001zlib-generic-gzip.t  ok
t/001zlib-generic-rawdeflate.t .. ok
t/001zlib-generic-zip.t . ok
t/002any-deflate.t .. ok
t/002any-gzip.t . ok
t/002any-rawdeflate.t ... ok
t/002any-transparent.t .. ok
t/002any-zip.t .. ok
t/004gziphdr.t .. ok
t/005defhdr.t ... ok
t/006zip.t .. ok
t/010examples-bzip2.t ... 1/20   1 [main] perl 4852
child_info_fork::abort: address space needed by 'Bzip2.dll' (0x218)
is already occupied
   1 [main] perl 4852 child_info_fork::abort: address space needed
by 'Bzip2.dll' (0x218) is already occupied
  36 [main] perl 12992 child_info_fork::abort: address space needed
by 'Bzip2.dll' (0x218) is already occupied
  36 [main] perl 12992 child_info_fork::abort: address space needed
by 'Bzip2.dll' (0x218) is already occupied

Is this a rebase issue? How can I update my LWP?



It is a rebase issue. can you skip the make check ?


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple