X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: References: <500F4846 DOT 7090009 AT gmail DOT com> Date: Mon, 30 Jul 2012 12:55:41 -0500 Message-ID: Subject: Re: install package from cpan report "address space needed by ... is already occupied" From: Reini Urban To: cygwin AT cygwin DOT com Content-Type: multipart/mixed; boundary=0015175cab323034e504c60fc577 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com --0015175cab323034e504c60fc577 Content-Type: text/plain; charset=ISO-8859-1 On Fri, Jul 27, 2012 at 5:20 AM, Aaron Schneider wrote: > On 25/07/2012 3:13, ping wrote: >> >> I'm trying to install App::Asciio in cygwin, but got following error, >> please advice, or what info are still needed to proceed, thanks! >> >> CPAN: Module::Build loaded ok (v0.3613) >> >> CPAN.pm: Going to build N/NK/NKH/App-Asciio-1.02.71.tar.gz >> >> 0 [main] perl 6432 child_info_fork::abort: address space needed >> by 'Base64.dll' (0xC60000) is already occupied >> 1 [main] perl 3844 child_info_fork::abort: unable to remap >> Util.dll to same address as parent (009A0000) - try running rebaseall >> 0 [main] perl 10708 child_info_fork::abort: address space needed >> by 'Base64.dll' (0xC60000) is already occupied >> 0 [main] perl 11276 child_info_fork::abort: unable to remap >> Util.dll to same address as parent (009A0000) - try running rebaseall >> 0 [main] perl 1976 child_info_fork::abort: address space needed >> by 'Base64.dll' (0xC60000) is already occupied >> > > Could you rename your c:\cygwin folder to c:\cygwin_bak and try a fresh > install and see if happens the same? Are you installing cpan modules from > binaries or compiling them with 'perl Build.PL'? > > - There should be no need to rebase any dll, try installing all cpan modules > from source code (the tar.gz). Install only perl from cygwin's setup.exe. If > there are any compilation issues with any cpan module you will see it right > away. All modules should compile and pass all t tests. You will need to > install dependencies like gcc, gcc4, libbz2-devel, pkg-config and probably > more from setup.exe. > - Remember to keep closed all terminals and cygwin sessions when running > setup.exe > - I wasn't able to compile a lot of cpan modules under cygwin, for example > P/PD/PDENIS/Test-Strict-0.14.tar.gz with either perl 5.10 or perl 5.14. This > is not the case for Ubuntu, for example, at least trying to install all cpan > dependencies for App-Asciio-1.02.71. This part is a problem of a wrong test in Test-Strict-0.14/t/01all.t. It falsely assumes cygwin is MSWin32 because Win32 is loadable and then tries to convert paths by Win32::GetLongPathName(). Expand the attached two files into .cpan/ to apply my patch automatically on your next cpan attempt. -- Reini Urban http://cpanel.net/ http://www.perl-compiler.org/ --0015175cab323034e504c60fc577 Content-Type: application/x-gzip; name="Test-Strict-0.14.tar.gz" Content-Disposition: attachment; filename="Test-Strict-0.14.tar.gz" Content-Transfer-Encoding: base64 X-Attachment-Id: f_h59uysp30 H4sIAEHKFlAAA+2VW2vbMBTH8zp9ioPXh5ZEtuRr61DIoBsrbOkggb6EDieW M4Etp740y7r1s09yti7dhb6EvOz8EJZ9pHOObP2PNRV1QydNJRcNZTb37VXS LD719grThL5veh4FvOt16+yGKAx73GUsCHw/4NrOvZC7PWD7XcbfaesmqQB6 VVvNE/XveeNSiUOs58CkMsuAzluwncZhPMlzu3nYfSCU0ieDL1y9e5S5lHvA T+OAxYzbP7eSAWUhY6Tf7+86GR+Xsoh6DLgb+2exG9pnLj+Ngq2P7shoBNQf RNA3l9GIQFsLeCNzEcdTUazgdn0Mjb5JZdX1mR6CkyEBAsUGjt6+mny8vhx7 LpwDGxIqMzg+urmC8wdwrqX6elHWjjyBe3gJ78okBW3Tc/WstYCkEtCqVFTG mpbrGhKVmrGiTFudRWrDXSLzZJ4L0t+N/H6y19gAIO6SHG7vu7ffxvk2NPYu 60gnMQ8A66RSYF2tGlkq7fAj2NahkHUt1XIAi1LV0qSWSss8z7Vxpqwh+bX/ q0pktfPh4vX4ckKnv/8MNkW+B409V/+uFzzWfxR4uv4DH+v/MOjqJouyKIRq YrAWm+VaKiNJVTbQadtzB5DJz/BYyxYpzBERaxmmstZimbdGg9r7Zisj54mM ZlpHM1t/45m9/HJkke58EbVxp2DZtqPbH7rrJlnk+eUjCIIgCIIgCIIgCIIg CIIgCIIgCIIgCIL893wHCwgcwQAoAAA= --0015175cab323034e504c60fc577 Content-Type: text/plain; charset=us-ascii -- 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 --0015175cab323034e504c60fc577--