X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=3.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Message-ID: <4D2C42B1.4070708@cpan.org> Date: Tue, 11 Jan 2011 06:44:49 -0500 From: Rafael Kitover Reply-To: rkitover AT cpan DOT org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: perl module .dll rebasing issues Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 Hello, it seems the 'perlrebase' script does not fix my DLL mapping errors that I see when trying to install modules from the CPAN shell. This is what I see: CPAN.pm: Going to build A/AR/ARCANEZ/DBIx-Class-0.08126.tar.gz 3 [main] perl 3164 C:\cygwin\bin\perl.exe: *** fatal error - unable to remap \\?\C:\cygwin\lib\perl5\5.10 \i686-cygwin\auto\Cwd\Cwd.dll to same address as parent: 0x9C0000 != 0x5780000 Stack trace: Frame Function Args 0088B0F8 6102749B (0088B0F8, 00000000, 00000000, 00000000) 0088B3E8 6102749B (61177B80, 00008000, 00000000, 61179977) 0088C418 61004AFB (611A136C, 6123EC6C, 009C0000, 05780000) End of stack trace After running perlrebase, I get the same exact result. I also tried closing all cygwin processes, going into cmd.exe and then: cd \cygwin\bin ash ./find /usr/lib/perl5 -name '*.dll' > perl_dlls.txt ./rebaseall -T ./perl-dlls.txt but this doesn't help either. I am running the latest cygwin (installed today) on Windows 7 64 bit on an eeebox eb1012 (nvidia ION chipset.) -- 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