SWFEditor v0.09 Perl 5 v5.27.3 amd64-freebsd
- Status
- Unknown
- From
- Slaven Rezić (SREZIC)
- Dist
-
SWFEditor v0.09
- Platform
- Perl 5 v5.27.3 amd64-freebsd
- Date
- 2017-08-25 19:14:18
- ID
- 978be1fa-89c9-11e7-bb4f-b639b88565e3
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 Wataru Seto,
This is a computer-generated report for SWFEditor-0.09
on perl 5.27.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/SWFEditor.pm blib/lib/SWFEditor.pm
cp README.pod blib/lib/README.pod
Running Mkbootstrap for SWFEditor ()
chmod 644 "SWFEditor.bs"
"/usr/perl5.27.3p/bin/perl5.27.3" -MExtUtils::Command::MM -e 'cp_nonempty' -- SWFEditor.bs blib/arch/auto/SWFEditor/SWFEditor.bs 644
"/usr/perl5.27.3p/bin/perl5.27.3" "/usr/perl5.27.3p/lib/5.27.3/ExtUtils/xsubpp" -typemap '/usr/perl5.27.3p/lib/5.27.3/ExtUtils/typemap' -typemap '/home/cpansand/.cpan/build/2017082518/SWFEditor-0.09-0/typemap' XS.xs > XS.xsc
Please specify prototyping behavior for XS.xs (see perlxs manual)
mv XS.xsc XS.c
cc -c -I. -I/usr/local/include -I/usr/include -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2 -O2 -pipe -DVERSION=\"0.09\" -DXS_VERSION=\"0.09\" -DPIC -fPIC "-I/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE" -DHAVE_PNG -DHAVE_GIF XS.c
In file included from XS.xs:23:
./src/swf_gif.c:135:54: error: too few arguments to function call, expected 3, have 2
GifFile = DGifOpen(& gif_buff, gif_data_read_func);
~~~~~~~~ ^
/usr/local/include/gif_lib.h:182:1: note: 'DGifOpen' declared here
GifFileType *DGifOpen(void *userPtr, InputFunc readFunc, int *Error); /* new one (TVT) */
^
In file included from XS.xs:23:
./src/swf_gif.c:142:30: error: too few arguments to function call, expected 2, have 1
DGifCloseFile(GifFile);
~~~~~~~~~~~~~ ^
/usr/local/include/gif_lib.h:183:5: note: 'DGifCloseFile' declared here
int DGifCloseFile(GifFileType * GifFile, int *ErrorCode);
^
In file included from XS.xs:23:
./src/swf_gif.c:155:30: error: too few arguments to function call, expected 2, have 1
DGifCloseFile(GifFile);
~~~~~~~~~~~~~ ^
/usr/local/include/gif_lib.h:183:5: note: 'DGifCloseFile' declared here
int DGifCloseFile(GifFileType * GifFile, int *ErrorCode);
^
In file included from XS.xs:23:
./src/swf_gif.c:219:30: error: too few arguments to function call, expected 2, have 1
DGifCloseFile(GifFile);
~~~~~~~~~~~~~ ^
/usr/local/include/gif_lib.h:183:5: note: 'DGifCloseFile' declared here
int DGifCloseFile(GifFileType * GifFile, int *ErrorCode);
^
In file included from XS.xs:23:
./src/swf_gif.c:255:55: error: too few arguments to function call, expected 3, have 2
GifFile = EGifOpen(& gif_buff, gif_data_write_func);
~~~~~~~~ ^
/usr/local/include/gif_lib.h:129:1: note: 'EGifOpen' declared here
GifFileType *EGifOpen(void *userPtr, OutputFunc writeFunc, int *Error);
^
In file included from XS.xs:23:
./src/swf_gif.c:295:26: warning: implicit declaration of function 'MakeMapObject' is invalid in C99 [-Wimplicit-function-declaration]
GifFile->SColorMap = MakeMapObject(ColorCount, Colors);
^
./src/swf_gif.c:295:24: warning: incompatible integer to pointer conversion assigning to 'ColorMapObject *' (aka 'struct ColorMapObject *') from 'int' [-Wint-conversion]
GifFile->SColorMap = MakeMapObject(ColorCount, Colors);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/swf_gif.c:301:30: error: too few arguments to function call, expected 2, have 1
EGifCloseFile(GifFile);
~~~~~~~~~~~~~ ^
/usr/local/include/gif_lib.h:132:1: note: 'EGifCloseFile' declared here
int EGifCloseFile(GifFileType *GifFile, int *ErrorCode);
^
In file included from XS.xs:51:
./src/swf_tag_shape.c:554:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((next_5bits == 0)) { // end record
~~~~~~~~~~~^~~~
./src/swf_tag_shape.c:554:33: note: remove extraneous parentheses around the comparison to silence this warning
if ((next_5bits == 0)) { // end record
~ ^ ~
./src/swf_tag_shape.c:554:33: note: use '=' to turn this equality comparison into an assignment
if ((next_5bits == 0)) { // end record
^~
=
./src/swf_tag_shape.c:640:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((next_5bits == 0)) { // end record
~~~~~~~~~~~^~~~
./src/swf_tag_shape.c:640:33: note: remove extraneous parentheses around the comparison to silence this warning
if ((next_5bits == 0)) { // end record
~ ^ ~
./src/swf_tag_shape.c:640:33: note: use '=' to turn this equality comparison into an assignment
if ((next_5bits == 0)) { // end record
^~
=
In file included from XS.xs:52:
./src/swf_tag_sound.c:217:33: warning: implicit truncation from 'int' to bitfield changes value from 15 to -1 [-Wbitfield-constant-conversion]
swf_tag_sound->sound_format = 15;
^ ~~
XS.xs:105:26: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
RETVAL = newSVpv(data, len);
^~~~
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE/embed.h:415:42: note: expanded from macro 'newSVpv'
#define newSVpv(a,b) Perl_newSVpv(aTHX_ a,b)
^
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE/proto.h:2316:56: note: passing argument to parameter 's' here
PERL_CALLCONV SV* Perl_newSVpv(pTHX_ const char *const s, const STRLEN len)
^
XS.xs:198:52: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
RETVAL = swf_object_replace_movieclip(swf, instance_name,
^~~~~~~~~~~~~
./src/swf_object.c:1402:45: note: passing argument to parameter 'instance_name' here
unsigned char *instance_name, int instance_name_len,
^
XS.xs:200:52: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
swf_data,
^~~~~~~~
./src/swf_object.c:1403:45: note: passing argument to parameter 'swf_data' here
unsigned char *swf_data, int swf_data_len) {
^
XS.xs:308:31: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
RETVAL = newSVpvn(data, data_len);
^~~~
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE/embed.h:420:44: note: expanded from macro 'newSVpvn'
#define newSVpvn(a,b) Perl_newSVpvn(aTHX_ a,b)
^
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE/proto.h:2328:57: note: passing argument to parameter 'buffer' here
PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const buffer, const STRLEN len)
^
XS.xs:757:27: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
RETVAL = newSVpvn(data, data_len);
^~~~
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE/embed.h:420:44: note: expanded from macro 'newSVpvn'
#define newSVpvn(a,b) Perl_newSVpvn(aTHX_ a,b)
^
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE/proto.h:2328:57: note: passing argument to parameter 'buffer' here
PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const buffer, const STRLEN len)
^
XS.xs:773:27: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
RETVAL = newSVpvn(data, data_len);
^~~~
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE/embed.h:420:44: note: expanded from macro 'newSVpvn'
#define newSVpvn(a,b) Perl_newSVpvn(aTHX_ a,b)
^
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE/proto.h:2328:57: note: passing argument to parameter 'buffer' here
PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const buffer, const STRLEN len)
^
XS.xs:814:27: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
RETVAL = newSVpvn(data, data_len);
^~~~
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE/embed.h:420:44: note: expanded from macro 'newSVpvn'
#define newSVpvn(a,b) Perl_newSVpvn(aTHX_ a,b)
^
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE/proto.h:2328:57: note: passing argument to parameter 'buffer' here
PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const buffer, const STRLEN len)
^
XS.xs:837:46: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
RETVAL = swf_object_is_shape_tagdata(data, data_len);
^~~~
./src/swf_object.c:1681:44: note: passing argument to parameter 'data' here
swf_object_is_shape_tagdata(unsigned char *data, int data_len) {
^
XS.xs:847:47: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
RETVAL = swf_object_is_bitmap_tagdata(data, data_len);
^~~~
./src/swf_object.c:1699:45: note: passing argument to parameter 'data' here
swf_object_is_bitmap_tagdata(unsigned char *data, int data_len) {
^
XS.xs:863:27: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
RETVAL = newSVpvn(data, data_len);
^~~~
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE/embed.h:420:44: note: expanded from macro 'newSVpvn'
#define newSVpvn(a,b) Perl_newSVpvn(aTHX_ a,b)
^
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE/proto.h:2328:57: note: passing argument to parameter 'buffer' here
PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const buffer, const STRLEN len)
^
XS.xs:879:27: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
RETVAL = newSVpvn(data, data_len);
^~~~
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE/embed.h:420:44: note: expanded from macro 'newSVpvn'
#define newSVpvn(a,b) Perl_newSVpvn(aTHX_ a,b)
^
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE/proto.h:2328:57: note: passing argument to parameter 'buffer' here
PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const buffer, const STRLEN len)
^
XS.xs:895:27: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
RETVAL = newSVpvn(data, data_len);
^~~~
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE/embed.h:420:44: note: expanded from macro 'newSVpvn'
#define newSVpvn(a,b) Perl_newSVpvn(aTHX_ a,b)
^
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE/proto.h:2328:57: note: passing argument to parameter 'buffer' here
PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const buffer, const STRLEN len)
^
XS.xs:932:27: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
RETVAL = newSVpvn(data, data_len);
^~~~
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE/embed.h:420:44: note: expanded from macro 'newSVpvn'
#define newSVpvn(a,b) Perl_newSVpvn(aTHX_ a,b)
^
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE/proto.h:2328:57: note: passing argument to parameter 'buffer' here
PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const buffer, const STRLEN len)
^
XS.xs:984:27: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
RETVAL = newSVpvn(data, data_len);
^~~~
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE/embed.h:420:44: note: expanded from macro 'newSVpvn'
#define newSVpvn(a,b) Perl_newSVpvn(aTHX_ a,b)
^
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd/CORE/proto.h:2328:57: note: passing argument to parameter 'buffer' here
PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const buffer, const STRLEN len)
^
19 warnings and 6 errors generated.
*** Error code 1
Stop.
make: stopped in /home/cpansand/.cpan/build/2017082518/SWFEditor-0.09-0
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.30
configure_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.30
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LC_ALL = de_DE.ISO8859-1
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd10.3:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
PERL = /usr/perl5.27.3p/bin/perl5.27.3
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 65442
PERL5_CPAN_IS_RUNNING = 65442
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 65431,65442
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2017082518/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/local/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2017082518
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/perl5.27.3p/bin/perl5.27.3
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.18
CPAN::Meta 2.150010
Cwd 3.68
ExtUtils::CBuilder 0.280228
ExtUtils::Command 7.30
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.30
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.35
File::Spec 3.68
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.302086
YAML 1.23
YAML::Syck 1.30
version 0.9918
--
Summary of my perl5 (revision 5 version 27 subversion 3) configuration:
Platform:
osname=freebsd
osvers=10.3-release-p11
archname=amd64-freebsd
uname='freebsd cvrsnica-freebsd-101.herceg.de 10.3-release-p11 freebsd 10.3-release-p11 #0: mon oct 24 18:49:24 utc 2016 root@amd64-builder.daemonology.net:usrobjusrsrcsysgeneric amd64 '
config_args='-ds -e -Dprefix=/usr/perl5.27.3p -Dusedevel -Dusemallocwrap=no -Dcf_email=srezic@cpan.org -Doptimize=-O2 -pipe'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2'
optimize='-O2 -pipe'
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion=''
gccversion='4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
ivtype='long'
ivsize=8
nvtype='double'
nvsize=8
Off_t='off_t'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='cc'
ldflags ='-pthread -Wl,-E -fstack-protector -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib /usr/include/clang/3.4.1 /usr/lib
libs=-lpthread -lgdbm -lm -lcrypt -lutil -lc -lelf
perllibs=-lpthread -lm -lcrypt -lutil -lc -lelf
libc=
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags=' '
cccdlflags='-DPIC -fPIC'
lddlflags='-shared -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
USE_64_BIT_ALL
USE_64_BIT_INT
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
Built under freebsd
Compiled at Aug 21 2017 23:30:22
%ENV:
PERL="/usr/perl5.27.3p/bin/perl5.27.3"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="65442"
PERL5_CPAN_IS_RUNNING="65442"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="65431,65442"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2017082518/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/usr/perl5.27.3p/lib/site_perl/5.27.3/amd64-freebsd
/usr/perl5.27.3p/lib/site_perl/5.27.3
/usr/perl5.27.3p/lib/5.27.3/amd64-freebsd
/usr/perl5.27.3p/lib/5.27.3
.