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

FAIL OpenGL-Simple-GLUT-0.03 i686-linux 2.4.27-2-386

From:
stro
Date:
June 28, 2008 05:11
Subject:
FAIL OpenGL-Simple-GLUT-0.03 i686-linux 2.4.27-2-386
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.8.8, created by CPAN-Reporter-1.1555. 

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/stro/perl588/bin/perl /home/stro/perl588/lib/5.8.8/ExtUtils/xsubpp  -typemap /home/stro/perl588/lib/5.8.8/ExtUtils/typemap -typemap typemap  GLUT.xs > GLUT.xsc && mv GLUT.xsc GLUT.c
Please specify prototyping behavior for GLUT.xs (see perlxs manual)
cc -c   -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" -fpic "-I/home/stro/perl588/lib/5.8.8/i686-linux/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/stro/perl588/lib/5.8.8/i686-linux/CORE/perl.h:163: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:929: error: 'GLenum' undeclared (first use in this function)
GLUT.c:929: error: (Each undeclared identifier is reported only once
GLUT.c:929: error: for each function it appears in.)
GLUT.c:929: error: expected ';' before 'layer'
GLUT.c:931: error: 'layer' undeclared (first use in this function)
GLUT.c: In function 'XS_OpenGL__Simple__GLUT_glutSetColor':
GLUT.c:1775: error: 'GLfloat' undeclared (first use in this function)
GLUT.c:1775: error: expected ';' before 'red'
GLUT.c:1776: error: expected ';' before 'green'
GLUT.c:1777: error: expected ';' before 'blue'
GLUT.c:1779: error: 'red' undeclared (first use in this function)
GLUT.c:1779: error: 'green' undeclared (first use in this function)
GLUT.c:1779: error: 'blue' undeclared (first use in this function)
GLUT.c: In function 'XS_OpenGL__Simple__GLUT_glutGetColor':
GLUT.c:1797: error: 'GLfloat' undeclared (first use in this function)
GLUT.c:1797: error: expected ';' before 'RETVAL'
GLUT.c:1798: warning: ISO C90 forbids mixed declarations and code
GLUT.c:1802: error: 'RETVAL' undeclared (first use in this function)
GLUT.c: In function 'XS_OpenGL__Simple__GLUT_glutGet':
GLUT.c:1843: error: 'GLenum' undeclared (first use in this function)
GLUT.c:1843: error: expected ';' before 'state'
GLUT.c:1845: error: 'state' undeclared (first use in this function)
GLUT.c: In function 'XS_OpenGL__Simple__GLUT_glutLayerGet':
GLUT.c:1866: error: 'GLenum' undeclared (first use in this function)
GLUT.c:1866: error: expected ';' before 'info'
GLUT.c:1868: error: 'info' undeclared (first use in this function)
GLUT.c: In function 'XS_OpenGL__Simple__GLUT_glutDeviceGet':
GLUT.c:1889: error: 'GLenum' undeclared (first use in this function)
GLUT.c:1889: error: expected ';' before 'info'
GLUT.c:1891: error: 'info' undeclared (first use in this function)
GLUT.c: In function 'XS_OpenGL__Simple__GLUT_glutSolidSphere':
GLUT.c:1955: error: 'GLdouble' undeclared (first use in this function)
GLUT.c:1955: error: expected ';' before 'radius'
GLUT.c:1956: error: 'GLint' undeclared (first use in this function)
GLUT.c:1956: error: expected ';' before 'slices'
GLUT.c:1957: error: expected ';' before 'stacks'
GLUT.c:1959: error: 'radius' undeclared (first use in this function)
GLUT.c:1959: error: 'slices' undeclared (first use in this function)
GLUT.c:1959: error: 'stacks' undeclared (first use in this function)
GLUT.c: In function 'XS_OpenGL__Simple__GLUT_glutWireSphere':
GLUT.c:1977: error: 'GLdouble' undeclared (first use in this function)
GLUT.c:1977: error: expected ';' before 'radius'
GLUT.c:1978: error: 'GLint' undeclared (first use in this function)
GLUT.c:1978: error: expected ';' before 'slices'
GLUT.c:1979: error: expected ';' before 'stacks'
GLUT.c:1981: error: 'radius' undeclared (first use in this function)
GLUT.c:1981: error: 'slices' undeclared (first use in this function)
GLUT.c:1981: error: 'stacks' undeclared (first use in this function)
GLUT.c: In function 'XS_OpenGL__Simple__GLUT_glutSolidCube':
GLUT.c:1999: error: 'GLdouble' undeclared (first use in this function)
GLUT.c:1999: error: expected ';' before 'size'
GLUT.c:2001: error: 'size' undeclared (first use in this function)
GLUT.c: In function 'XS_OpenGL__Simple__GLUT_glutWireCube':
GLUT.c:2019: error: 'GLdouble' undeclared (first use in this function)
GLUT.c:2019: error: expected ';' before 'size'
GLUT.c:2021: error: 'size' undeclared (first use in this function)
GLUT.c: In function 'XS_OpenGL__Simple__GLUT_glutSolidCone':
GLUT.c:2039: error: 'GLdouble' undeclared (first use in this function)
GLUT.c:2039: error: expected ';' before 'base'
GLUT.c:2040: error: expected ';' before 'height'
GLUT.c:2041: error: 'GLint' undeclared (first use in this function)
GLUT.c:2041: error: expected ';' before 'slices'
GLUT.c:2042: error: expected ';' before 'stacks'
GLUT.c:2044: error: 'base' undeclared (first use in this function)
GLUT.c:2044: error: 'height' undeclared (first use in this function)
GLUT.c:2044: error: 'slices' undeclared (first use in this function)
GLUT.c:2044: error: 'stacks' undeclared (first use in this function)
GLUT.c: In function 'XS_OpenGL__Simple__GLUT_glutWireCone':
GLUT.c:2062: error: 'GLdouble' undeclared (first use in this function)
GLUT.c:2062: error: expected ';' before 'base'
GLUT.c:2063: error: expected ';' before 'height'
GLUT.c:2064: error: 'GLint' undeclared (first use in this function)
GLUT.c:2064: error: expected ';' before 'slices'
GLUT.c:2065: error: expected ';' before 'stacks'
GLUT.c:2067: error: 'base' undeclared (first use in this function)
GLUT.c:2067: error: 'height' undeclared (first use in this function)
GLUT.c:2067: error: 'slices' undeclared (first use in this function)
GLUT.c:2067: error: 'stacks' undeclared (first use in this function)
GLUT.c: In function 'XS_OpenGL__Simple__GLUT_glutSolidTorus':
GLUT.c:2085: error: 'GLdouble' undeclared (first use in this function)
GLUT.c:2085: error: expected ';' before 'innerRadius'
GLUT.c:2086: error: expected ';' before 'outerRadius'
GLUT.c:2087: error: 'GLint' undeclared (first use in this function)
GLUT.c:2087: error: expected ';' before 'nsides'
GLUT.c:2088: error: expected ';' before 'rings'
GLUT.c:2090: error: 'innerRadius' undeclared (first use in this function)
GLUT.c:2090: error: 'outerRadius' undeclared (first use in this function)
GLUT.c:2090: error: 'nsides' undeclared (first use in this function)
GLUT.c:2090: error: 'rings' undeclared (first use in this function)
GLUT.c: In function 'XS_OpenGL__Simple__GLUT_glutWireTorus':
GLUT.c:2108: error: 'GLdouble' undeclared (first use in this function)
GLUT.c:2108: error: expected ';' before 'innerRadius'
GLUT.c:2109: error: expected ';' before 'outerRadius'
GLUT.c:2110: error: 'GLint' undeclared (first use in this function)
GLUT.c:2110: error: expected ';' before 'nsides'
GLUT.c:2111: error: expected ';' before 'rings'
GLUT.c:2113: error: 'innerRadius' undeclared (first use in this function)
GLUT.c:2113: error: 'outerRadius' undeclared (first use in this function)
GLUT.c:2113: error: 'nsides' undeclared (first use in this function)
GLUT.c:2113: error: 'rings' undeclared (first use in this function)
GLUT.c: In function 'XS_OpenGL__Simple__GLUT_glutSolidTeapot':
GLUT.c:2283: error: 'GLdouble' undeclared (first use in this function)
GLUT.c:2283: error: expected ';' before 'size'
GLUT.c:2285: error: 'size' undeclared (first use in this function)
GLUT.c: In function 'XS_OpenGL__Simple__GLUT_glutWireTeapot':
GLUT.c:2303: error: 'GLdouble' undeclared (first use in this function)
GLUT.c:2303: error: expected ';' before 'size'
GLUT.c:2305: 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.17

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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US
    LANGUAGE = en_UA:en_US:en_GB:en
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
    PERL5LIB = 
    PERL5_CPANPLUS_IS_RUNNING = 18958
    PERL5_CPAN_IS_EXECUTING = /home/stro/.cpan/build/OpenGL-Simple-GLUT-0.03-sJrL6j/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 18958
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = linux

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

    $^X = /home/stro/perl588/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 46 44 29 25 24 20 1000
    $EGID = 1000 46 44 29 25 24 20 1000

Perl module toolchain versions installed:

    Module              Have  
    ------------------- ------
    CPAN                1.9205
    Cwd                 3.2701
    ExtUtils::CBuilder  0.23  
    ExtUtils::Command   1.13  
    ExtUtils::Install   1.45  
    ExtUtils::MakeMaker 6.44  
    ExtUtils::Manifest  1.51  
    ExtUtils::ParseXS   2.19  
    File::Spec          3.2701
    Module::Build       0.2808
    Module::Signature   n/a   
    Test::Harness       3.10  
    Test::More          0.80  
    YAML                0.66  
    YAML::Syck          1.04  
    version             0.74  


--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=linux, osvers=2.4.27-2-386, archname=i686-linux
    uname='linux vm-debian 2.4.27-2-386 #1 mon may 16 16:47:51 jst 2005 i686 gnulinux '
    config_args=''
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
    ccversion='', gccversion='4.1.2 20061115 (prerelease) (Debian 4.1.1-21)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.3.6.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.3.6'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'



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