X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-498554.6 required=5.0 tests=AWL,BAYES_20 X-Spam-Check-By: sourceware.org X-MDAV-Processed: mail1.multiplay.co.uk, Sat, 25 Jul 2009 16:46:08 +0100 X-Spam-Processed: mail1.multiplay.co.uk, Sat, 25 Jul 2009 16:46:07 +0100 (not processed: message from trusted or authenticated source) X-MDRemoteIP: 188.220.16.48 X-Return-Path: prvs=14572fa238=killing AT multiplay DOT co DOT uk X-Envelope-From: killing AT multiplay DOT co DOT uk X-MDaemon-Deliver-To: cygwin AT cygwin DOT com Message-ID: <021A464076884903B4C5023D8C3C538E@multiplay.co.uk> From: "Steven Hartland" To: "Cygwin List" Subject: rebase issues when installing perl modules on 1.7 Date: Sat, 25 Jul 2009 16:46:04 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 When installing perl modules e.g. Bundle::CPAN from cpan the process is constantly dogged by rebase issues, where you have to kill off the perl process, as it never gives in try, and rebaseall. Is there anyway to help avoid this? $ uname -a CYGWIN_NT-6.1-WOW64 ibm 1.7.0(0.212/5/3) 2009-07-24 09:59 i686 Cygwin The rebase command I use atm is: ash -c "find /usr/lib/perl5 -name \*.dll -print0 |xargs -0 chmod a+wrx; /bin/rebaseall" Example errors: Checksum for /home/Administrator/.cpan/sources/authors/id/T/TJ/TJENNESS/File-Temp-0.22.tar.gz ok 12 [main] perl 13004 C:\cygwin\bin\perl.exe: *** fatal error - unable to remap \\?\C:\cygwin\lib\perl5\5.10\i686-cygwin\auto\Cw \Cwd.dll to same address as parent: 0x52270000 != 0x64980000 4 [main] perl 14088 fork: child 13004 - died waiting for dll loading, errno 11 099884 [main] perl 10356 C:\cygwin\bin\perl.exe: *** fatal error - unable to remap \\?\C:\cygwin\lib\perl5\5.10\i686-cygwin\auto\Cw \Cwd.dll to same address as parent: 0x52270000 != 0x64980000 113903 [main] perl 14088 fork: child 10356 - died waiting for dll loading, errno 11 Checksum for /home/Administrator/.cpan/sources/authors/id/A/AD/ADAMK/File-HomeDir-0.86.tar.gz ok 2 [main] perl 9032 C:\cygwin\bin\perl.exe: *** fatal error - unable to remap \\?\C:\cygwin\lib\perl5\5.10\i686-cygwin\auto\MIM E\Base64\Base64.dll to same address as parent: 0x6D6B0000 != 0x6DD70000 4 [main] perl 3552 fork: child 9032 - died waiting for dll loading, errno 11 ash -c "find /usr/lib/perl5 -name \*.dll -print0 |xargs -0 chmod a+wrx; /bin/rebaseall" Regards Steve -- 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