develooper Front page | perl.cpan.testers | Postings from June 2008

FAIL OpenGL-Simple-GLUT-0.03 i686-linux-64int-ld 2.6.24-16-generic

From:
DAGOLDEN
Date:
June 18, 2008 04:00
Subject:
FAIL OpenGL-Simple-GLUT-0.03 i686-linux-64int-ld 2.6.24-16-generic
This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/


--
Dear Jonathan Chin,
    
This is a computer-generated report for OpenGL-Simple-GLUT-0.03
on perl 5.10.0 patch 34034, created by CPAN-Reporter-1.15. 

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

http://cpantest.grango.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester: 

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make':

cp GLUT.pm blib/lib/OpenGL/Simple/GLUT.pm
/home/david/perl/5.10.x/bin/perl /home/david/perl/5.10.x/lib/5.10.0/ExtUtils/xsubpp  -typemap /home/david/perl/5.10.x/lib/5.10.0/ExtUtils/typemap -typemap typemap  GLUT.xs > GLUT.xsc && mv GLUT.xsc GLUT.c
Please specify prototyping behavior for GLUT.xs (see perlxs manual)
gcc -c   -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" -fPIC "-I/home/david/perl/5.10.x/lib/5.10.0/i686-linux-64int-ld/CORE"   GLUT.c
In file included from GLUT.xs:5:
ppport.h:227:1: warning: "PERL_UNUSED_DECL" redefined
In file included from GLUT.xs:2:
/home/david/perl/5.10.x/lib/5.10.0/i686-linux-64int-ld/CORE/perl.h:317:1: warning: this is the location of the previous definition
GLUT.xs:8:21: error: GL/glut.h: No such file or directory
GLUT.c: In function ‘XS_OpenGL__Simple__GLUT_glutUseLayer’:
GLUT.c:931: error: ‘GLenum’ undeclared (first use in this function)
GLUT.c:931: error: (Each undeclared identifier is reported only once
GLUT.c:931: error: for each function it appears in.)
GLUT.c:931: error: expected ‘;’ before ‘layer’
GLUT.c:933: error: ‘layer’ undeclared (first use in this function)
GLUT.c: In function ‘XS_OpenGL__Simple__GLUT_glutSetColor’:
GLUT.c:1777: error: ‘GLfloat’ undeclared (first use in this function)
GLUT.c:1777: error: expected ‘;’ before ‘red’
GLUT.c:1778: error: expected ‘;’ before ‘green’
GLUT.c:1779: error: expected ‘;’ before ‘blue’
GLUT.c:1781: error: ‘red’ undeclared (first use in this function)
GLUT.c:1781: error: ‘green’ undeclared (first use in this function)
GLUT.c:1781: error: ‘blue’ undeclared (first use in this function)
GLUT.c: In function ‘XS_OpenGL__Simple__GLUT_glutGetColor’:
GLUT.c:1799: error: ‘GLfloat’ undeclared (first use in this function)
GLUT.c:1799: error: expected ‘;’ before ‘RETVAL’
GLUT.c:1804: error: ‘RETVAL’ undeclared (first use in this function)
GLUT.c: In function ‘XS_OpenGL__Simple__GLUT_glutGet’:
GLUT.c:1845: error: ‘GLenum’ undeclared (first use in this function)
GLUT.c:1845: error: expected ‘;’ before ‘state’
GLUT.c:1847: error: ‘state’ undeclared (first use in this function)
GLUT.c: In function ‘XS_OpenGL__Simple__GLUT_glutLayerGet’:
GLUT.c:1868: error: ‘GLenum’ undeclared (first use in this function)
GLUT.c:1868: error: expected ‘;’ before ‘info’
GLUT.c:1870: error: ‘info’ undeclared (first use in this function)
GLUT.c: In function ‘XS_OpenGL__Simple__GLUT_glutDeviceGet’:
GLUT.c:1891: error: ‘GLenum’ undeclared (first use in this function)
GLUT.c:1891: error: expected ‘;’ before ‘info’
GLUT.c:1893: error: ‘info’ undeclared (first use in this function)
GLUT.c: In function ‘XS_OpenGL__Simple__GLUT_glutSolidSphere’:
GLUT.c:1957: error: ‘GLdouble’ undeclared (first use in this function)
GLUT.c:1957: error: expected ‘;’ before ‘radius’
GLUT.c:1958: error: ‘GLint’ undeclared (first use in this function)
GLUT.c:1958: error: expected ‘;’ before ‘slices’
GLUT.c:1959: error: expected ‘;’ before ‘stacks’
GLUT.c:1961: error: ‘radius’ undeclared (first use in this function)
GLUT.c:1961: error: ‘slices’ undeclared (first use in this function)
GLUT.c:1961: error: ‘stacks’ undeclared (first use in this function)
GLUT.c: In function ‘XS_OpenGL__Simple__GLUT_glutWireSphere’:
GLUT.c:1979: error: ‘GLdouble’ undeclared (first use in this function)
GLUT.c:1979: error: expected ‘;’ before ‘radius’
GLUT.c:1980: error: ‘GLint’ undeclared (first use in this function)
GLUT.c:1980: error: expected ‘;’ before ‘slices’
GLUT.c:1981: error: expected ‘;’ before ‘stacks’
GLUT.c:1983: error: ‘radius’ undeclared (first use in this function)
GLUT.c:1983: error: ‘slices’ undeclared (first use in this function)
GLUT.c:1983: error: ‘stacks’ undeclared (first use in this function)
GLUT.c: In function ‘XS_OpenGL__Simple__GLUT_glutSolidCube’:
GLUT.c:2001: error: ‘GLdouble’ undeclared (first use in this function)
GLUT.c:2001: error: expected ‘;’ before ‘size’
GLUT.c:2003: error: ‘size’ undeclared (first use in this function)
GLUT.c: In function ‘XS_OpenGL__Simple__GLUT_glutWireCube’:
GLUT.c:2021: error: ‘GLdouble’ undeclared (first use in this function)
GLUT.c:2021: error: expected ‘;’ before ‘size’
GLUT.c:2023: error: ‘size’ undeclared (first use in this function)
GLUT.c: In function ‘XS_OpenGL__Simple__GLUT_glutSolidCone’:
GLUT.c:2041: error: ‘GLdouble’ undeclared (first use in this function)
GLUT.c:2041: error: expected ‘;’ before ‘base’
GLUT.c:2042: error: expected ‘;’ before ‘height’
GLUT.c:2043: error: ‘GLint’ undeclared (first use in this function)
GLUT.c:2043: error: expected ‘;’ before ‘slices’
GLUT.c:2044: error: expected ‘;’ before ‘stacks’
GLUT.c:2046: error: ‘base’ undeclared (first use in this function)
GLUT.c:2046: error: ‘height’ undeclared (first use in this function)
GLUT.c:2046: error: ‘slices’ undeclared (first use in this function)
GLUT.c:2046: error: ‘stacks’ undeclared (first use in this function)
GLUT.c: In function ‘XS_OpenGL__Simple__GLUT_glutWireCone’:
GLUT.c:2064: error: ‘GLdouble’ undeclared (first use in this function)
GLUT.c:2064: error: expected ‘;’ before ‘base’
GLUT.c:2065: error: expected ‘;’ before ‘height’
GLUT.c:2066: error: ‘GLint’ undeclared (first use in this function)
GLUT.c:2066: error: expected ‘;’ before ‘slices’
GLUT.c:2067: error: expected ‘;’ before ‘stacks’
GLUT.c:2069: error: ‘base’ undeclared (first use in this function)
GLUT.c:2069: error: ‘height’ undeclared (first use in this function)
GLUT.c:2069: error: ‘slices’ undeclared (first use in this function)
GLUT.c:2069: error: ‘stacks’ undeclared (first use in this function)
GLUT.c: In function ‘XS_OpenGL__Simple__GLUT_glutSolidTorus’:
GLUT.c:2087: error: ‘GLdouble’ undeclared (first use in this function)
GLUT.c:2087: error: expected ‘;’ before ‘innerRadius’
GLUT.c:2088: error: expected ‘;’ before ‘outerRadius’
GLUT.c:2089: error: ‘GLint’ undeclared (first use in this function)
GLUT.c:2089: error: expected ‘;’ before ‘nsides’
GLUT.c:2090: error: expected ‘;’ before ‘rings’
GLUT.c:2092: error: ‘innerRadius’ undeclared (first use in this function)
GLUT.c:2092: error: ‘outerRadius’ undeclared (first use in this function)
GLUT.c:2092: error: ‘nsides’ undeclared (first use in this function)
GLUT.c:2092: error: ‘rings’ undeclared (first use in this function)
GLUT.c: In function ‘XS_OpenGL__Simple__GLUT_glutWireTorus’:
GLUT.c:2110: error: ‘GLdouble’ undeclared (first use in this function)
GLUT.c:2110: error: expected ‘;’ before ‘innerRadius’
GLUT.c:2111: error: expected ‘;’ before ‘outerRadius’
GLUT.c:2112: error: ‘GLint’ undeclared (first use in this function)
GLUT.c:2112: error: expected ‘;’ before ‘nsides’
GLUT.c:2113: error: expected ‘;’ before ‘rings’
GLUT.c:2115: error: ‘innerRadius’ undeclared (first use in this function)
GLUT.c:2115: error: ‘outerRadius’ undeclared (first use in this function)
GLUT.c:2115: error: ‘nsides’ undeclared (first use in this function)
GLUT.c:2115: error: ‘rings’ undeclared (first use in this function)
GLUT.c: In function ‘XS_OpenGL__Simple__GLUT_glutSolidTeapot’:
GLUT.c:2285: error: ‘GLdouble’ undeclared (first use in this function)
GLUT.c:2285: error: expected ‘;’ before ‘size’
GLUT.c:2287: error: ‘size’ undeclared (first use in this function)
GLUT.c: In function ‘XS_OpenGL__Simple__GLUT_glutWireTeapot’:
GLUT.c:2305: error: ‘GLdouble’ undeclared (first use in this function)
GLUT.c:2305: error: expected ‘;’ before ‘size’
GLUT.c:2307: error: ‘size’ undeclared (first use in this function)
make: *** [GLUT.o] Error 1

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module             Need Have
    ------------------ ---- ----
    ExtUtils::Constant 0    0.2 

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    LD_LIBRARY_PATH = /home/david/opt/subversion/lib
    PATH = .:/home/david/bin:/home/david/git/utility-scripts:/home/david/perl/current/bin:.:/home/david/bin:/home/david/git/utility-scripts:/home/david/perl/current/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 13449
    PERL5_CPAN_IS_EXECUTING = /home/david/.cpan/build/OpenGL-Simple-GLUT-0.03-_llYS7/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 13449
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 10404,13449
    PERL_CR_SMOKER_CURRENT = OpenGL-Simple-GLUT-0.03
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /home/david/perl/5.10.x/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 4 20 24 25 29 30 44 46 107 115 116 1000
    $EGID = 1000 4 20 24 25 29 30 44 46 107 115 116 1000

