cpantestlogs/SDL::OpenGL::App_genfailure.log
2017-05-02 18:44:36 -07:00

129 lines
5 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/1493740772.30717
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 SDL::OpenGL::App () on cpanmetadb ...
Unpacking SDL-sdlpl-1.08.tar.gz
--> Working on SDL::OpenGL::App
Fetching http://www.cpan.org/authors/id/W/WK/WKEENAN/SDL-sdlpl-1.08.tar.gz ... OK
SDL-sdlpl-1.08/
SDL-sdlpl-1.08/sdlpl.pm
SDL-sdlpl-1.08/BUGS
SDL-sdlpl-1.08/COPYING
SDL-sdlpl-1.08/Changes
SDL-sdlpl-1.08/MANIFEST
SDL-sdlpl-1.08/Makefile.PL
SDL-sdlpl-1.08/README
SDL-sdlpl-1.08/SFont-README
SDL-sdlpl-1.08/TODO
SDL-sdlpl-1.08/examples/
SDL-sdlpl-1.08/examples/Viewer.pl
SDL-sdlpl-1.08/examples/CDplayer.pl
SDL-sdlpl-1.08/examples/HelloWorld.pl
SDL-sdlpl-1.08/examples/wilbur.png
SDL-sdlpl-1.08/examples/Font.png
SDL-sdlpl-1.08/examples/Flicker.pl
SDL-sdlpl-1.08/examples/cd-icon.png
SDL-sdlpl-1.08/examples/cdplayer.png
SDL-sdlpl-1.08/examples/README
SDL-sdlpl-1.08/examples/test/
SDL-sdlpl-1.08/examples/test/testver.pl
SDL-sdlpl-1.08/font.c
SDL-sdlpl-1.08/font.h
SDL-sdlpl-1.08/sdlpl.xs
SDL-sdlpl-1.08/test.pl
SDL-sdlpl-1.08/typemap
SDL-sdlpl-1.08/lib/
SDL-sdlpl-1.08/lib/SDL/
SDL-sdlpl-1.08/lib/SDL/App.pm
SDL-sdlpl-1.08/lib/SDL/Cdrom.pm
SDL-sdlpl-1.08/lib/SDL/Cursor.pm
SDL-sdlpl-1.08/lib/SDL/Event.pm
SDL-sdlpl-1.08/lib/SDL/Font.pm
SDL-sdlpl-1.08/lib/SDL/Mixer.pm
SDL-sdlpl-1.08/lib/SDL/Music.pm
SDL-sdlpl-1.08/lib/SDL/OpenGL.pm
SDL-sdlpl-1.08/lib/SDL/OpenGL/
SDL-sdlpl-1.08/lib/SDL/OpenGL/App.pm
SDL-sdlpl-1.08/lib/SDL/OpenGL/#App.pm#
SDL-sdlpl-1.08/lib/SDL/Palette.pm
SDL-sdlpl-1.08/lib/SDL/Rect.pm
SDL-sdlpl-1.08/lib/SDL/Sound.pm
SDL-sdlpl-1.08/lib/SDL/Surface.pm
SDL-sdlpl-1.08/lib/SDL/Joystick.pm
SDL-sdlpl-1.08/Makefile.old
SDL-sdlpl-1.08/cdrom.xs
SDL-sdlpl-1.08/Whatsnew
SDL-sdlpl-1.08/tools/
SDL-sdlpl-1.08/tools/mk_xs_consts.pl
SDL-sdlpl-1.08/tools/mk_pm_consts.pl
SDL-sdlpl-1.08/tools/mk_xs_funcs.pl
Entering SDL-sdlpl-1.08
META.yml/json not found. Creating skeleton for it.
Running Makefile.PL
Configuring SDL-sdlpl-1.08 ... Checking if your kit is complete...
Looks good
Warning (mostly harmless): No library found for -lSDL
Warning (mostly harmless): No library found for -lSDL_image
Warning (mostly harmless): No library found for -lSDL_mixer
Generating a Unix-style Makefile
Writing Makefile for SDL::sdlpl
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
OK
Building and testing SDL-sdlpl-1.08 ... cp lib/SDL/Cursor.pm blib/lib/SDL/Cursor.pm
cp lib/SDL/Surface.pm blib/lib/SDL/Surface.pm
cp lib/SDL/Event.pm blib/lib/SDL/Event.pm
cp lib/SDL/OpenGL/App.pm blib/lib/SDL/OpenGL/App.pm
cp lib/SDL/Rect.pm blib/lib/SDL/Rect.pm
cp sdlpl.pm blib/lib/SDL/sdlpl.pm
AutoSplitting blib/lib/SDL/sdlpl.pm (blib/lib/auto/SDL/sdlpl)
cp lib/SDL/Music.pm blib/lib/SDL/Music.pm
cp lib/SDL/Font.pm blib/lib/SDL/Font.pm
cp lib/SDL/Cdrom.pm blib/lib/SDL/Cdrom.pm
cp lib/SDL/OpenGL.pm blib/lib/SDL/OpenGL.pm
cp lib/SDL/Joystick.pm blib/lib/SDL/Joystick.pm
cp lib/SDL/Palette.pm blib/lib/SDL/Palette.pm
cp lib/SDL/Sound.pm blib/lib/SDL/Sound.pm
cp lib/SDL/Mixer.pm blib/lib/SDL/Mixer.pm
cp lib/SDL/App.pm blib/lib/SDL/App.pm
Running Mkbootstrap for sdlpl ()
chmod 644 "sdlpl.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- sdlpl.bs blib/arch/auto/SDL/sdlpl/sdlpl.bs 644
cc -c -I/usr/local/include -I/usr/local/include/SDL -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.08\" -DXS_VERSION=\"1.08\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" font.c
font.c:1:17: fatal error: SDL.h: No such file or directory
#include "SDL.h"
^
compilation terminated.
Makefile:366: recipe for target 'font.o' failed
make: *** [font.o] Error 1
! Installing SDL::OpenGL::App failed. See /home/ryan/.cpanm/work/1493740772.30717/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose SDL::OpenGL::App] 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