Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Audio-Mad-0.6 v5.22.0 FreeBSD
Date: 2016-09-10T16:51:23Z
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 Mark McConnell,
This is a computer-generated report for Audio-Mad-0.6
on perl 5.22.0, created by CPAN-Reporter-1.2017.
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/Audio/Mad/Util.pm blib/lib/Audio/Mad/Util.pm
cp lib/Audio/Mad/Resample.pm blib/lib/Audio/Mad/Resample.pm
cp lib/Audio/Mad/Synth.pm blib/lib/Audio/Mad/Synth.pm
cp lib/Audio/Mad/Stream.pm blib/lib/Audio/Mad/Stream.pm
cp lib/Audio/Mad/Frame.pm blib/lib/Audio/Mad/Frame.pm
cp lib/Audio/Mad/Dither.pm blib/lib/Audio/Mad/Dither.pm
cp lib/Audio/Mad/Timer.pm blib/lib/Audio/Mad/Timer.pm
cp Mad.pm blib/lib/Audio/Mad.pm
cc -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2 -O -DVERSION=\"0.6\" -DXS_VERSION=\"0.6\" -DPIC -fPIC "-I/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE" resample.c
cc -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2 -O -DVERSION=\"0.6\" -DXS_VERSION=\"0.6\" -DPIC -fPIC "-I/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE" dither.c
Running Mkbootstrap for Mad ()
chmod 644 "Mad.bs"
"/usr/perl5.22.0p/bin/perl5.22.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Mad.bs blib/arch/auto/Audio/Mad/Mad.bs 644
"/usr/perl5.22.0p/bin/perl5.22.0" "/usr/perl5.22.0p/lib/5.22.0/ExtUtils/xsubpp" -typemap '/usr/perl5.22.0p/lib/5.22.0/ExtUtils/typemap' -typemap '/home/cpansand/.cpan/build/2016091018/Audio-Mad-0.6-hYF2bE/typemap' Mad.xs > Mad.xsc
mv Mad.xsc Mad.c
cc -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2 -O -DVERSION=\"0.6\" -DXS_VERSION=\"0.6\" -DPIC -fPIC "-I/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE" Mad.c
Mad.xs:44:11: error: assignment to cast is illegal, lvalue casts are not supported
Newz(0, (void *)RETVAL, sizeof(*RETVAL), char);
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2027:29: note: expanded from macro 'Newz'
#define Newz(x,v,n,t) Newxz(v,n,t)
^
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2021:23: note: expanded from macro 'Newxz'
#define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t)))))
^
Mad.xs:60:7: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
ptr = SvPV(data, len);
^ ~~~~~~~~~~~~~~~
Mad.xs:137:11: error: assignment to cast is illegal, lvalue casts are not supported
Newz(0, (void *)RETVAL, sizeof(*RETVAL), char);
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2027:29: note: expanded from macro 'Newz'
#define Newz(x,v,n,t) Newxz(v,n,t)
^
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2021:23: note: expanded from macro 'Newxz'
#define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t)))))
^
Mad.xs:203:11: error: assignment to cast is illegal, lvalue casts are not supported
Newz(0, (void *)RETVAL, sizeof(*RETVAL), char);
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2027:29: note: expanded from macro 'Newz'
#define Newz(x,v,n,t) Newxz(v,n,t)
^
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2021:23: note: expanded from macro 'Newxz'
#define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t)))))
^
Mad.xs:229:11: error: assignment to cast is illegal, lvalue casts are not supported
Newz(0, (void *)RETVAL, sizeof(*RETVAL), char);
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2027:29: note: expanded from macro 'Newz'
#define Newz(x,v,n,t) Newxz(v,n,t)
^
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2021:23: note: expanded from macro 'Newxz'
#define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t)))))
^
Mad.xs:282:11: error: assignment to cast is illegal, lvalue casts are not supported
Newz(0, (void *)RETVAL, sizeof(*RETVAL), char);
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2027:29: note: expanded from macro 'Newz'
#define Newz(x,v,n,t) Newxz(v,n,t)
^
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2021:23: note: expanded from macro 'Newxz'
#define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t)))))
^
Mad.xs:294:11: error: assignment to cast is illegal, lvalue casts are not supported
Newz(0, (void *)RETVAL, sizeof(*RETVAL), char);
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2027:29: note: expanded from macro 'Newz'
#define Newz(x,v,n,t) Newxz(v,n,t)
^
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2021:23: note: expanded from macro 'Newxz'
#define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t)))))
^
Mad.xs:399:11: error: assignment to cast is illegal, lvalue casts are not supported
Newz(0, (void *)RETVAL, sizeof(*RETVAL), char);
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2027:29: note: expanded from macro 'Newz'
#define Newz(x,v,n,t) Newxz(v,n,t)
^
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2021:23: note: expanded from macro 'Newxz'
#define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t)))))
^
Mad.xs:453:11: error: assignment to cast is illegal, lvalue casts are not supported
Newz(0, (void *)resampled, bufsize, mad_fixed_t);
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2027:29: note: expanded from macro 'Newz'
#define Newz(x,v,n,t) Newxz(v,n,t)
^
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2021:23: note: expanded from macro 'Newxz'
#define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t)))))
^
Mad.xs:468:10: error: assignment to cast is illegal, lvalue casts are not supported
Renew((void *)resampled, bufsize, mad_fixed_t);
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2031:5: note: expanded from macro 'Renew'
(v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_REALLOC(n,t,v,saferealloc((Malloc_t)(v),(MEM_SIZE)((n)*sizeof(t))))))
^
Mad.xs:490:11: error: assignment to cast is illegal, lvalue casts are not supported
Newz(0, (void *)RETVAL, sizeof(*RETVAL), char);
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2027:29: note: expanded from macro 'Newz'
#define Newz(x,v,n,t) Newxz(v,n,t)
^
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2021:23: note: expanded from macro 'Newxz'
#define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t)))))
^
Mad.xs:525:12: error: assignment to cast is illegal, lvalue casts are not supported
Newz(0, (void *)cooked, length, char);
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2027:29: note: expanded from macro 'Newz'
#define Newz(x,v,n,t) Newxz(v,n,t)
^
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2021:23: note: expanded from macro 'Newxz'
#define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t)))))
^
Mad.xs:531:12: error: assignment to cast is illegal, lvalue casts are not supported
Newz(0, (void *)cooked, length, char);
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2027:29: note: expanded from macro 'Newz'
#define Newz(x,v,n,t) Newxz(v,n,t)
^
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/handy.h:2021:23: note: expanded from macro 'Newxz'
#define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t)))))
^
Mad.xs:536:29: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
PUSHs(sv_2mortal(newSVpvn(cooked, length)));
^~~~~~
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/embed.h:409:44: note: expanded from macro 'newSVpvn'
#define newSVpvn(a,b) Perl_newSVpvn(aTHX_ a,b)
^
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/embed.h:583:46: note: expanded from macro 'sv_2mortal'
#define sv_2mortal(a) Perl_sv_2mortal(aTHX_ a)
^
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/pp.h:302:28: note: expanded from macro 'PUSHs'
#define PUSHs(s) (*++sp = (s))
^
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd/CORE/proto.h:3112:57: note: passing argument to parameter 's' here
PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const s, const STRLEN len)
^
2 warnings and 12 errors generated.
*** Error code 1
Stop.
make: stopped in /home/cpansand/.cpan/build/2016091018/Audio-Mad-0.6-hYF2bE
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.24
------------------------------
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.1:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
PERL = /usr/perl5.22.0p/bin/perl5.22.0
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 43059
PERL5_CPAN_IS_RUNNING = 43059
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 42486,43059
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2016091018/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
SHELL = /usr/local/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2016091018
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/perl5.22.0p/bin/perl5.22.0
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.11
CPAN::Meta 2.150010
Cwd 3.60
ExtUtils::CBuilder 0.280224
ExtUtils::Command 7.24
ExtUtils::Install 2.04
ExtUtils::MakeMaker 7.24
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.28
File::Spec 3.60
JSON 2.90
JSON::PP 2.27300
Module::Build 0.4220
Module::Signature 0.79
Parse::CPAN::Meta 2.150010
Test::Harness 3.35
Test::More 1.302052
YAML 1.15
YAML::Syck 1.29
version 0.9917
--
Summary of my perl5 (revision 5 version 22 subversion 0) configuration:
Platform:
osname=freebsd, osvers=10.1-release, archname=amd64-freebsd
uname='freebsd cvrsnica-freebsd-101.herceg.de 10.1-release freebsd 10.1-release #0 r274401: tue nov 11 21:02:49 utc 2014 root@releng1.nyi.freebsd.org:usrobjusrsrcsysgeneric amd64 '
config_args='-ds -e -Dprefix=/usr/perl5.22.0p -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 ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2',
optimize='-O',
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
perllibs=-lpthread -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_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_LOCALE_TIME USE_PERLIO
USE_PERL_ATOF
Built under freebsd
Compiled at Jun 1 2015 20:19:01
%ENV:
PERL="/usr/perl5.22.0p/bin/perl5.22.0"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="43059"
PERL5_CPAN_IS_RUNNING="43059"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="42486,43059"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2016091018/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
@INC:
/usr/perl5.22.0p/lib/site_perl/5.22.0/amd64-freebsd
/usr/perl5.22.0p/lib/site_perl/5.22.0
/usr/perl5.22.0p/lib/5.22.0/amd64-freebsd
/usr/perl5.22.0p/lib/5.22.0
.