Perl module toolchain versions installed:

    Module              Have     
    ------------------- ---------
    CPAN                1.92_62  
    Cwd                 3.2701   
    ExtUtils::CBuilder  0.23     
    ExtUtils::Command   1.14     
    ExtUtils::Install   1.50_01  
    ExtUtils::MakeMaker 6.44     
    ExtUtils::Manifest  1.51_01  
    ExtUtils::ParseXS   2.19_01  
    File::Spec          3.2701   
    Module::Build       0.2808_02
    Module::Signature   n/a      
    Test::Harness       3.11     
    Test::More          0.80     
    YAML                0.66     
    YAML::Syck          1.05     
    version             0.74     


--

Summary of my perl5 (revision 5 version 10 subversion 0 patch 34034) configuration:
  Platform:
    osname=linux, osvers=2.6.24-16-generic, archname=i686-linux-64int-ld
    uname='linux griffon 2.6.24-16-generic #1 smp thu apr 10 13:23:42 utc 2008 i686 gnulinux '
    config_args='-de -Uversiononly -Dusedevel -Dusemorebits -Dprefix=/home/david/perl/5.10.x -Dmydomain=.hyperbolic.net -Dcf_email=dagolden@cpan.org -Dperladmin=dagolden@cpan.org -Dcc=gcc'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=undef, uselongdouble=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.3 (Ubuntu 4.2.3-2ubuntu7)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='long double', nvsize=12, Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.7.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.7'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About