This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

rebase issues when installing perl modules on 1.7


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]