Skip Menu |

This queue is for tickets about the Graph-Layderer CPAN distribution.

Report information
The Basics
Id: 114147
Status: open
Priority: 0/
Queue: Graph-Layderer

People
Owner: Nobody in particular
Requestors: uwe.schneider [...] bhf-bank.com
Cc:
AdminCc:

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



Subject: Unable to install Graph-Layderer
Date: Tue, 3 May 2016 07:53:43 +0000
To: <bug-Graph-Layderer [...] rt.cpan.org>
From: <uwe.schneider [...] bhf-bank.com>
Hi! I am running padre 0.94 under Windows7. When trying to install Graph-Layderer-0.02.tar.gz, I am requested to install Graph-0.9704.tar.gz first. After successfully installing Graph-0.9704.tar.gz, I have started the installation of Graph-Layderer-0.02.tar.gz again, but I got the error message below. I tried to locate Graph/Base.pm for download, but I couldn't find it. What's wrong? Best Regards Uwe cpanm (App::cpanminus) 1.5007 on perl 5.014002 built for MSWin32-x86-multi-thread Work directory is /.cpanm/work/1462261079.21172 You have make C:\ProgRW\Dwimperl\c\bin\dmake.exe You have LWP 6.03 You have D:\cygwin64\bin\tar.exe, D:\cygwin64\bin\gzip.exe and D:\cygwin64\bin\bzip2.exe You have C:\oracle\v11\product\11.2.0\client_1\bin\unzip.exe --> Working on D:\Dwimperl\CPAN_MODULES\Graph-Layderer-0.02.tar.gz Fetching file://D:/Dwimperl/CPAN_MODULES/Graph-Layderer-0.02.tar.gz -> OK Unpacking Graph-Layderer-0.02.tar.gz Entering Graph-Layderer-0.02 Configuring Graph-Layderer-0.02 Running Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for Graph::Layouter Writing MYMETA.yml and MYMETA.json -> OK Checking dependencies from MYMETA.json ... Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.98) Checking if you have Imager 0 ... Yes (0.86) Checking if you have Graph 0 ... Yes (0.9704) Building and testing Graph-Layderer-0.02 (from,to) = (lib/Graph/Renderer/Imager.pm,blib\lib\Graph\Renderer\Imager.pm) cp lib/Graph/Renderer/Imager.pm blib\lib\Graph\Renderer\Imager.pm (from,to) = (lib/Graph/Layouter.pm,blib\lib\Graph\Layouter.pm) cp lib/Graph/Layouter.pm blib\lib\Graph\Layouter.pm (from,to) = (lib/Graph/Renderer.pm,blib\lib\Graph\Renderer.pm) cp lib/Graph/Renderer.pm blib\lib\Graph\Renderer.pm (from,to) = (lib/Graph/Layouter/Spring.pm,blib\lib\Graph\Layouter\Spring.pm) cp lib/Graph/Layouter/Spring.pm blib\lib\Graph\Layouter\Spring.pm C:\ProgRW\Dwimperl\perl\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t no_plan takes no arguments at t/00bootstrap.t line 5. # Failed test 'use Graph::Layouter::Spring;' # at t/00bootstrap.t line 8. # Tried to use 'Graph::Layouter::Spring'. # Error: Can't locate Graph/Base.pm in @INC (@INC contains: D:\.cpanm\work\1462261079.21172\Graph-Layderer-0.02\blib\lib D:\.cpanm\work\1462261079.21172\Graph-Layderer-0.02\blib\arch C:/ProgRW/Dwimperl/perl/site/lib C:/ProgRW/Dwimperl/perl/vendor/lib C:/ProgRW/Dwimperl/perl/lib .) at D:\.cpanm\work\1462261079.21172\Graph-Layderer-0.02\blib\lib/Graph/Layouter/Spring.pm line 44. # BEGIN failed--compilation aborted at D:\.cpanm\work\1462261079.21172\Graph-Layderer-0.02\blib\lib/Graph/Layouter/Spring.pm line 44. # Compilation failed in require at (eval 18) line 2. # BEGIN failed--compilation aborted at (eval 18) line 2. # Looks like you failed 1 test of 3. t/00bootstrap.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests Test Summary Report ------------------- t/00bootstrap.t (Wstat: 256 Tests: 3 Failed: 1) Failed test: 2 Non-zero exit status: 1 Files=1, Tests=3, 1 wallclock secs ( 0.02 usr + 0.05 sys = 0.06 CPU) Result: FAIL Failed 1/1 test programs. 1/3 subtests failed. dmake.exe: Error code 129, while making 'test_dynamic'

Message body is not shown because it is too large.

