OpenGL-GLFW v0.04 Perl 5 v5.20.3 x86_64-linux
- Status
- Unknown
- From
- Slaven Rezić (SREZIC)
- Dist
-
OpenGL-GLFW v0.04
- Platform
- Perl 5 v5.20.3 x86_64-linux
- Date
- 2017-09-23 22:07:06
- ID
- 8989f3a0-a0ab-11e7-849e-c91e901b0944
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Chris Marshall,
This is a computer-generated report for OpenGL-GLFW-0.04
on perl 5.20.3, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. However, attempting to
test your distribution gave an inconclusive result.
This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed. You may wish to consult the CPAN Testers Wiki:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
cp lib/OpenGL/GLFW.pm blib/lib/OpenGL/GLFW.pm
Running Mkbootstrap for GLFW ()
chmod 644 "GLFW.bs"
"/opt/perl-5.20.3/bin/perl5.20.3" -MExtUtils::Command::MM -e 'cp_nonempty' -- GLFW.bs blib/arch/auto/OpenGL/GLFW/GLFW.bs 644
"/opt/perl-5.20.3/bin/perl5.20.3" "/opt/perl-5.20.3/lib/site_perl/5.20.3/ExtUtils/xsubpp" -typemap '/opt/perl-5.20.3/lib/5.20.3/ExtUtils/typemap' -typemap '/home/cpansand/.cpan/build/2017092318/OpenGL-GLFW-0.04-0/typemap' GLFW.xs > GLFW.xsc
Please specify prototyping behavior for GLFW.xs (see perlxs manual)
mv GLFW.xsc GLFW.c
cc -c -DMESA_EGL_NO_X11_HEADERS -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -fPIC "-I/opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE" GLFW.c
GLFW.xs: In function 'XS_OpenGL__GLFW_glfwSetCharModsCallback':
GLFW.xs:1026:15: warning: assignment makes pointer from integer without a cast
fpstatus = glfwSetCharModsCallback(window, charmodsfun_callback);
^
GLFW.xs: In function 'XS_OpenGL__GLFW_glfwSetDropCallback':
GLFW.xs:1161:15: warning: assignment makes pointer from integer without a cast
fpstatus = glfwSetDropCallback(window, dropfun_callback);
^
GLFW.xs: In function 'XS_OpenGL__GLFW_glfwSetJoystickCallback':
GLFW.xs:1224:15: warning: assignment makes pointer from integer without a cast
fpstatus = glfwSetJoystickCallback(joystickfun_callback);
^
GLFW.xs: In function 'XS_OpenGL__GLFW_glfwSetWindowIcon':
GLFW.xs:1236:6: error: unknown type name 'GLFWimage'
GLFWimage* imgstruct;
^
GLFW.xs:1237:6: error: unknown type name 'GLFWimage'
GLFWimage* images[10];
^
In file included from GLFW.xs:3:0:
GLFW.xs:1253:56: error: 'GLFWimage' undeclared (first use in this function)
New(0, imgstruct, numimages*sizeof(GLFWimage), GLFWimage);
^
/opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE/perl.h:3158:62: note: in definition of macro 'EXPECT'
# define EXPECT(expr,val) __builtin_expect(expr,val)
^
/opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE/perl.h:3163:52: note: in expansion of macro 'cBOOL'
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^
/opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE/handy.h:1798:9: note: in expansion of macro 'UNLIKELY'
(void)(UNLIKELY(sizeof(t) > 1 && ((MEM_SIZE)(n)+0.0) > MEM_SIZE_MAX/sizeof(t)) && (croak_memory_wrap(),0))
^
/opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE/handy.h:1801:30: note: in expansion of macro 'MEM_WRAP_CHECK'
#define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
^
/opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE/handy.h:1888:27: note: in expansion of macro 'MEM_WRAP_CHECK_'
#define Newx(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safemalloc((MEM_SIZE)((n)*sizeof(t))))))
^
/opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE/handy.h:1894:22: note: in expansion of macro 'Newx'
#define New(x,v,n,t) Newx(v,n,t)
^
GLFW.xs:1253:9: note: in expansion of macro 'New'
New(0, imgstruct, numimages*sizeof(GLFWimage), GLFWimage);
^
GLFW.xs:1253:56: note: each undeclared identifier is reported only once for each function it appears in
New(0, imgstruct, numimages*sizeof(GLFWimage), GLFWimage);
^
/opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE/perl.h:3158:62: note: in definition of macro 'EXPECT'
# define EXPECT(expr,val) __builtin_expect(expr,val)
^
/opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE/perl.h:3163:52: note: in expansion of macro 'cBOOL'
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^
/opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE/handy.h:1798:9: note: in expansion of macro 'UNLIKELY'
(void)(UNLIKELY(sizeof(t) > 1 && ((MEM_SIZE)(n)+0.0) > MEM_SIZE_MAX/sizeof(t)) && (croak_memory_wrap(),0))
^
/opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE/handy.h:1801:30: note: in expansion of macro 'MEM_WRAP_CHECK'
#define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
^
/opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE/handy.h:1888:27: note: in expansion of macro 'MEM_WRAP_CHECK_'
#define Newx(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safemalloc((MEM_SIZE)((n)*sizeof(t))))))
^
/opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE/handy.h:1894:22: note: in expansion of macro 'Newx'
#define New(x,v,n,t) Newx(v,n,t)
^
GLFW.xs:1253:9: note: in expansion of macro 'New'
New(0, imgstruct, numimages*sizeof(GLFWimage), GLFWimage);
^
In file included from /opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE/perl.h:2368:0,
from GLFW.xs:3:
/opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE/handy.h:1888:51: error: expected expression before ')' token
#define Newx(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safemalloc((MEM_SIZE)((n)*sizeof(t))))))
^
/opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE/handy.h:1894:22: note: in expansion of macro 'Newx'
#define New(x,v,n,t) Newx(v,n,t)
^
GLFW.xs:1253:9: note: in expansion of macro 'New'
New(0, imgstruct, numimages*sizeof(GLFWimage), GLFWimage);
^
GLFW.xs:1260:31: error: request for member 'width' in something not a structure or union
(imgstruct+n)->width = width = SvIV(*svp);
^
GLFW.xs:1262:31: error: request for member 'height' in something not a structure or union
(imgstruct+n)->height = height = SvIV(*svp);
^
GLFW.xs:1264:31: error: request for member 'pixels' in something not a structure or union
(imgstruct+n)->pixels = pixels = (unsigned char *)SvPV_nolen(*svp);
^
GLFW.xs: In function 'XS_OpenGL__GLFW_glfwCreateCursor':
GLFW.xs:1289:6: error: unknown type name 'GLFWimage'
GLFWimage imgstruct;
^
GLFW.c:1780:2: error: unknown type name 'GLFWcursor'
GLFWcursor * RETVAL;
^
GLFW.xs:1299:18: error: request for member 'width' in something not a structure or union
imgstruct.width = width = SvIV(*svp);
^
GLFW.xs:1301:18: error: request for member 'height' in something not a structure or union
imgstruct.height = height = SvIV(*svp);
^
GLFW.xs:1303:18: error: request for member 'pixels' in something not a structure or union
imgstruct.pixels = pixels = (unsigned char *)SvPV_nolen(*svp);
^
GLFW.xs:1304:13: warning: assignment makes pointer from integer without a cast
RETVAL = glfwCreateCursor(&imgstruct, xhot, yhot);
^
GLFW.c: In function 'XS_OpenGL__GLFW_glfwCreateStandardCursor':
GLFW.c:1817:2: error: unknown type name 'GLFWcursor'
GLFWcursor * RETVAL;
^
GLFW.c:1821:9: warning: assignment makes pointer from integer without a cast
RETVAL = glfwCreateStandardCursor(shape);
^
GLFW.c: In function 'XS_OpenGL__GLFW_glfwDestroyCursor':
GLFW.c:1840:2: error: unknown type name 'GLFWcursor'
GLFWcursor* cursor;
^
In file included from GLFW.xs:3:0:
GLFW.c:1844:23: error: 'GLFWcursor' undeclared (first use in this function)
cursor = INT2PTR(GLFWcursor *,tmp);
^
/opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE/perl.h:1666:27: note: in definition of macro 'INT2PTR'
# define INT2PTR(any,d) (any)(d)
^
/opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE/perl.h:1666:30: error: expected expression before ')' token
# define INT2PTR(any,d) (any)(d)
^
GLFW.c:1844:15: note: in expansion of macro 'INT2PTR'
cursor = INT2PTR(GLFWcursor *,tmp);
^
GLFW.c: In function 'XS_OpenGL__GLFW_glfwSetCursor':
GLFW.c:1866:2: error: unknown type name 'GLFWcursor'
GLFWcursor* cursor;
^
In file included from GLFW.xs:3:0:
GLFW.c:1880:23: error: 'GLFWcursor' undeclared (first use in this function)
cursor = INT2PTR(GLFWcursor *,tmp);
^
/opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE/perl.h:1666:27: note: in definition of macro 'INT2PTR'
# define INT2PTR(any,d) (any)(d)
^
/opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE/perl.h:1666:30: error: expected expression before ')' token
# define INT2PTR(any,d) (any)(d)
^
GLFW.c:1880:15: note: in expansion of macro 'INT2PTR'
cursor = INT2PTR(GLFWcursor *,tmp);
^
GLFW.c: In function 'XS_OpenGL__GLFW_glfwGetKeyName':
GLFW.c:3512:9: warning: assignment makes pointer from integer without a cast
RETVAL = glfwGetKeyName(key, scancode);
^
Makefile:341: recipe for target 'GLFW.o' failed
make: *** [GLFW.o] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 6.64 7.30
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.30
OpenGL::Modern 0.04 0.04
configure_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.30
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = C
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
PERL = /opt/perl-5.20.3/bin/perl5.20.3
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 24299
PERL5_CPAN_IS_RUNNING = 24299
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 24222,24299
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2017092318/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2017092318
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl-5.20.3/bin/perl5.20.3
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.16
CPAN::Meta 2.150010
Cwd 3.62
ExtUtils::CBuilder 0.280226
ExtUtils::Command 7.30
ExtUtils::Install 2.06
ExtUtils::MakeMaker 7.30
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.35
File::Spec 3.62
JSON 2.94
JSON::PP 2.94
Module::Build 0.4224
Module::Signature 0.81
Parse::CPAN::Meta 2.150010
Test::Harness 3.39
Test::More 1.302096
YAML 1.23
YAML::Syck 1.30
version 0.9918
--
Summary of my perl5 (revision 5 version 20 subversion 3) configuration:
Platform:
osname=linux, osvers=3.16.0-4-amd64, archname=x86_64-linux
uname='linux debian8 3.16.0-4-amd64 #1 smp debian 3.16.43-2+deb8u1 (2017-06-18) x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.20.3 -Dcf_email=srezic@cpan.org'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.9.2', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/4.9/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.19.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.19'
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'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Built under linux
Compiled at Jun 20 2017 18:04:57
%ENV:
PERL="/opt/perl-5.20.3/bin/perl5.20.3"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="24299"
PERL5_CPAN_IS_RUNNING="24299"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="24222,24299"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2017092318/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/opt/perl-5.20.3/lib/site_perl/5.20.3/x86_64-linux
/opt/perl-5.20.3/lib/site_perl/5.20.3
/opt/perl-5.20.3/lib/5.20.3/x86_64-linux
/opt/perl-5.20.3/lib/5.20.3
.