SWFEditor v0.09 Perl 5 v5.18.4 amd64-freebsd

Status
Unknown
From
Slaven Rezić (SREZIC)
Dist
SWFEditor v0.09
Platform
Perl 5 v5.18.4 amd64-freebsd
Date
2018-03-25 11:07:26
ID
b3dd723e-301c-11e8-9a0a-ddbcd248341b
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.18.4, 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 README.pod blib/lib/README.pod
cp lib/SWFEditor.pm blib/lib/SWFEditor.pm
Running Mkbootstrap for SWFEditor ()
chmod 644 "SWFEditor.bs"
"/usr/perl5.18.4p/bin/perl5.18.4" -MExtUtils::Command::MM -e 'cp_nonempty' -- SWFEditor.bs blib/arch/auto/SWFEditor/SWFEditor.bs 644
"/usr/perl5.18.4p/bin/perl5.18.4" "/usr/perl5.18.4p/lib/site_perl/5.18.4/ExtUtils/xsubpp"  -typemap '/usr/perl5.18.4p/lib/5.18.4/ExtUtils/typemap' -typemap '/home/cpansand/.cpan/build/2018032515/SWFEditor-0.09-KYGQaa/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 -O2 -pipe    -DVERSION=\"0.09\"  -DXS_VERSION=\"0.09\" -DPIC -fPIC "-I/usr/perl5.18.4p/lib/5.18.4/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 bit-field 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.18.4p/lib/5.18.4/amd64-freebsd/CORE/embed.h:379:42: note: expanded from macro 'newSVpv'
#define newSVpv(a,b)            Perl_newSVpv(aTHX_ a,b)
                                                   ^
/usr/perl5.18.4p/lib/5.18.4/amd64-freebsd/CORE/proto.h:2865: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.18.4p/lib/5.18.4/amd64-freebsd/CORE/embed.h:384:44: note: expanded from macro 'newSVpvn'
#define newSVpvn(a,b)           Perl_newSVpvn(aTHX_ a,b)
                                                    ^
