PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2016-09-22T02:08:17 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Wed, 21 Sep 2016 05:29:02 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/R/RK/RKELSCH/Graphics-Framebuffer-5.94.tar.gz ok Graphics-Framebuffer-5.94/ Graphics-Framebuffer-5.94/examples/ Graphics-Framebuffer-5.94/examples/images/ Graphics-Framebuffer-5.94/examples/images/Anime_Red_Head.jpg Graphics-Framebuffer-5.94/examples/images/RWBY_Volume_4.jpg Graphics-Framebuffer-5.94/examples/images/HeadBang.gif Graphics-Framebuffer-5.94/examples/images/RWBY_by_Lo_Wah.jpg Graphics-Framebuffer-5.94/examples/images/Blonde_Pigtails.jpg Graphics-Framebuffer-5.94/examples/images/Lolipop_Chainsaw.jpg Graphics-Framebuffer-5.94/examples/images/Halloween.jpg Graphics-Framebuffer-5.94/examples/images/RWBY_Ruby_Moon.jpg Graphics-Framebuffer-5.94/examples/images/RWBY_White.jpg Graphics-Framebuffer-5.94/examples/images/RWBY_Crescent_Rose_Ruby.png Graphics-Framebuffer-5.94/examples/images/RWBY_Ruby_Weiss.jpg Graphics-Framebuffer-5.94/examples/images/RWBY_Beuowolf.png Graphics-Framebuffer-5.94/examples/images/Test_Pattern.jpg Graphics-Framebuffer-5.94/examples/fonts.pl Graphics-Framebuffer-5.94/examples/primitives.pl Graphics-Framebuffer-5.94/examples/viewpic.pl Graphics-Framebuffer-5.94/examples/dump.pl Graphics-Framebuffer-5.94/examples/slideshow.pl Graphics-Framebuffer-5.94/examples/threadstest.pl Graphics-Framebuffer-5.94/META.yml Graphics-Framebuffer-5.94/MANIFEST Graphics-Framebuffer-5.94/META.json Graphics-Framebuffer-5.94/ignore.txt Graphics-Framebuffer-5.94/Build.PL Graphics-Framebuffer-5.94/KNOWN_ISSUES Graphics-Framebuffer-5.94/Changes Graphics-Framebuffer-5.94/t/ Graphics-Framebuffer-5.94/t/06-boilerplate.t Graphics-Framebuffer-5.94/t/07-manifest.t Graphics-Framebuffer-5.94/t/01-primitives.t Graphics-Framebuffer-5.94/t/08-pod.t Graphics-Framebuffer-5.94/t/09-pod-coverage.t Graphics-Framebuffer-5.94/lib/ Graphics-Framebuffer-5.94/lib/Graphics/ Graphics-Framebuffer-5.94/lib/Graphics/Framebuffer.pm Graphics-Framebuffer-5.94/lib/Graphics/Framebuffer/ Graphics-Framebuffer-5.94/lib/Graphics/Framebuffer/Splash.pm Graphics-Framebuffer-5.94/lib/Graphics/Framebuffer/Accel.pm Graphics-Framebuffer-5.94/TODO Graphics-Framebuffer-5.94/Makefile.PL Graphics-Framebuffer-5.94/README Configuring R/RK/RKELSCH/Graphics-Framebuffer-5.94.tar.gz with Makefile.PL >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Checking for 'fgconsole' binary... FOUND Checking for threaded Perl... Threaded Perl detected Checking if your kit is complete... Looks good Have /data/fly2200/cpanfly-5.22/var/megalib Want /home/fly2200/ap2200-299134/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): 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: 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. fonts.pl - This script prints installed font names. RKELSCH/Graphics-Framebuffer-5.94.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for R/RK/RKELSCH/Graphics-Framebuffer-5.94.tar.gz >>> make cp lib/Graphics/Framebuffer/Accel.pm blib/lib/Graphics/Framebuffer/Accel.pm cp lib/Graphics/Framebuffer/Splash.pm blib/lib/Graphics/Framebuffer/Splash.pm cp lib/Graphics/Framebuffer.pm blib/lib/Graphics/Framebuffer.pm Manifying 3 pod documents RKELSCH/Graphics-Framebuffer-5.94.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2200/ap2200-299134/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t In Inline::env_untaint() : Blindly untainting tainted fields in %ENV. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/function(\s+)([a-z0-9_]+)(\s*){{ <-- HERE (.*?)}}/ at /data/fly2200/cpanfly-5.22/var/megalib/Inline/SMITH.pm line 63. In Inline::check_config_file(): Blindly untainting Inline configuration file information. In Inline::env_untaint() : Blindly untainting tainted fields in %ENV. In Inline::obj_untaint() : Blindly untainting tainted fields in Inline object. 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=5, Tests=1, 14 wallclock secs ( 0.07 usr 0.02 sys + 4.90 cusr 0.51 csys = 5.50 CPU) Result: PASS RKELSCH/Graphics-Framebuffer-5.94.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/R/RK/RKELSCH/CHECKSUMS Richard Kelsch <rich@rk-internet.com> A Simple Framebuffer Graphics Library >>> (cd /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Graphics-Framebuffer-5.94-laoNnl && tar cvf - Graphics-Framebuffer-5.94.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/R/RK/RKELSCH/Graphics-Framebuffer-5.94.tar.gz Graphics-Framebuffer-5.94.ppd blib/ blib/man3/ blib/man3/Graphics::Framebuffer::Splash.3 blib/man3/Graphics::Framebuffer::Accel.3 blib/man3/Graphics::Framebuffer.3 blib/lib/ blib/lib/Graphics/ blib/lib/Graphics/Framebuffer/ blib/lib/Graphics/Framebuffer/Accel.pm blib/lib/Graphics/Framebuffer/Splash.pm blib/lib/Graphics/Framebuffer.pm VmSize: 349208 kB Finished 2016-09-22T02:08:43