PATH=/usr/bin:/bin:/Users/fly1600/var/megalib/bin Start 2015-09-27T03:10:48 ActivePerl-1600 CPAN-2.00 Reading '/Users/fly1600/var/cpan/Metadata' Database was generated on Sat, 26 Sep 2015 04:17:02 GMT Running make for R/RK/RKELSCH/Graphics-Framebuffer-5.51.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/R/RK/RKELSCH/Graphics-Framebuffer-5.51.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/R/RK/RKELSCH/CHECKSUMS Checksum for /Users/fly1600/var/cpan/sources/authors/id/R/RK/RKELSCH/Graphics-Framebuffer-5.51.tar.gz ok Graphics-Framebuffer-5.51/ Graphics-Framebuffer-5.51/examples/ Graphics-Framebuffer-5.51/examples/images/ Graphics-Framebuffer-5.51/examples/images/RWBY_Alternate_Logo.png Graphics-Framebuffer-5.51/examples/images/testpattern.jpg Graphics-Framebuffer-5.51/examples/images/RWBY_Oh_No.jpg Graphics-Framebuffer-5.51/examples/images/GFB.png Graphics-Framebuffer-5.51/examples/images/RWBY_beuowolf.jpg Graphics-Framebuffer-5.51/examples/images/RWBY_Logo.png Graphics-Framebuffer-5.51/examples/images/RWBY_Yang_Call_Me_SIR.gif Graphics-Framebuffer-5.51/examples/images/RWBY_Faces.png Graphics-Framebuffer-5.51/examples/images/RWBY_Kick_Butt.gif Graphics-Framebuffer-5.51/examples/fonts.pl Graphics-Framebuffer-5.51/examples/primitives.pl Graphics-Framebuffer-5.51/examples/viewpic.pl Graphics-Framebuffer-5.51/examples/dump.pl Graphics-Framebuffer-5.51/examples/slideshow.pl Graphics-Framebuffer-5.51/examples/threadstest.pl Graphics-Framebuffer-5.51/examples/mmapvsfile.pl Graphics-Framebuffer-5.51/META.yml Graphics-Framebuffer-5.51/MANIFEST Graphics-Framebuffer-5.51/META.json Graphics-Framebuffer-5.51/ignore.txt Graphics-Framebuffer-5.51/Changes Graphics-Framebuffer-5.51/t/ Graphics-Framebuffer-5.51/t/00-load.t Graphics-Framebuffer-5.51/t/06-boilerplate.t Graphics-Framebuffer-5.51/t/07-manifest.t Graphics-Framebuffer-5.51/t/01-primitives.t Graphics-Framebuffer-5.51/t/08-pod.t Graphics-Framebuffer-5.51/t/09-pod-coverage.t Graphics-Framebuffer-5.51/lib/ Graphics-Framebuffer-5.51/lib/Graphics/ Graphics-Framebuffer-5.51/lib/Graphics/Framebuffer.pm Graphics-Framebuffer-5.51/TODO Graphics-Framebuffer-5.51/Makefile.PL Graphics-Framebuffer-5.51/README CPAN.pm: Building R/RK/RKELSCH/Graphics-Framebuffer-5.51.tar.gz >>> /Users/fly1600/ap1600/bin/perl-dynamic 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 Generating a Unix-style Makefile Writing Makefile for Graphics::Framebuffer Writing MYMETA.yml and MYMETA.json 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). >>> make cp lib/Graphics/Framebuffer.pm blib/lib/Graphics/Framebuffer.pm Manifying 1 pod document RKELSCH/Graphics-Framebuffer-5.51.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly1600/ap1600/bin/perl-dynamic" "-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 t/01-primitives.t .... 1..1 ok 1 - An object of class 'Graphics::Framebuffer' isa 'Graphics::Framebuffer' ok 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 All tests successful. Files=6, Tests=2, 2 wallclock secs ( 0.04 usr 0.02 sys + 0.45 cusr 0.06 csys = 0.57 CPU) Result: PASS RKELSCH/Graphics-Framebuffer-5.51.tar.gz make test TEST_VERBOSE=1 -- OK Richard Kelsch <rich@rk-internet.com> A Simple Framebuffer Graphics Library >>> (cd /Users/fly1600/var/cpan/build/Graphics-Framebuffer-5.51-PvJVQO && tar cvf - Graphics-Framebuffer-5.51.ppd blib) | gzip -c >/Users/fly1600/var/REPO/R/RK/RKELSCH/Graphics-Framebuffer-5.51.tar.gz Graphics-Framebuffer-5.51.ppd blib/ blib/lib/ blib/lib/Graphics/ blib/lib/Graphics/Framebuffer.pm blib/man3/ blib/man3/Graphics::Framebuffer.3 >>> mv /Users/fly1600/var/cpan/build/Graphics-Framebuffer-5.51-PvJVQO/Graphics-Framebuffer-5.51.ppd /Users/fly1600/var/REPO/R/RK/RKELSCH Finished 2015-09-27T03:10:56