Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > Upgrading Bundle::CPAN freezes during tests

Reply
Thread Tools

Upgrading Bundle::CPAN freezes during tests

 
 
Matthew Cline
Guest
Posts: n/a
 
      09-26-2007
While using "perl -MCPAN -eshell" to install some Perl packages, I was
told that there was a new version of CPAN that I could upgrade to. I
try to upgrade, and everything goes fine until it gets to the tests:

/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl5.8.8 "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00signature.......ok
1/1 skipped: various reasons
t/01loadme..........ok
t/02nox.............ok
t/03pkgs............ok 1/11

And it just freezes at "t/03pkgs............ok 1/11". It's not using
up any CPU, so it's not an infinite loop, but other than that I have
no clue. I'm using perl 5.8.8

Thanks in advance.

 
Reply With Quote
 
 
 
 
elsiddik
Guest
Posts: n/a
 
      09-26-2007

I'm having here the same problem tho.

/usr/bin/perl5.8.7 "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/
cpan
Manifying blib/man1/cpan.1
Manifying blib/man3/CPAN.3pm
Manifying blib/man3/CPAN::Admin.3pm
Manifying blib/man3/CPAN::Tarzip.3pm
Manifying blib/man3/CPAN:ebug.3pm
Manifying blib/man3/CPAN::HandleConfig.3pm
Manifying blib/man3/CPAN::Queue.3pm
Manifying blib/man3/CPAN::Version.3pm
Manifying blib/man3/CPAN::Kwalify.3pm
Manifying blib/man3/CPAN::API::HOWTO.3pm
Manifying blib/man3/CPAN::Nox.3pm
Manifying blib/man3/CPAN::FirstTime.3pm
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl5.8.7 "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00signature.......ok
1/1 skipped: various reasons
t/01loadme..........ok
t/02nox.............ok
t/03pkgs............ok 1/11

it keeps hanging...


zaher el siddik















On Sep 26, 11:45 am, Matthew Cline <khym.cha...@gmail.com> wrote:
> While using "perl -MCPAN -eshell" to install some Perl packages, I was
> told that there was a new version of CPAN that I could upgrade to. I
> try to upgrade, and everything goes fine until it gets to the tests:
>
> /usr/bin/make -- OK
> Running make test
> PERL_DL_NONLAZY=1 /usr/bin/perl5.8.8 "-MExtUtils::Command::MM" "-e"
> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/00signature.......ok
> 1/1 skipped: various reasons
> t/01loadme..........ok
> t/02nox.............ok
> t/03pkgs............ok 1/11
>
> And it just freezes at "t/03pkgs............ok 1/11". It's not using
> up any CPU, so it's not an infinite loop, but other than that I have
> no clue. I'm using perl 5.8.8
>
> Thanks in advance.



 
Reply With Quote
 
 
 
 
elsiddik
Guest
Posts: n/a
 
      09-27-2007
On Sep 26, 11:45 am, Matthew Cline <khym.cha...@gmail.com> wrote:
> While using "perl -MCPAN -eshell" to install some Perl packages, I was
> told that there was a new version of CPAN that I could upgrade to. I
> try to upgrade, and everything goes fine until it gets to the tests:
>
> /usr/bin/make -- OK
> Running make test
> PERL_DL_NONLAZY=1 /usr/bin/perl5.8.8 "-MExtUtils::Command::MM" "-e"
> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/00signature.......ok
> 1/1 skipped: various reasons
> t/01loadme..........ok
> t/02nox.............ok
> t/03pkgs............ok 1/11
>
> And it just freezes at "t/03pkgs............ok 1/11". It's not using
> up any CPU, so it's not an infinite loop, but other than that I have
> no clue. I'm using perl 5.8.8
>
> Thanks in advance.


I could solve it by force install.

cheers.


zaher el siddik
http://www.unixshells.nl/

 
Reply With Quote
 
Jim Cochrane
Guest
Posts: n/a
 
      09-27-2007
On 2007-09-26, elsiddik <> wrote:
>
> I'm having here the same problem tho.


How odd - so am I - running:

$ sudo cpan install CPAN::FindDependencies
- last few lines up to the hanging point:

Manifying blib/man3/CPAN::Nox.3pm
Manifying blib/man3/CPAN::FirstTime.3pm
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00signature.......ok
1/1 skipped: various reasons
t/01loadme..........ok
t/02nox.............ok
t/03pkgs............ok 1/11

>
> ...
> cpan
> Manifying blib/man1/cpan.1
> Manifying blib/man3/CPAN.3pm
> Manifying blib/man3/CPAN::Admin.3pm
> Manifying blib/man3/CPAN::Tarzip.3pm
> Manifying blib/man3/CPAN:ebug.3pm
> Manifying blib/man3/CPAN::HandleConfig.3pm
> Manifying blib/man3/CPAN::Queue.3pm
> Manifying blib/man3/CPAN::Version.3pm
> Manifying blib/man3/CPAN::Kwalify.3pm
> Manifying blib/man3/CPAN::API::HOWTO.3pm
> Manifying blib/man3/CPAN::Nox.3pm
> Manifying blib/man3/CPAN::FirstTime.3pm
> /usr/bin/make -- OK
> Running make test
> PERL_DL_NONLAZY=1 /usr/bin/perl5.8.7 "-MExtUtils::Command::MM" "-e"
> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/00signature.......ok
> 1/1 skipped: various reasons
> t/01loadme..........ok
> t/02nox.............ok
> t/03pkgs............ok 1/11
>
> it keeps hanging...
>
> On Sep 26, 11:45 am, Matthew Cline <khym.cha...@gmail.com> wrote:
>> While using "perl -MCPAN -eshell" to install some Perl packages, I was
>> told that there was a new version of CPAN that I could upgrade to. I
>> try to upgrade, and everything goes fine until it gets to the tests:
>>
>> /usr/bin/make -- OK
>> Running make test
>> PERL_DL_NONLAZY=1 /usr/bin/perl5.8.8 "-MExtUtils::Command::MM" "-e"
>> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
>> t/00signature.......ok
>> 1/1 skipped: various reasons
>> t/01loadme..........ok
>> t/02nox.............ok
>> t/03pkgs............ok 1/11
>>
>> And it just freezes at "t/03pkgs............ok 1/11". It's not using
>> up any CPU, so it's not an infinite loop, but other than that I have
>> no clue. I'm using perl 5.8.8
>>
>> Thanks in advance.

>
>



--

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IDE freezes during start up Abhishek Madas ASP .Net 2 02-01-2007 08:37 PM
Computer freezes during shutdown Filomena Computer Support 4 08-08-2005 08:26 PM
Re: Laptop freezes during internet surfin' with more than 1 program riunning Wizard Computer Support 0 03-24-2005 06:31 AM
Everest Home Edition 'Freezes' during start-up...? cu@thebar.com Computer Support 8 10-14-2004 05:25 PM
PC freezes during file copy (Windows 2000) - Computer Support 2 03-05-2004 01:41 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57