cpantestlogs/OpenGL::Simple::Viewer_genfailure.log
2017-05-02 18:44:36 -07:00

124 lines
5.7 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/1493294262.1058
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 OpenGL::Simple::Viewer () on cpanmetadb ...
Unpacking OpenGL-Simple-Viewer-0.03.tar.gz
--> Working on OpenGL::Simple::Viewer
Fetching http://www.cpan.org/authors/id/J/JC/JCHIN/OpenGL-Simple-Viewer-0.03.tar.gz ... OK
OpenGL-Simple-Viewer-0.03/
OpenGL-Simple-Viewer-0.03/examples/
OpenGL-Simple-Viewer-0.03/examples/check.png
OpenGL-Simple-Viewer-0.03/examples/sierpinski.pl
OpenGL-Simple-Viewer-0.03/examples/aatori.pl
OpenGL-Simple-Viewer-0.03/examples/multiwindow.pl
OpenGL-Simple-Viewer-0.03/examples/ganged.pl
OpenGL-Simple-Viewer-0.03/examples/pdbviewer.pl
OpenGL-Simple-Viewer-0.03/examples/texpot.pl
OpenGL-Simple-Viewer-0.03/examples/teapot.pl
OpenGL-Simple-Viewer-0.03/Viewer.pm
OpenGL-Simple-Viewer-0.03/META.yml
OpenGL-Simple-Viewer-0.03/Changes
OpenGL-Simple-Viewer-0.03/MANIFEST
OpenGL-Simple-Viewer-0.03/t/
OpenGL-Simple-Viewer-0.03/t/1.t
OpenGL-Simple-Viewer-0.03/Makefile.PL
OpenGL-Simple-Viewer-0.03/README
Entering OpenGL-Simple-Viewer-0.03
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring OpenGL-Simple-Viewer-0.03 ... Warning: prerequisite OpenGL::Simple::GLUT 0 not found.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for OpenGL::Simple::Viewer
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Math::Quaternion 0 ... Yes (0.07)
Checking if you have OpenGL::Simple 0 ... Yes (0.03)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have OpenGL::Simple::GLUT 0 ... No
Searching OpenGL::Simple::GLUT (0) on cpanmetadb ...
Unpacking OpenGL-Simple-GLUT-0.03.tar.gz
OK
==> Found dependencies: OpenGL::Simple::GLUT
--> Working on OpenGL::Simple::GLUT
Fetching http://www.cpan.org/authors/id/J/JC/JCHIN/OpenGL-Simple-GLUT-0.03.tar.gz ... OK
OpenGL-Simple-GLUT-0.03/
OpenGL-Simple-GLUT-0.03/GLUT.pm
OpenGL-Simple-GLUT-0.03/ppport.h
OpenGL-Simple-GLUT-0.03/META.yml
OpenGL-Simple-GLUT-0.03/Changes
OpenGL-Simple-GLUT-0.03/MANIFEST
OpenGL-Simple-GLUT-0.03/typemap
OpenGL-Simple-GLUT-0.03/t/
OpenGL-Simple-GLUT-0.03/t/1.t
OpenGL-Simple-GLUT-0.03/GLUT.xs
OpenGL-Simple-GLUT-0.03/Makefile.PL
OpenGL-Simple-GLUT-0.03/README
Entering OpenGL-Simple-GLUT-0.03
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring OpenGL-Simple-GLUT-0.03 ... Checking if your kit is complete...
Looks good
Warning (mostly harmless): No library found for -lglut
Generating a Unix-style Makefile
Writing Makefile for OpenGL::Simple::GLUT
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::Constant 0 ... Yes (0.23)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
OK
Building and testing OpenGL-Simple-GLUT-0.03 ... cp GLUT.pm blib/lib/OpenGL/Simple/GLUT.pm
Running Mkbootstrap for GLUT ()
chmod 644 "GLUT.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- GLUT.bs blib/arch/auto/OpenGL/Simple/GLUT/GLUT.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" -typemap '/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1493294262.1058/OpenGL-Simple-GLUT-0.03/typemap' GLUT.xs > GLUT.xsc
Please specify prototyping behavior for GLUT.xs (see perlxs manual)
mv GLUT.xsc GLUT.c
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" GLUT.c
In file included from GLUT.xs:5:0:
ppport.h:227:0: warning: "PERL_UNUSED_DECL" redefined
# define PERL_UNUSED_DECL
In file included from GLUT.xs:2:0:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:323:0: note: this is the location of the previous definition
# define PERL_UNUSED_DECL __attribute__unused__
GLUT.xs:8:21: fatal error: GL/glut.h: No such file or directory
#include <GL/glut.h>
^
compilation terminated.
Makefile:330: recipe for target 'GLUT.o' failed
make: *** [GLUT.o] Error 1
! Installing OpenGL::Simple::GLUT failed. See /home/ryan/.cpanm/work/1493294262.1058/build.log for details. Retry with --force to force install it.
! Installing the dependencies failed: Module 'OpenGL::Simple::GLUT' is not installed
! Bailing out the installation for OpenGL-Simple-Viewer-0.03.
FAIL
Command [cpanm --reinstall --verbose OpenGL::Simple::Viewer] 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