cpantestlogs/Games::Irrlicht_genfailure.log
2017-05-02 18:44:36 -07:00

115 lines
5.2 KiB
Text

perl-blead
==========
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
Work directory is /home/ryan/.cpanm/work/1493710569.16627
You have make /usr/bin/make
You have LWP 6.26
You have /bin/tar: tar (GNU tar) 1.29
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
You have /usr/bin/unzip
Searching Games::Irrlicht () on cpanmetadb ...
Unpacking Games-Irrlicht-0.04.tar.gz
--> Working on Games::Irrlicht
Fetching http://www.cpan.org/authors/id/T/TE/TELS/games/Games-Irrlicht-0.04.tar.gz ... OK
Games-Irrlicht-0.04/
Games-Irrlicht-0.04/t/
Games-Irrlicht-0.04/t/Games/
Games-Irrlicht-0.04/t/Games/Irrlicht/
Games-Irrlicht-0.04/t/Games/Irrlicht/MyApp.pm
Games-Irrlicht-0.04/t/media/
Games-Irrlicht-0.04/t/media/test.zip
Games-Irrlicht-0.04/t/myirrlicht.t
Games-Irrlicht-0.04/t/timer.t
Games-Irrlicht-0.04/t/config/
Games-Irrlicht-0.04/t/config/test.cfg
Games-Irrlicht-0.04/t/config/client.cfg
Games-Irrlicht-0.04/t/config/test2.cfg
Games-Irrlicht-0.04/t/constant.t
Games-Irrlicht-0.04/t/mycfg.t
Games-Irrlicht-0.04/t/myopt.t
Games-Irrlicht-0.04/t/thingy.t
Games-Irrlicht-0.04/t/irrlichtpm.t
Games-Irrlicht-0.04/NEW
Games-Irrlicht-0.04/lib/
Games-Irrlicht-0.04/lib/Games/
Games-Irrlicht-0.04/lib/Games/Irrlicht/
Games-Irrlicht-0.04/lib/Games/Irrlicht/Group.pm
Games-Irrlicht-0.04/lib/Games/Irrlicht/Timer.pm
Games-Irrlicht-0.04/lib/Games/Irrlicht/EventHandler.pm
Games-Irrlicht-0.04/lib/Games/Irrlicht/Thingy.pm
Games-Irrlicht-0.04/lib/Games/Irrlicht/Constants.pm
Games-Irrlicht-0.04/lib/Games/Irrlicht.pm
Games-Irrlicht-0.04/BUGS
Games-Irrlicht-0.04/TODO
Games-Irrlicht-0.04/SIGNATURE
Games-Irrlicht-0.04/LICENSE
Games-Irrlicht-0.04/README
Games-Irrlicht-0.04/Irrlicht.xs
Games-Irrlicht-0.04/Makefile.PL
Games-Irrlicht-0.04/README.win32
Games-Irrlicht-0.04/META.yml
Games-Irrlicht-0.04/Makefile.PL.win32
Games-Irrlicht-0.04/CHANGES
Games-Irrlicht-0.04/examples/
Games-Irrlicht-0.04/examples/lib/
Games-Irrlicht-0.04/examples/lib/Games/
Games-Irrlicht-0.04/examples/lib/Games/Irrlicht/
Games-Irrlicht-0.04/examples/lib/Games/Irrlicht/TechDemo.pm
Games-Irrlicht-0.04/examples/techdemo.pl
Games-Irrlicht-0.04/MANIFEST
Entering Games-Irrlicht-0.04
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring Games-Irrlicht-0.04 ... Checking if your kit is complete...
Looks good
Warning (mostly harmless): No library found for -lIrrlicht
Generating a Unix-style Makefile
Writing Makefile for Games::Irrlicht
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have Config::Simple 4.55 ... Yes (4.58)
OK
Building and testing Games-Irrlicht-0.04 ... cp lib/Games/Irrlicht/Group.pm blib/lib/Games/Irrlicht/Group.pm
cp lib/Games/Irrlicht.pm blib/lib/Games/Irrlicht.pm
cp lib/Games/Irrlicht/Constants.pm blib/lib/Games/Irrlicht/Constants.pm
cp lib/Games/Irrlicht/EventHandler.pm blib/lib/Games/Irrlicht/EventHandler.pm
cp lib/Games/Irrlicht/Timer.pm blib/lib/Games/Irrlicht/Timer.pm
cp lib/Games/Irrlicht/Thingy.pm blib/lib/Games/Irrlicht/Thingy.pm
Running Mkbootstrap for Irrlicht ()
chmod 644 "Irrlicht.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Irrlicht.bs blib/arch/auto/Games/Irrlicht/Irrlicht.bs 644
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/ExtUtils/xsubpp" -C++ -typemap '/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/ExtUtils/typemap' Irrlicht.xs > Irrlicht.xsc
Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in Irrlicht.xs, line 458
mv Irrlicht.xsc Irrlicht.c
g++ -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" Irrlicht.c
Irrlicht.xs:6:31: fatal error: Irrlicht/irrlicht.h: No such file or directory
#include <Irrlicht/irrlicht.h>
^
compilation terminated.
Makefile:352: recipe for target 'Irrlicht.o' failed
make: *** [Irrlicht.o] Error 1
! Installing Games::Irrlicht failed. See /home/ryan/.cpanm/work/1493710569.16627/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Games::Irrlicht] terminated with exit code 1 ($? = 256) under the following perl environment:
Command terminated with non-zero status.
Current perl:
Name: perl-blead
Path: /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl
Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perl-blead -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perl-blead/bin
Compiled at: Mar 30 2017 03:10:09
perlbrew:
version: 0.78
ENV:
PERLBREW_ROOT: /home/ryan/perl5/perlbrew
PERLBREW_HOME: /home/ryan/.perlbrew
PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perl-blead/bin
PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perl-blead/man