PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2018-04-02T00:01:09 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Sun, 01 Apr 2018 05:17:02 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/R/RK/RKELSCH/Graphics-Framebuffer-6.08.tar.gz ok Graphics-Framebuffer-6.08/ Graphics-Framebuffer-6.08/Changes Graphics-Framebuffer-6.08/t/ Graphics-Framebuffer-6.08/t/06-boilerplate.t Graphics-Framebuffer-6.08/t/01-primitives.t Graphics-Framebuffer-6.08/t/07-manifest.t Graphics-Framebuffer-6.08/t/09-pod-coverage.t Graphics-Framebuffer-6.08/t/08-pod.t Graphics-Framebuffer-6.08/META.json Graphics-Framebuffer-6.08/README Graphics-Framebuffer-6.08/MANIFEST Graphics-Framebuffer-6.08/examples/ Graphics-Framebuffer-6.08/examples/slideshow.pl Graphics-Framebuffer-6.08/examples/fonts.pl Graphics-Framebuffer-6.08/examples/dump.pl Graphics-Framebuffer-6.08/examples/viewpic.pl Graphics-Framebuffer-6.08/examples/images/ Graphics-Framebuffer-6.08/examples/images/RWBY_Beuowolf.png Graphics-Framebuffer-6.08/examples/images/RWBY_Ruby_Moon.jpg Graphics-Framebuffer-6.08/examples/images/Anime_Red_Head.jpg Graphics-Framebuffer-6.08/examples/images/RWBY_Ruby_Weiss.jpg Graphics-Framebuffer-6.08/examples/images/RWBY_by_Lo_Wah.jpg Graphics-Framebuffer-6.08/examples/images/Blonde_Pigtails.jpg Graphics-Framebuffer-6.08/examples/images/RWBY_White.jpg Graphics-Framebuffer-6.08/examples/images/HeadBang.gif Graphics-Framebuffer-6.08/examples/images/Test_Pattern.jpg Graphics-Framebuffer-6.08/examples/images/RWBY_Volume_4.jpg Graphics-Framebuffer-6.08/examples/images/dorksmile.png Graphics-Framebuffer-6.08/examples/images/Halloween.jpg Graphics-Framebuffer-6.08/examples/images/Lolipop_Chainsaw.jpg Graphics-Framebuffer-6.08/examples/images/RWBY_Crescent_Rose_Ruby.png Graphics-Framebuffer-6.08/examples/threadstest.pl Graphics-Framebuffer-6.08/examples/template.pl Graphics-Framebuffer-6.08/examples/primitives.pl Graphics-Framebuffer-6.08/ignore.txt Graphics-Framebuffer-6.08/src/ Graphics-Framebuffer-6.08/src/Framebuffer.c Graphics-Framebuffer-6.08/src/Framebuffer.template.pm Graphics-Framebuffer-6.08/KNOWN_ISSUES Graphics-Framebuffer-6.08/TODO Graphics-Framebuffer-6.08/lib/ Graphics-Framebuffer-6.08/lib/Graphics/ Graphics-Framebuffer-6.08/lib/Graphics/Framebuffer/ Graphics-Framebuffer-6.08/lib/Graphics/Framebuffer/Splash.pm Graphics-Framebuffer-6.08/lib/Graphics/Framebuffer.pm Graphics-Framebuffer-6.08/META.yml Graphics-Framebuffer-6.08/Makefile.PL Configuring R/RK/RKELSCH/Graphics-Framebuffer-6.08.tar.gz with Makefile.PL >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Adding C to Module...Added 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 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. Now run: make Use to test: make test Use to install (you may need to do it as root with sudo): sudo make install RKELSCH/Graphics-Framebuffer-6.08.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for R/RK/RKELSCH/Graphics-Framebuffer-6.08.tar.gz >>> make cp lib/Graphics/Framebuffer.pm blib/lib/Graphics/Framebuffer.pm cp lib/Graphics/Framebuffer/Splash.pm blib/lib/Graphics/Framebuffer/Splash.pm "/data/fly2200/ap2200-299134/bin/perl-static" -Mblib -MInline=NOISY,_INSTALL_ -MGraphics::Framebuffer::Splash -e"my %A = (modinlname => 'Graphics-Framebuffer-Splash.inl', module => 'Graphics::Framebuffer::Splash'); my %S = (API => \%A); Inline::satisfy_makefile_dep(\%S);" 6.08 blib/arch "/data/fly2200/ap2200-299134/bin/perl-static" -Mblib -MInline=NOISY,_INSTALL_ -MGraphics::Framebuffer -e"my %A = (modinlname => 'Graphics-Framebuffer.inl', module => 'Graphics::Framebuffer'); my %S = (API => \%A); Inline::satisfy_makefile_dep(\%S);" 6.08 blib/arch 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. validate Stage Starting Build Preprocess Stage get_maps Stage Finished Build Preprocess Stage Starting Build Parse Stage Finished Build Parse Stage Starting Build Glue 1 Stage Finished Build Glue 1 Stage Starting Build Glue 2 Stage Finished Build Glue 2 Stage Starting Build Glue 3 Stage Finished Build Glue 3 Stage Starting Build Compile Stage Starting "perl Makefile.PL" Stage 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 Finished "perl Makefile.PL" Stage Starting "make" Stage make[1]: Entering directory `/data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Graphics-Framebuffer-6.08-FzB0mY/_Inline/build/Graphics/Framebuffer' Running Mkbootstrap for Graphics::Framebuffer () chmod 644 "Framebuffer.bs" "/data/fly2200/ap2200-299134/bin/perl-static" "/data/fly2200/cpanfly-5.22/var/megalib/ExtUtils/xsubpp" -typemap "/home/fly2200/ap2200-299134/lib/ExtUtils/typemap" Framebuffer.xs > Framebuffer.xsc && mv Framebuffer.xsc Framebuffer.c gcc -c -I"/data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Graphics-Framebuffer-6.08-FzB0mY" -D_REENTRANT -D_GNU_SOURCE -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fwrapv -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"6.08\" -DXS_VERSION=\"6.08\" -fPIC "-I/home/fly2200/ap2200-299134/lib/CORE" Framebuffer.c Framebuffer.xs:141:6: warning: conflicting types for ‘c_plot’ [enabled by default] Framebuffer.xs:136:11: note: previous implicit declaration of ‘c_plot’ was here Framebuffer.xs:765:6: warning: conflicting types for ‘c_flip_horizontal’ [enabled by default] Framebuffer.xs:762:5: note: previous implicit declaration of ‘c_flip_horizontal’ was here Framebuffer.xs:784:6: warning: conflicting types for ‘c_flip_vertical’ [enabled by default] Framebuffer.xs:761:5: note: previous implicit declaration of ‘c_flip_vertical’ was here rm -f blib/arch/auto/Graphics/Framebuffer/Framebuffer.so gcc -shared -O2 -fstack-protector Framebuffer.o -o blib/arch/auto/Graphics/Framebuffer/Framebuffer.so \ \ chmod 755 blib/arch/auto/Graphics/Framebuffer/Framebuffer.so "/data/fly2200/ap2200-299134/bin/perl-static" -MExtUtils::Command::MM -e 'cp_nonempty' -- Framebuffer.bs blib/arch/auto/Graphics/Framebuffer/Framebuffer.bs 644 make[1]: Leaving directory `/data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Graphics-Framebuffer-6.08-FzB0mY/_Inline/build/Graphics/Framebuffer' Finished "make" Stage Starting "make install" Stage make[1]: Entering directory `/data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Graphics-Framebuffer-6.08-FzB0mY/_Inline/build/Graphics/Framebuffer' Running Mkbootstrap for Graphics::Framebuffer () chmod 644 "Framebuffer.bs" Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Graphics-Framebuffer-6.08-FzB0mY/blib/arch/auto/Graphics/Framebuffer/Framebuffer.so make[1]: Leaving directory `/data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Graphics-Framebuffer-6.08-FzB0mY/_Inline/build/Graphics/Framebuffer' Finished "make install" Stage Starting Cleaning Up Stage Finished Cleaning Up Stage Finished Build Compile Stage Manifying 2 pod documents RKELSCH/Graphics-Framebuffer-6.08.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 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, 3 wallclock secs ( 0.04 usr 0.01 sys + 0.26 cusr 0.09 csys = 0.40 CPU) Result: PASS RKELSCH/Graphics-Framebuffer-6.08.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-6.08-FzB0mY && tar cvf - Graphics-Framebuffer-6.08.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/R/RK/RKELSCH/Graphics-Framebuffer-6.08.tar.gz Graphics-Framebuffer-6.08.ppd blib/ blib/man3/ blib/man3/Graphics::Framebuffer::Splash.3 blib/man3/Graphics::Framebuffer.3 blib/arch/ blib/arch/auto/ blib/arch/auto/Graphics/ blib/arch/auto/Graphics/Framebuffer/ blib/arch/auto/Graphics/Framebuffer/Framebuffer.so blib/lib/ blib/lib/Graphics/ blib/lib/Graphics/Framebuffer/ blib/lib/Graphics/Framebuffer/Splash.pm blib/lib/Graphics/Framebuffer.pm VmSize: 370304 kB Finished 2018-04-02T00:01:22