I'm running perl, v5.6.0 built for cygwin.  When I try to get CPAN to
install Bundle::CPAN, it fails in the Net-Telnet-3.02.
If I build Net-Telnet manually, it seems to work (make test doesn't
fail), and install okay, but subsequent attempts to build
Bundle::CPAN fail on the Net-Telnet package.

Any idea what's wrong?  I've included the transcripts.

Thanks for any help you can give,
Steve Kelem

When running perl -MCPAN -e shell,
install Bundle::CPAN
I get:

cpan> install Bundle::CPAN
Going to read /home/Kelem/.cpan/sources/authors/01mailrc.txt.gz
CPAN: Compress::Zlib loaded ok
Going to read
/home/Kelem/.cpan/sources/modules/02packages.details.txt.gz
Scanning cache /home/Kelem/.cpan/build for sizes
Going to read /home/Kelem/.cpan/sources/modules/03modlist.data.gz
File::Spec is up to date.
MD5 is up to date.
Compress::Zlib is up to date.
Archive::Tar is up to date.
Data::Dumper is up to date.
Running make for J/JR/JROGERS/Net-Telnet-3.02.tar.gz
CPAN: MD5 loaded ok
Checksum for
/home/Kelem/.cpan/sources/authors/id/J/JR/JROGERS/Net-Telnet-3.02.tar.gz
ok
G:\usr\local\bin\perl.exe: *** unable to remap (null) to same address as
parent-- 0x0
      0 [main] perl 1666 sync_with_child: child 465(0x38) died before
initialization with status code 0x1
    529 [main] perl 1666 sync_with_child: *** child state child loading
dlls
   1930 [sig] perl 1666 stackdump: Dumping stack trace to
perl.exe.stackdump

If I build Net-Telnet-3.02 manually, it works:
% perl Makefile.PL
Writing Makefile for Net::Telnet
{% make
Manifying blib/man3/Net::Telnet.3
% make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib
-I/usr/local/lib/perl5/5.6.0/cygwin -I/usr/local/lib/perl5/5.6.0 -e 'use
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t

t/select............Ambiguous call resolved as CORE::open(), qualify as
such or use & at blib/lib/Net/Telnet.pm line 1994.
t/select............ok
All tests successful.
Files=1, Tests=1,  1 wallclock secs ( 0.25 cusr +  0.30 csys =  0.54
CPU)
% make intall
Manifying blib/man3/Net::Telnet.3
Skipping /usr/local/lib/perl5/site_perl/5.6.0/Net/Telnet.pm (unchanged)
Installing /usr/local/man/man3/Net.Telnet.3
Writing
/usr/local/lib/perl5/site_perl/5.6.0/cygwin/auto/Net/Telnet/.packlist
Appending installation info to
/usr/local/lib/perl5/5.6.0/cygwin/perllocal.pod

Reply via email to