PATH=/usr/bin:/bin Start 2016-01-31T06:00:33 ActivePerl-1600 CPAN-2.10 Reading '/home/fly1600/cpanfly-5.16/var/cpan/Metadata' Database was generated on Sun, 31 Jan 2016 06:53:27 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/R/RK/RKELSCH/Graphics-Framebuffer-5.57.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/R/RK/RKELSCH/CHECKSUMS Checksum for /home/fly1600/cpanfly-5.16/var/cpan/sources/authors/id/R/RK/RKELSCH/Graphics-Framebuffer-5.57.tar.gz ok Graphics-Framebuffer-5.57/ Graphics-Framebuffer-5.57/examples/ Graphics-Framebuffer-5.57/examples/primitives.pl Graphics-Framebuffer-5.57/examples/fonts.pl Graphics-Framebuffer-5.57/examples/dump.pl Graphics-Framebuffer-5.57/examples/mmapvsfile.pl Graphics-Framebuffer-5.57/examples/slideshow.pl Graphics-Framebuffer-5.57/examples/viewpic.pl Graphics-Framebuffer-5.57/examples/threadstest.pl Graphics-Framebuffer-5.57/examples/images/ Graphics-Framebuffer-5.57/examples/images/RWBY_Faces.png Graphics-Framebuffer-5.57/examples/images/RWBY_Yang_Call_Me_SIR.gif Graphics-Framebuffer-5.57/examples/images/RWBY_Logo.png Graphics-Framebuffer-5.57/examples/images/RWBY_Kick_Butt.gif Graphics-Framebuffer-5.57/examples/images/RWBY_Alternate_Logo.png Graphics-Framebuffer-5.57/examples/images/GFB.png Graphics-Framebuffer-5.57/examples/images/RWBY_beuowolf.jpg Graphics-Framebuffer-5.57/examples/images/RWBY_Oh_No.jpg Graphics-Framebuffer-5.57/examples/images/testpattern.jpg Graphics-Framebuffer-5.57/META.json Graphics-Framebuffer-5.57/MANIFEST Graphics-Framebuffer-5.57/README Graphics-Framebuffer-5.57/KNOWN_ISSUES Graphics-Framebuffer-5.57/ignore.txt Graphics-Framebuffer-5.57/TODO Graphics-Framebuffer-5.57/lib/ Graphics-Framebuffer-5.57/lib/Graphics/ Graphics-Framebuffer-5.57/lib/Graphics/Framebuffer.pm Graphics-Framebuffer-5.57/Changes Graphics-Framebuffer-5.57/t/ Graphics-Framebuffer-5.57/t/08-pod.t Graphics-Framebuffer-5.57/t/06-boilerplate.t Graphics-Framebuffer-5.57/t/01-primitives.t Graphics-Framebuffer-5.57/t/07-manifest.t Graphics-Framebuffer-5.57/t/00-load.t Graphics-Framebuffer-5.57/t/09-pod-coverage.t Graphics-Framebuffer-5.57/META.yml Graphics-Framebuffer-5.57/Makefile.PL Configuring R/RK/RKELSCH/Graphics-Framebuffer-5.57.tar.gz with Makefile.PL >>> /home/fly1600/ap1600/bin/perl-static Makefile.PL Checking for 'fbset' binary... NOT FOUND While 'fbset' is not required, it is, nevertheless, recommended. It is used as a last resort to get infomration about the framebuffer for the module to render properly. If your display is scrambled or skewed, then installing this should fix it. Checking if your kit is complete... Looks good Have /home/fly1600/cpanfly-5.16/var/megalib Want /home/fly1600/ap1600/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [i686-linux-thread-multi] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for Graphics::Framebuffer Writing MYMETA.yml and MYMETA.json Now run: make Use to test: make test Use to install (you may need to do it as root): make install The "examples" directory (in this package) has some handy scripts to help get you started, and show you how to use the module. 'perldoc' each to see how to use them: mmapvsfile.pl - This script will tell you which rendering mode is best for your device. Pass it the device number to test (if it's not 0) primitives.pl - This script will pretty much demonstrate all of the capabilities of this module. threadstest.pl - This script demonstrates how to use the module in a threading environment. slideshow.pl - This script shows all of the images in a specific path. It automatically detects all of your framebuffer devices, and dedicates a thread to each. viewpic.pl - This script shows one specific image (or animation). RKELSCH/Graphics-Framebuffer-5.57.tar.gz /home/fly1600/ap1600/bin/perl-static Makefile.PL -- OK Running make for R/RK/RKELSCH/Graphics-Framebuffer-5.57.tar.gz >>> make cp lib/Graphics/Framebuffer.pm blib/lib/Graphics/Framebuffer.pm Manifying 1 pod document RKELSCH/Graphics-Framebuffer-5.57.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/home/fly1600/ap1600/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t .......... 1..1 ok 1 - use Graphics::Framebuffer; ok Can't locate object method "new" via package "Imager::Color" (perhaps you forgot to load "Imager::Color"?) at /home/fly1600/cpanfly-5.16/var/cpan/build/Graphics-Framebuffer-5.57-qDIYMl/blib/lib/Graphics/Framebuffer.pm line 3374. # Looks like your test exited with 13 before it could output anything. t/01-primitives.t .... 1..1 Dubious, test returned 13 (wstat 3328, 0xd00) Failed 1/1 subtests t/06-boilerplate.t ... skipped: Author tests not required for installation t/07-manifest.t ...... skipped: Author tests not required for installation t/08-pod.t ........... skipped: Author tests not required for installation t/09-pod-coverage.t .. skipped: Author tests not required for installation Test Summary Report ------------------- t/01-primitives.t (Wstat: 3328 Tests: 0 Failed: 0) Non-zero exit status: 13 Parse errors: Bad plan. You planned 1 tests but ran 0. Files=6, Tests=1, 2 wallclock secs ( 0.05 usr 0.01 sys + 1.09 cusr 0.14 csys = 1.29 CPU) Result: FAIL Failed 1/6 test programs. 0/1 subtests failed. make: *** [test_dynamic] Error 255 RKELSCH/Graphics-Framebuffer-5.57.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports RKELSCH/Graphics-Framebuffer-5.57.tar.gz VmSize: 142064 kB Finished 2016-01-31T06:00:43