PATH=/usr/bin:/bin:/Users/fly2400/cpanfly-5.24/var/megalib/bin Start 2018-12-26T02:06:09 ActivePerl-2400 CPAN-2.10 Reading '/Users/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Tue, 25 Dec 2018 06:54:25 GMT Checksum for /Users/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/R/RK/RKELSCH/Graphics-Framebuffer-6.11.tar.gz ok Graphics-Framebuffer-6.11/ Graphics-Framebuffer-6.11/Changes Graphics-Framebuffer-6.11/t/ Graphics-Framebuffer-6.11/t/06-boilerplate.t Graphics-Framebuffer-6.11/t/01-primitives.t Graphics-Framebuffer-6.11/t/07-manifest.t Graphics-Framebuffer-6.11/t/09-pod-coverage.t Graphics-Framebuffer-6.11/t/08-pod.t Graphics-Framebuffer-6.11/META.json Graphics-Framebuffer-6.11/README Graphics-Framebuffer-6.11/MANIFEST Graphics-Framebuffer-6.11/examples/ Graphics-Framebuffer-6.11/examples/slideshow.pl Graphics-Framebuffer-6.11/examples/fonts.pl Graphics-Framebuffer-6.11/examples/dump.pl Graphics-Framebuffer-6.11/examples/viewpic.pl Graphics-Framebuffer-6.11/examples/images/ Graphics-Framebuffer-6.11/examples/images/RWBY_Beuowolf.png Graphics-Framebuffer-6.11/examples/images/RWBY_Ruby_Moon.jpg Graphics-Framebuffer-6.11/examples/images/Anime_Red_Head.jpg Graphics-Framebuffer-6.11/examples/images/RWBY_Ruby_Weiss.jpg Graphics-Framebuffer-6.11/examples/images/RWBY_by_Lo_Wah.jpg Graphics-Framebuffer-6.11/examples/images/Blonde_Pigtails.jpg Graphics-Framebuffer-6.11/examples/images/RWBY_White.jpg Graphics-Framebuffer-6.11/examples/images/HeadBang.gif Graphics-Framebuffer-6.11/examples/images/Test_Pattern.jpg Graphics-Framebuffer-6.11/examples/images/RWBY_Volume_4.jpg Graphics-Framebuffer-6.11/examples/images/dorksmile.png Graphics-Framebuffer-6.11/examples/images/Halloween.jpg Graphics-Framebuffer-6.11/examples/images/Lolipop_Chainsaw.jpg Graphics-Framebuffer-6.11/examples/images/RWBY_Crescent_Rose_Ruby.png Graphics-Framebuffer-6.11/examples/threadstest.pl Graphics-Framebuffer-6.11/examples/template.pl Graphics-Framebuffer-6.11/examples/primitives.pl Graphics-Framebuffer-6.11/ignore.txt Graphics-Framebuffer-6.11/src/ Graphics-Framebuffer-6.11/src/Framebuffer.c Graphics-Framebuffer-6.11/src/Framebuffer.template.pm Graphics-Framebuffer-6.11/KNOWN_ISSUES Graphics-Framebuffer-6.11/TODO Graphics-Framebuffer-6.11/lib/ Graphics-Framebuffer-6.11/lib/Graphics/ Graphics-Framebuffer-6.11/lib/Graphics/Framebuffer/ Graphics-Framebuffer-6.11/lib/Graphics/Framebuffer/Splash.pm Graphics-Framebuffer-6.11/lib/Graphics/Framebuffer.pm Graphics-Framebuffer-6.11/META.yml Graphics-Framebuffer-6.11/Makefile.PL Configuring R/RK/RKELSCH/Graphics-Framebuffer-6.11.tar.gz with Makefile.PL >>> /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL Adding C to Module...Added Checking if your kit is complete... Looks good Invalid LICENSE value 'Artistic_2_0' ignored Have /Users/fly2400/cpanfly-5.24/var/megalib Want /Users/fly2400/ap2400-300558/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Invalid LICENSE value 'Artistic_2_0' ignored 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.11.tar.gz /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL -- OK Running make for R/RK/RKELSCH/Graphics-Framebuffer-6.11.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 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" -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.11 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 /Users/fly2400/cpanfly-5.24/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 /Users/fly2400/cpanfly-5.24/var/megalib Want /Users/fly2400/ap2400-300558/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] 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 Running Mkbootstrap for Framebuffer () chmod 644 "Framebuffer.bs" "/Users/fly2400/ap2400-300558/bin/perl-dynamic" -MExtUtils::Command::MM -e 'cp_nonempty' -- Framebuffer.bs blib/arch/auto/Graphics/Framebuffer/Framebuffer.bs 644 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" "/Users/fly2400/cpanfly-5.24/var/megalib/ExtUtils/xsubpp" -typemap "/Users/fly2400/ap2400-300558/lib/ExtUtils/typemap" Framebuffer.xs > Framebuffer.xsc mv Framebuffer.xsc Framebuffer.c gcc -c -I"/Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Graphics-Framebuffer-6.11-S4slhG" -fno-common -DPERL_DARWIN -no-cpp-precomp -mmacosx-version-min=10.9 -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-strict-aliasing -pipe -fstack-protector -DPERL_USE_SAFE_PUTENV -O3 -DVERSION=\"6.11\" -DXS_VERSION=\"6.11\" "-I/Users/fly2400/ap2400-300558/lib/CORE" Framebuffer.c Framebuffer.xs:16:10: fatal error: 'linux/fb.h' file not found #include ^ 1 error generated. make[1]: *** [Framebuffer.o] Error 1 A problem was encountered while attempting to compile and install your Inline C code. The command that failed was: "make" with error code 2 The build directory was: /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Graphics-Framebuffer-6.11-S4slhG/_Inline/build/Graphics/Framebuffer To debug the problem, cd to the build directory, and inspect the output files. at /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Graphics-Framebuffer-6.11-S4slhG/blib/lib/Graphics/Framebuffer.pm line 477. ...propagated at /Users/fly2400/cpanfly-5.24/var/megalib/Inline/C.pm line 869. BEGIN failed--compilation aborted at /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Graphics-Framebuffer-6.11-S4slhG/blib/lib/Graphics/Framebuffer.pm line 477. Compilation failed in require. BEGIN failed--compilation aborted. make: *** [Graphics-Framebuffer.inl] Error 25 RKELSCH/Graphics-Framebuffer-6.11.tar.gz make -- NOT OK Finished 2018-12-26T02:06:13