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] | |
Hi,
Building perl's CPAN-1.81 fails under the current version of cygwin
updated as of this morning. Running rebaseall does not solve the
problem.
Could the problem be related to this one:
http://www.cygwin.com/ml/cygwin/2005-09/msg00303.html
To reproduce the problem do the following:
wget
http://mirror.uni-c.dk/pub/CPAN/authors/id/A/AN/ANDK/CPAN-1.81.tar.gz
tar zxof CPAN-1.81.tar.gz
cd CPAN-1.81
perl Makefile.PL && make test
which gives the following output:
Importing PAUSE public key into your GnuPG keychain... done!
(You may wish to trust it locally with 'gpg --lsign-key 450F89EC')
Checking if your kit is complete...
Looks good
Writing Makefile for CPAN
cp lib/CPAN.pm blib/lib/CPAN.pm
cp lib/CPAN/Admin.pm blib/lib/CPAN/Admin.pm
cp lib/CPAN/Tarzip.pm blib/lib/CPAN/Tarzip.pm
cp lib/CPAN/Debug.pm blib/lib/CPAN/Debug.pm
cp lib/CPAN/HandleConfig.pm blib/lib/CPAN/HandleConfig.pm
cp lib/Bundle/CPAN.pm blib/lib/Bundle/CPAN.pm
cp lib/CPAN/Version.pm blib/lib/CPAN/Version.pm
cp lib/CPAN/Nox.pm blib/lib/CPAN/Nox.pm
cp lib/CPAN/FirstTime.pm blib/lib/CPAN/FirstTime.pm
cp scripts/cpan blib/script/cpan
/usr/bin/perl.exe "-MExtUtils::MY" -e "MY->fixin(shift)"
blib/script/cpan
/usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/loadme........ok
t/mirroredby....ok
t/Nox...........ok
t/pod...........ok
t/signature..... 4 [main] gpg 2212 fixup_mmaps_after_fork: WARNING:
VirtualProtectEx to return to previous state in parent failed for
MAP_PRIVATE address 0x18A10000, Win32 error 87
6545 [main] gpg 2212 fixup_mmaps_after_fork: WARNING: VirtualProtect
to copy protection to child failed forMAP_PRIVATE address 0x18A10000,
Win32 error 87
7026 [main] gpg 2212 fixup_mmaps_after_fork: ReadProcessMemory (2nd
try) failed for MAP_PRIVATE address 0x18A10000, Win32 error 87
C:\cygwin\bin\gpg.exe (2212): *** recreate_mmaps_after_fork_failed
377 [main] gpg 608 fork_parent: child 2212 died waiting for dll
loading
t/signature.....ok
t/vcmp..........ok
t/version.......ok
All tests successful.
Files=7, Tests=68, 4 wallclock secs ( 2.54 cusr + 1.16 csys = 3.70
CPU)
Best regards,
Bernt Guldbrandtsen
Attachment:
cygcheck.out
Description: cygcheck.out
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |