PATH=/usr/bin:/bin:/data/fly2000/cpanfly-5.20/var/megalib/bin Start 2016-04-02T16:24:21 ActivePerl-2000 CPAN-2.10 Reading '/data/fly2000/cpanfly-5.20/var/cpan/Metadata' Database was generated on Sat, 02 Apr 2016 05:53:41 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/R/RK/RKELSCH/Graphics-Framebuffer-5.61.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/R/RK/RKELSCH/CHECKSUMS Checksum for /data/fly2000/cpanfly-5.20/var/cpan/sources/authors/id/R/RK/RKELSCH/Graphics-Framebuffer-5.61.tar.gz ok Graphics-Framebuffer-5.61/ Graphics-Framebuffer-5.61/examples/ Graphics-Framebuffer-5.61/examples/images/ Graphics-Framebuffer-5.61/examples/images/RWBY_Alternate_Logo.png Graphics-Framebuffer-5.61/examples/images/testpattern.jpg Graphics-Framebuffer-5.61/examples/images/RWBY_Oh_No.jpg Graphics-Framebuffer-5.61/examples/images/GFB.png Graphics-Framebuffer-5.61/examples/images/RWBY_beuowolf.jpg Graphics-Framebuffer-5.61/examples/images/RWBY_Logo.png Graphics-Framebuffer-5.61/examples/images/RWBY_Faces.png Graphics-Framebuffer-5.61/examples/images/RWBY_Kick_Butt.gif Graphics-Framebuffer-5.61/examples/fonts.pl Graphics-Framebuffer-5.61/examples/primitives.pl Graphics-Framebuffer-5.61/examples/viewpic.pl Graphics-Framebuffer-5.61/examples/dump.pl Graphics-Framebuffer-5.61/examples/slideshow.pl Graphics-Framebuffer-5.61/examples/threadstest.pl Graphics-Framebuffer-5.61/examples/mmapvsfile.pl Graphics-Framebuffer-5.61/META.yml Graphics-Framebuffer-5.61/MANIFEST Graphics-Framebuffer-5.61/META.json Graphics-Framebuffer-5.61/ignore.txt Graphics-Framebuffer-5.61/KNOWN_ISSUES Graphics-Framebuffer-5.61/Changes Graphics-Framebuffer-5.61/scripts/ Graphics-Framebuffer-5.61/scripts/prepare_ph Graphics-Framebuffer-5.61/t/ Graphics-Framebuffer-5.61/t/00-load.t Graphics-Framebuffer-5.61/t/06-boilerplate.t Graphics-Framebuffer-5.61/t/07-manifest.t Graphics-Framebuffer-5.61/t/01-primitives.t Graphics-Framebuffer-5.61/t/08-pod.t Graphics-Framebuffer-5.61/t/09-pod-coverage.t Graphics-Framebuffer-5.61/lib/ Graphics-Framebuffer-5.61/lib/Graphics/ Graphics-Framebuffer-5.61/lib/Graphics/Framebuffer.pm Graphics-Framebuffer-5.61/lib/Graphics/Framebuffer/ Graphics-Framebuffer-5.61/lib/Graphics/Framebuffer/Splash.pm Graphics-Framebuffer-5.61/TODO Graphics-Framebuffer-5.61/Makefile.PL Graphics-Framebuffer-5.61/README Configuring R/RK/RKELSCH/Graphics-Framebuffer-5.61.tar.gz with Makefile.PL >>> /data/fly2000/ap2000-298540/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 for 'fgconsole' binary... NOT FOUND While 'fgconsole' is not required, it is needed for the 'which_console' method to function. Checking if your kit is complete... Looks good Have /data/fly2000/cpanfly-5.20/var/megalib Want /home/fly2000/ap2000-298540/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [x86_64-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 with sudo): 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. Just '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). dump.pl - This script does a diagnostic variable dump to STDERR for the author to help you with troubleshooting. RKELSCH/Graphics-Framebuffer-5.61.tar.gz /data/fly2000/ap2000-298540/bin/perl-static Makefile.PL -- OK Running make for R/RK/RKELSCH/Graphics-Framebuffer-5.61.tar.gz >>> make cp lib/Graphics/Framebuffer/Splash.pm blib/lib/Graphics/Framebuffer/Splash.pm cp lib/Graphics/Framebuffer.pm blib/lib/Graphics/Framebuffer.pm Manifying 2 pod documents RKELSCH/Graphics-Framebuffer-5.61.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2000/ap2000-298540/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t Bailout called. Further testing stopped: # Failed test 'use Graphics::Framebuffer;' # at t/00-load.t line 7. # Tried to use 'Graphics::Framebuffer'. # Error: Can't locate sys/ioctl.ph in @INC (did you run h2ph?) (@INC contains: /data/fly2000/cpanfly-5.20/var/cpan/build/Graphics-Framebuffer-5.61-mHAzM4/blib/lib /data/fly2000/cpanfly-5.20/var/cpan/build/Graphics-Framebuffer-5.61-mHAzM4/blib/arch /data/fly2000/cpanfly-5.20/var/megalib /data/fly2000/cpanfly-5.20/var/megalib /home/fly2000/ap2000-298540/site/lib /home/fly2000/ap2000-298540/lib) at /data/fly2000/cpanfly-5.20/var/cpan/build/Graphics-Framebuffer-5.61-mHAzM4/blib/lib/Graphics/Framebuffer.pm line 206. # BEGIN failed--compilation aborted at /data/fly2000/cpanfly-5.20/var/cpan/build/Graphics-Framebuffer-5.61-mHAzM4/blib/lib/Graphics/Framebuffer.pm line 213. # Compilation failed in require at t/00-load.t line 7. # BEGIN failed--compilation aborted at t/00-load.t line 7. # Looks like you failed 1 test of 1. FAILED--Further testing stopped. make: *** [test_dynamic] Error 1 RKELSCH/Graphics-Framebuffer-5.61.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.61.tar.gz VmSize: 315476 kB Finished 2016-04-02T16:24:26