On 2016-05-03 03:54:08, uwe.schneider@bhf-bank.com wrote: Show quoted text
> Hi! > > I am running padre 0.94 under Windows7. > > When trying to install Graph-Layderer-0.02.tar.gz, I am requested to > install Graph-0.9704.tar.gz first. > > After successfully installing Graph-0.9704.tar.gz, I have started the > installation of Graph-Layderer-0.02.tar.gz again, but I got the error > message below. > > I tried to locate Graph/Base.pm for download, but I couldn't find it. > > What's wrong?
Graph/Base.pm was part of the Graph package some years ago. And given that Graph-Layderer has zero fail reports at CPAN Testers (see http://matrix.cpantesters.org/?dist=Graph-Layderer+0.03 ) I think the problem is on your system --- maybe a mixture of old and new Graph.pm versions? But it's for sure no problem of Graph-Layderer. Regards, Slaven Show quoted text
> > Best Regards > Uwe > > > cpanm (App::cpanminus) 1.5007 on perl 5.014002 built for MSWin32-x86- > multi-thread > Work directory is /.cpanm/work/1462261079.21172 > You have make C:\ProgRW\Dwimperl\c\bin\dmake.exe > You have LWP 6.03 > You have D:\cygwin64\bin\tar.exe, D:\cygwin64\bin\gzip.exe and > D:\cygwin64\bin\bzip2.exe > You have C:\oracle\v11\product\11.2.0\client_1\bin\unzip.exe > --> Working on D:\Dwimperl\CPAN_MODULES\Graph-Layderer-0.02.tar.gz > Fetching file://D:/Dwimperl/CPAN_MODULES/Graph-Layderer-0.02.tar.gz > -> OK > Unpacking Graph-Layderer-0.02.tar.gz > Entering Graph-Layderer-0.02 > Configuring Graph-Layderer-0.02 > Running Makefile.PL > Checking if your kit is complete... > Looks good > Generating a dmake-style Makefile > Writing Makefile for Graph::Layouter > Writing MYMETA.yml and MYMETA.json > -> OK > Checking dependencies from MYMETA.json ... > Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.98) > Checking if you have Imager 0 ... Yes (0.86) > Checking if you have Graph 0 ... Yes (0.9704) > Building and testing Graph-Layderer-0.02 > (from,to) = > (lib/Graph/Renderer/Imager.pm,blib\lib\Graph\Renderer\Imager.pm) > cp lib/Graph/Renderer/Imager.pm blib\lib\Graph\Renderer\Imager.pm > (from,to) = (lib/Graph/Layouter.pm,blib\lib\Graph\Layouter.pm) > cp lib/Graph/Layouter.pm blib\lib\Graph\Layouter.pm > (from,to) = (lib/Graph/Renderer.pm,blib\lib\Graph\Renderer.pm) > cp lib/Graph/Renderer.pm blib\lib\Graph\Renderer.pm > (from,to) = > (lib/Graph/Layouter/Spring.pm,blib\lib\Graph\Layouter\Spring.pm) > cp lib/Graph/Layouter/Spring.pm blib\lib\Graph\Layouter\Spring.pm > C:\ProgRW\Dwimperl\perl\bin\perl.exe "-MExtUtils::Command::MM" "- > MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, > 'blib\lib', 'blib\arch')" t/*.t > no_plan takes no arguments at t/00bootstrap.t line 5. > > # Failed test 'use Graph::Layouter::Spring;' > # at t/00bootstrap.t line 8. > # Tried to use 'Graph::Layouter::Spring'. > # Error: Can't locate Graph/Base.pm in @INC (@INC contains: > D:\.cpanm\work\1462261079.21172\Graph-Layderer-0.02\blib\lib > D:\.cpanm\work\1462261079.21172\Graph-Layderer-0.02\blib\arch > C:/ProgRW/Dwimperl/perl/site/lib C:/ProgRW/Dwimperl/perl/vendor/lib > C:/ProgRW/Dwimperl/perl/lib .) at > D:\.cpanm\work\1462261079.21172\Graph-Layderer- > 0.02\blib\lib/Graph/Layouter/Spring.pm line 44. > # BEGIN failed--compilation aborted at > D:\.cpanm\work\1462261079.21172\Graph-Layderer- > 0.02\blib\lib/Graph/Layouter/Spring.pm line 44. > # Compilation failed in require at (eval 18) line 2. > # BEGIN failed--compilation aborted at (eval 18) line 2. > # Looks like you failed 1 test of 3. > t/00bootstrap.t .. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/3 subtests > > Test Summary Report > ------------------- > t/00bootstrap.t (Wstat: 256 Tests: 3 Failed: 1) > Failed test: 2 > Non-zero exit status: 1 > Files=1, Tests=3, 1 wallclock secs ( 0.02 usr + 0.05 sys = 0.06 > CPU) > Result: FAIL > Failed 1/1 test programs. 1/3 subtests failed. > dmake.exe: Error code 129, while making 'test_dynamic'