public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Unable to install LWP
@ 2012-07-10  4:59 Andrew DeFaria
  2012-07-10  5:51 ` marco atzeri
  2012-07-10  6:55 ` Achim Gratz
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew DeFaria @ 2012-07-10  4:59 UTC (permalink / raw)
  To: cygwin

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' (0x2180000) 
is already occupied
       1 [main] perl 4852 child_info_fork::abort: address space needed 
by 'Bzip2.dll' (0x2180000) is already occupied
      36 [main] perl 12992 child_info_fork::abort: address space needed 
by 'Bzip2.dll' (0x2180000) is already occupied
      36 [main] perl 12992 child_info_fork::abort: address space needed 
by 'Bzip2.dll' (0x2180000) is already occupied

Is this a rebase issue? How can I update my LWP?
-- 
Andrew DeFaria <http://defaria.com>
Good health is merely the slowest possible rate at which one can die.


--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Unable to install LWP
  2012-07-10  4:59 Unable to install LWP Andrew DeFaria
@ 2012-07-10  5:51 ` marco atzeri
  2012-07-10  6:55 ` Achim Gratz
  1 sibling, 0 replies; 3+ messages in thread
From: marco atzeri @ 2012-07-10  5:51 UTC (permalink / raw)
  To: cygwin

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' (0x2180000)
> is already occupied
>        1 [main] perl 4852 child_info_fork::abort: address space needed
> by 'Bzip2.dll' (0x2180000) is already occupied
>       36 [main] perl 12992 child_info_fork::abort: address space needed
> by 'Bzip2.dll' (0x2180000) is already occupied
>       36 [main] perl 12992 child_info_fork::abort: address space needed
> by 'Bzip2.dll' (0x2180000) 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Unable to install LWP
  2012-07-10  4:59 Unable to install LWP Andrew DeFaria
  2012-07-10  5:51 ` marco atzeri
@ 2012-07-10  6:55 ` Achim Gratz
  1 sibling, 0 replies; 3+ messages in thread
From: Achim Gratz @ 2012-07-10  6:55 UTC (permalink / raw)
  To: cygwin

Andrew DeFaria <Andrew <at> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-07-10  6:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-10  4:59 Unable to install LWP Andrew DeFaria
2012-07-10  5:51 ` marco atzeri
2012-07-10  6:55 ` Achim Gratz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).