/usr/perl5.18.4p/lib/5.18.4/amd64-freebsd/CORE/proto.h:2881:57: note: passing argument to parameter 's' here
PERL_CALLCONV SV*       Perl_newSVpvn(pTHX_ const char *const s, 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.18.4p/lib/5.18.4/amd64-freebsd/CORE/embed.h:384:44: note: expanded from macro 'newSVpvn'
#define newSVpvn(a,b)           Perl_newSVpvn(aTHX_ a,b)
                                                    ^
/usr/perl5.18.4p/lib/5.18.4/amd64-freebsd/CORE/proto.h:2881:57: note: passing argument to parameter 's' here
PERL_CALLCONV SV*       Perl_newSVpvn(pTHX_ const char *const s, 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.18.4p/lib/5.18.4/amd64-freebsd/CORE/embed.h:384:44: note: expanded from macro 'newSVpvn'
#define newSVpvn(a,b)           Perl_newSVpvn(aTHX_ a,b)
                                                    ^
/usr/perl5.18.4p/lib/5.18.4/amd64-freebsd/CORE/proto.h:2881:57: note: passing argument to parameter 's' here
PERL_CALLCONV SV*       Perl_newSVpvn(pTHX_ const char *const s, 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.18.4p/lib/5.18.4/amd64-freebsd/CORE/embed.h:384:44: note: expanded from macro 'newSVpvn'
#define newSVpvn(a,b)           Perl_newSVpvn(aTHX_ a,b)
                                                    ^
/usr/perl5.18.4p/lib/5.18.4/amd64-freebsd/CORE/proto.h:2881:57: note: passing argument to parameter 's' here
PERL_CALLCONV SV*       Perl_newSVpvn(pTHX_ const char *const s, 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.18.4p/lib/5.18.4/amd64-freebsd/CORE/embed.h:384:44: note: expanded from macro 'newSVpvn'
#define newSVpvn(a,b)           Perl_newSVpvn(aTHX_ a,b)
                                                    ^
/usr/perl5.18.4p/lib/5.18.4/amd64-freebsd/CORE/proto.h:2881:57: note: passing argument to parameter 's' here
PERL_CALLCONV SV*       Perl_newSVpvn(pTHX_ const char *const s, 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.18.4p/lib/5.18.4/amd64-freebsd/CORE/embed.h:384:44: note: expanded from macro 'newSVpvn'
#define newSVpvn(a,b)           Perl_newSVpvn(aTHX_ a,b)
                                                    ^
/usr/perl5.18.4p/lib/5.18.4/amd64-freebsd/CORE/proto.h:2881:57: note: passing argument to parameter 's' here
PERL_CALLCONV SV*       Perl_newSVpvn(pTHX_ const char *const s, 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.18.4p/lib/5.18.4/amd64-freebsd/CORE/embed.h:384:44: note: expanded from macro 'newSVpvn'
#define newSVpvn(a,b)           Perl_newSVpvn(aTHX_ a,b)
                                                    ^
/usr/perl5.18.4p/lib/5.18.4/amd64-freebsd/CORE/proto.h:2881:57: note: passing argument to parameter 's' here
PERL_CALLCONV SV*       Perl_newSVpvn(pTHX_ const char *const s, 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.18.4p/lib/5.18.4/amd64-freebsd/CORE/embed.h:384:44: note: expanded from macro 'newSVpvn'
#define newSVpvn(a,b)           Perl_newSVpvn(aTHX_ a,b)
                                                    ^
/usr/perl5.18.4p/lib/5.18.4/amd64-freebsd/CORE/proto.h:2881:57: note: passing argument to parameter 's' here
PERL_CALLCONV SV*       Perl_newSVpvn(pTHX_ const char *const s, 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.18.4p/lib/5.18.4/amd64-freebsd/CORE/embed.h:384:44: note: expanded from macro 'newSVpvn'
#define newSVpvn(a,b)           Perl_newSVpvn(aTHX_ a,b)
                                                    ^
/usr/perl5.18.4p/lib/5.18.4/amd64-freebsd/CORE/proto.h:2881:57: note: passing argument to parameter 's' here
PERL_CALLCONV SV*       Perl_newSVpvn(pTHX_ const char *const s, const STRLEN len)
                                                              ^
19 warnings and 6 errors generated.
*** Error code 1

Stop.
make: stopped in /home/cpansand/.cpan/build/2018032515/SWFEditor-0.09-KYGQaa

------------------------------
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:

    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd12.0:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL = [undef]
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 98148
    PERL5_CPAN_IS_EXECUTING = /home/cpansand/.cpan/build/2018032515/SWFEditor-0.09-KYGQaa/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 98148
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 97981,98148
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_AUTOINSTALL = --defaultdeps
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2018032515/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    SHELL = /usr/local/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2018032515

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

    $^X = /usr/perl5.18.4p/bin/perl5.18.4
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.00    
    CPAN::Meta          2.150010
    Cwd                 3.40    
    ExtUtils::CBuilder  0.280230
    ExtUtils::Command   7.30    
    ExtUtils::Install   2.06    
    ExtUtils::MakeMaker 7.30    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.40    
    JSON                2.97001 
    JSON::PP            2.97001 
    Module::Build       0.4224  
    Module::Signature   0.81    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.39    
    Test::More          1.302128
    YAML                1.24    
    YAML::Syck          1.30    
    version             0.9918  


--

Summary of my perl5 (revision 5 version 18 subversion 4) configuration:
   
  Platform:
    osname=freebsd, osvers=12.0-current, archname=amd64-freebsd
    uname='freebsd ali1.bbbike.org 12.0-current freebsd 12.0-current #0 bd8385a990e(master)-dirty: fri nov 17 03:13:11 utc 2017 root@ali1.bbbike.org:usrobjhomeprojectsfreebsdamd64.amd64sysgeneric-nodebug amd64 '
    config_args='-ds -e -Dprefix=/usr/perl5.18.4p -Dcf_email=srezic@cpan.org -Doptimize=-O2 -pipe'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    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 5.0.0 (tags/RELEASE_500/final 312559)', 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 ='-pthread -Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lgdbm -lm -lcrypt -lutil -lc
    perllibs=-lm -lcrypt -lutil -lc
    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_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV PERL_SAWAMPERSAND 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 freebsd
  Compiled at Nov 17 2017 06:44:20
  %ENV:
    PERL=""
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="98148"
    PERL5_CPAN_IS_EXECUTING="/home/cpansand/.cpan/build/2018032515/SWFEditor-0.09-KYGQaa/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="98148"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="97981,98148"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_AUTOINSTALL="--defaultdeps"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2018032515/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
  @INC:
    /usr/perl5.18.4p/lib/site_perl/5.18.4/amd64-freebsd
    /usr/perl5.18.4p/lib/site_perl/5.18.4
    /usr/perl5.18.4p/lib/5.18.4/amd64-freebsd
    /usr/perl5.18.4p/lib/5.18.4
    .