Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 9735
Status: resolved
Priority: 0/
Queue: CPANPLUS

People
Owner: Nobody in particular
Requestors: RSOD [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



To: bug-CPANPLUS [...] rt.cpan.org
From: Richard Soderberg <rsod [...] cpan.org>
Subject: Weird results while installing POE+dependencies
Date: Fri, 14 Jan 2005 12:21:13 -0800

Message body is not shown because it is too large.

From: Richard Soderberg <rsod [...] cpan.org>
Subject: Re: [cpan #9735] AutoReply: Weird results while installing POE+dependencies
Date: Fri, 14 Jan 2005 13:12:22 -0800
To: bug-CPANPLUS [...] rt.cpan.org
RT-Send-Cc:
coral@cay:~/Work/p4/coral/ > sudo cpanp -i POE::Component::Client::IRC POE::Component::Server::XMLRPC Password: [MSG] Checking if source files are up to date [MSG] Retrieving /Users/coral/.cpanplus/sourcefiles.2.13.stored [ERROR] 'POE::Component::Client::IRC' does not contain an author part [ERROR] Cannot find 'POE::Component::Client::IRC' in the module tree No such module: POE::Component::Client::IRC Installing POE::Component::Server::XMLRPC ==> MISSING Signature file! <== [MSG] Module 'POE::Component::Server::XMLRPC' requires 'POE' version '0.22' to be installed [MSG] Module 'POE::Component::Server::XMLRPC' requires 'POE::Component::Server::HTTP' version '0.02' to be installed [MSG] Module 'POE::Component::Server::XMLRPC' requires 'XMLRPC::Lite' version '0.28' to be installed ==> MISSING Signature file! <== [MSG] Already ran '/usr/bin/make' for this module [POE] -- not running again unless you force Running [/usr/bin/make test UNINST=1]... /usr/bin/perl Makefile.PL --config= --installdeps=Test::More,0.54,Socket6,0.14 ==================================================================== Prompts may be bypassed by running: /usr/bin/perl Makefile.PL --default Only necessary modules will be installed by default. ==================================================================== POE's test suite requires a functional network. However, we can skip those tests requiring network access if you would like. Would you like to skip the network tests? (Any text other than Y or y will be taken as a no) [n] *** Installing dependencies... [MSG] Checking if source files are up to date [MSG] Retrieving /Users/coral/.cpanplus/sourcefiles.2.13.stored *** Installing Socket6... [MSG] Trying to get 'http://cpan.pair.com/authors/id/U/UM/UMEMOTO/CHECKSUMS' [MSG] Checksum matches for 'Socket6-0.17.tar.gz' [MSG] Extracted 'Socket6-0.17/' [MSG] Extracted 'Socket6-0.17/t/' [MSG] Extracted 'Socket6-0.17/t/use.t' [MSG] Extracted 'Socket6-0.17/gai.h' [MSG] Extracted 'Socket6-0.17/getnameinfo.c' [MSG] Extracted 'Socket6-0.17/MANIFEST' [MSG] Extracted 'Socket6-0.17/config.h.in' [MSG] Extracted 'Socket6-0.17/acconfig.h' [MSG] Extracted 'Socket6-0.17/configure.in' [MSG] Extracted 'Socket6-0.17/META.yml' [MSG] Extracted 'Socket6-0.17/Socket6.xs' [MSG] Extracted 'Socket6-0.17/im-140.diff' [MSG] Extracted 'Socket6-0.17/inet_pton.c' [MSG] Extracted 'Socket6-0.17/aclocal.m4' [MSG] Extracted 'Socket6-0.17/ChangeLog' [MSG] Extracted 'Socket6-0.17/inet_ntop.c' [MSG] Extracted 'Socket6-0.17/configure' [MSG] Extracted 'Socket6-0.17/gailookup.pl.in' [MSG] Extracted 'Socket6-0.17/ftpmirror-1.96.diff' [MSG] Extracted 'Socket6-0.17/config.pl.in' [MSG] Extracted 'Socket6-0.17/Socket6.pm' [MSG] Extracted 'Socket6-0.17/README' [MSG] Extracted 'Socket6-0.17/Makefile.PL' [MSG] Extracted 'Socket6-0.17/getaddrinfo.c' [MSG] Extracted 'Socket6' to '/Users/coral/.cpanplus/5.8.1/build/Socket6-0.17' ==> MISSING Signature file! <== Running [/usr/bin/perl Makefile.PL ]... loading cache ./config.cache checking for gcc... (cached) cc checking whether the C compiler (cc ) works... yes checking whether the C compiler (cc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking whether your Perl5 have PL_sv_undef... (cached) yes checking how to run the C preprocessor... (cached) cc -E checking for getaddrinfo... (cached) yes checking for getnameinfo... (cached) yes checking for gethostbyname2... (cached) yes checking for getipnodebyname... (cached) yes checking for getipnodebyaddr... (cached) yes checking for inet_pton... (cached) yes checking for inet_ntop... (cached) yes checking whether you have sa_len in struct sockaddr... (cached) yes checking whether you have sin6_scope_id in struct sockaddr_in6... (cached) yes checking for socklen_t... (cached) yes creating ./config.status creating config.pl creating gailookup.pl creating config.h config.h is unchanged Writing Makefile for Socket6 Running [/usr/bin/make UNINST=1]... cc -c -g -pipe -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -Os -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" "-I/System/Library/Perl/5.8.1/darwin-thread-multi-2level/CORE" Socket6.c Socket6.xs: In function `XS_Socket6_getaddrinfo': Socket6.xs:662: warning: assignment discards qualifiers from pointer target type Socket6.xs: In function `XS_Socket6_gai_strerror': Socket6.xs:718: warning: assignment discards qualifiers from pointer target type Running Mkbootstrap for Socket6 () chmod 644 Socket6.bs rm -f blib/arch/auto/Socket6/Socket6.bundle LD_RUN_PATH="" MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib Socket6.o -o blib/arch/auto/Socket6/Socket6.bundle chmod 755 blib/arch/auto/Socket6/Socket6.bundle cp Socket6.bs blib/arch/auto/Socket6/Socket6.bs chmod 644 blib/arch/auto/Socket6/Socket6.bs Running [/usr/bin/make test UNINST=1]... PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/use....ok All tests successful. Files=1, Tests=3, 0 wallclock secs ( 0.09 cusr + 0.04 csys = 0.13 CPU) [ERROR] DEFAULT HANDLER [ERROR] DEFAULT HANDLER Editor [/usr/bin/vim]: Vim: Warning: Output is not to a terminal ! ==================================================================== POE's installer magic requires ExtUtils::AutoInstall. POE comes with its own version, but it is usually out of date and won't be installed. You should install the most recent version at your earliest convenience. ==================================================================== *** Installing dependencies... CPANPLUS currently only supports one CPANPLUS::Backend object per running program at /Library/Perl/5.8.1/CPANPLUS/Internals.pm line 144, <STDIN> line 2. *** Installing Socket6... ==> MISSING Signature file! <== Running [/usr/bin/make UNINST=1]... Running [/usr/bin/make test UNINST=1]... PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/use....ok All tests successful. Files=1, Tests=3, 1 wallclock secs ( 0.09 cusr + 0.09 csys = 0.18 CPU) [ERROR] DEFAULT HANDLER [ERROR] DEFAULT HANDLER Editor [/usr/bin/vim]:
From: Richard Soderberg <rsod [...] cpan.org>
Subject: Re: [cpan #9735] AutoReply: Weird results while installing POE+dependencies
Date: Fri, 14 Jan 2005 13:12:43 -0800
To: bug-CPANPLUS [...] rt.cpan.org
RT-Send-Cc:
1:10:coral: open cpanp, start a fresh 't' of POE 1:10:coral: make sure your system *doesn't* have Socket6 installed 1:10:coral: then tell it "y" to the Socket6 dependency, "n" to all others 1:11:coral: when EU:AI spawns a second CPANPLUS instance, it gets through building the dependency, passes through All tests successful, then says [ERROR] DEFAULT HANDLER twice followed by Editor [vim]: 1:11:coral: somewhere in the output is: 1:11:coral: *** Installing dependencies... 1:11:coral: CPANPLUS currently only supports one CPANPLUS::Backend object per running program at /Library/Perl/5.8.1/CPANPLUS/Internals.pm line 144, <STDIN> line 2. 1:11:coral: *** Installing Socket6...
[RSOD - Fri Jan 14 16:15:41 2005]: Show quoted text
> 1:10:coral: open cpanp, start a fresh 't' of POE > 1:10:coral: make sure your system *doesn't* have Socket6 installed > 1:10:coral: then tell it "y" to the Socket6 dependency, "n" to all > others > 1:11:coral: when EU:AI spawns a second CPANPLUS instance, it gets > through building the dependency, passes through All tests successful, > then says [ERROR] DEFAULT HANDLER twice followed by Editor [vim]: > 1:11:coral: somewhere in the output is: > 1:11:coral: *** Installing dependencies... > 1:11:coral: CPANPLUS currently only supports one CPANPLUS::Backend > object per running program at /Library/Perl/5.8.1/CPANPLUS/Internals.pm > line 144, <STDIN> line 2. > 1:11:coral: *** Installing Socket6...
Fixed @ 11856