Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Speech-Recognizer-SPX-0.09 v5.22.2 FreeBSD
Date: 2016-11-27T11:56:25Z
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 David Huggins-Daines,
This is a computer-generated report for Speech-Recognizer-SPX-0.09
on perl 5.22.2, 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 SPX/Server.pm blib/lib/Speech/Recognizer/SPX/Server.pm
cp SPX.pm blib/lib/Speech/Recognizer/SPX.pm
cp SPX/Config.pm blib/lib/Speech/Recognizer/SPX/Config.pm
cp MFCC.pm ../blib/lib/Audio/MFCC.pm
Running Mkbootstrap for MFCC ()
chmod 644 "MFCC.bs"
"/usr/perl5.22.2p/bin/perl5.22.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- MFCC.bs ../blib/arch/auto/Audio/MFCC/MFCC.bs 644
"/usr/perl5.22.2p/bin/perl5.22.2" "/usr/perl5.22.2p/lib/5.22.2/ExtUtils/xsubpp" -typemap '/usr/perl5.22.2p/lib/5.22.2/ExtUtils/typemap' MFCC.xs > MFCC.xsc
Please specify prototyping behavior for MFCC.xs (see perlxs manual)
mv MFCC.xsc MFCC.c
cc -c -I/usr/local/include -I/usr/local/include/sphinxbase -I/usr/local/include/pocketsphinx -I/usr/local/include -I/usr/local/include/sphinxbase -I/usr/local/include/pocketsphinx -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2 -g -O2 -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" -DPIC -fPIC "-I/usr/perl5.22.2p/lib/5.22.2/amd64-freebsd/CORE" -DPOST_0_6_API MFCC.c
MFCC.xs:279:3: error: use of undeclared identifier 'param_t'; did you mean 'param'?
param_t par;
^~~~~~~
param
MFCC.c:452:7: note: 'param' declared here
SV * param = ST(1)
^
MFCC.xs:279:10: error: expected ';' after expression
param_t par;
^
;
MFCC.xs:279:11: error: use of undeclared identifier 'par'
param_t par;
^
MFCC.xs:285:11: error: use of undeclared identifier 'par'
memset(&par, 0, sizeof(par));
^
MFCC.xs:289:9: error: use of undeclared identifier 'par'
par.SAMPLING_RATE = SvIV(*helm);
^
MFCC.xs:292:9: error: use of undeclared identifier 'par'
par.FRAME_RATE = SvIV(*helm);
^
MFCC.xs:295:9: error: use of undeclared identifier 'par'
par.WINDOW_LENGTH = SvIV(*helm);
^
MFCC.xs:298:9: error: use of undeclared identifier 'par'
par.FB_TYPE = SvIV(*helm);
^
MFCC.xs:301:9: error: use of undeclared identifier 'par'
par.NUM_CEPSTRA = SvIV(*helm);
^
MFCC.xs:304:9: error: use of undeclared identifier 'par'
par.NUM_FILTERS = SvIV(*helm);
^
MFCC.xs:307:9: error: use of undeclared identifier 'par'
par.FFT_SIZE = SvIV(*helm);
^
MFCC.xs:310:9: error: use of undeclared identifier 'par'
par.LOWER_FILT_FREQ = SvIV(*helm);
^
MFCC.xs:313:9: error: use of undeclared identifier 'par'
par.UPPER_FILT_FREQ = SvIV(*helm);
^
MFCC.xs:316:9: error: use of undeclared identifier 'par'
par.PRE_EMPHASIS_ALPHA = SvIV(*helm);
^
MFCC.xs:317:12: warning: implicit declaration of function 'fe_init' is invalid in C99 [-Wimplicit-function-declaration]
RETVAL = fe_init(&par);
^
MFCC.xs:317:21: error: use of undeclared identifier 'par'
RETVAL = fe_init(&par);
^
MFCC.xs:279:3: warning: expression result unused [-Wunused-value]
param_t par;
^~~~~~~
MFCC.xs:348:27: error: incomplete definition of type 'struct fe_s'
New(0xdeadbeef, svs, fe->NUM_CEPSTRA, SV *);
~~^
/usr/perl5.22.2p/lib/5.22.2/amd64-freebsd/CORE/handy.h:2019:29: note: expanded from macro 'New'
#define New(x,v,n,t) Newx(v,n,t)
^
/usr/perl5.22.2p/lib/5.22.2/amd64-freebsd/CORE/handy.h:2013:43: note: expanded from macro 'Newx'
#define Newx(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safemalloc((MEM_SIZE)((n)*sizeof(t))))))
^
/usr/perl5.22.2p/lib/5.22.2/amd64-freebsd/CORE/handy.h:1932:45: note: expanded from macro 'MEM_WRAP_CHECK_'
#define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
^
note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/perl5.22.2p/lib/5.22.2/amd64-freebsd/CORE/perl.h:3532:58: note: expanded from macro 'UNLIKELY'
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^
/usr/perl5.22.2p/lib/5.22.2/amd64-freebsd/CORE/handy.h:111:24: note: expanded from macro 'cBOOL'
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/usr/perl5.22.2p/lib/5.22.2/amd64-freebsd/CORE/perl.h:3527:62: note: expanded from macro 'EXPECT'
# define EXPECT(expr,val) __builtin_expect(expr,val)
^
/usr/local/include/sphinxbase/fe.h:249:16: note: forward declaration of 'struct fe_s'
typedef struct fe_s fe_t;
^
MFCC.xs:348:27: error: incomplete definition of type 'struct fe_s'
New(0xdeadbeef, svs, fe->NUM_CEPSTRA, SV *);
~~^
/usr/perl5.22.2p/lib/5.22.2/amd64-freebsd/CORE/handy.h:2019:29: note: expanded from macro 'New'
#define New(x,v,n,t) Newx(v,n,t)
^
/usr/perl5.22.2p/lib/5.22.2/amd64-freebsd/CORE/handy.h:2013:43: note: expanded from macro 'Newx'
#define Newx(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safemalloc((MEM_SIZE)((n)*sizeof(t))))))
^
/usr/perl5.22.2p/lib/5.22.2/amd64-freebsd/CORE/handy.h:1932:45: note: expanded from macro 'MEM_WRAP_CHECK_'
#define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
^
note: (skipping 2 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/perl5.22.2p/lib/5.22.2/amd64-freebsd/CORE/perl.h:3532:58: note: expanded from macro 'UNLIKELY'
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^
/usr/perl5.22.2p/lib/5.22.2/amd64-freebsd/CORE/handy.h:111:24: note: expanded from macro 'cBOOL'
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/usr/perl5.22.2p/lib/5.22.2/amd64-freebsd/CORE/perl.h:3527:62: note: expanded from macro 'EXPECT'
# define EXPECT(expr,val) __builtin_expect(expr,val)
^
/usr/local/include/sphinxbase/fe.h:249:16: note: forward declaration of 'struct fe_s'
typedef struct fe_s fe_t;
^
MFCC.xs:348:27: error: incomplete definition of type 'struct fe_s'
New(0xdeadbeef, svs, fe->NUM_CEPSTRA, SV *);
~~^
/usr/perl5.22.2p/lib/5.22.2/amd64-freebsd/CORE/handy.h:2019:29: note: expanded from macro 'New'
#define New(x,v,n,t) Newx(v,n,t)
^
/usr/perl5.22.2p/lib/5.22.2/amd64-freebsd/CORE/handy.h:2013:93: note: expanded from macro 'Newx'
#define Newx(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safemalloc((MEM_SIZE)((n)*sizeof(t))))))
^
/usr/perl5.22.2p/lib/5.22.2/amd64-freebsd/CORE/handy.h:2004:35: note: expanded from macro 'MEM_LOG_ALLOC'
#define MEM_LOG_ALLOC(n,t,a) (a)
^
/usr/local/include/sphinxbase/fe.h:249:16: note: forward declaration of 'struct fe_s'
typedef struct fe_s fe_t;
^
MFCC.xs:349:22: error: incomplete definition of type 'struct fe_s'
for (j = 0; j < fe->NUM_CEPSTRA; ++j)
~~^
/usr/local/include/sphinxbase/fe.h:249:16: note: forward declaration of 'struct fe_s'
typedef struct fe_s fe_t;
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
2 warnings and 20 errors generated.
*** Error code 1
Stop.
make[1]: stopped in /home/eserte/.cpan/build/2016112712/Speech-Recognizer-SPX-0.09-pCMmgB/FE
*** Error code 1
Stop.
make: stopped in /home/eserte/.cpan/build/2016112712/Speech-Recognizer-SPX-0.09-pCMmgB
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- ------
Time::HiRes 0 1.9741
build_requires:
Module Need Have
------------------- ---- ------
ExtUtils::MakeMaker 0 7.24
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/eserte/bin/freebsd10.1:/home/eserte/bin/sh:/home/eserte/bin:/home/eserte/bin/pistachio-perl/bin:/usr/games:/home/eserte/devel:/home/eserte/src/srezic-misc/scripts
PERL = /usr/perl5.22.2p/bin/perl5.22.2
PERL5LIB =
PERL5OPT = -Mblib=/home/eserte/src/CPAN-Plugin-Sysdeps
PERL5_CPANPLUS_IS_RUNNING = 41351
PERL5_CPAN_IS_RUNNING = 41351
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 41324,41351
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1000/2016112712/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
SHELL = /usr/local/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1000/2016112712
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/perl5.22.2p/bin/perl5.22.2
$UID/$EUID = 1000 / 1000
$GID = 1000 1000 0 5 1023
$EGID = 1000 1000 0 5 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.11
CPAN::Meta 2.150010
Cwd 3.62
ExtUtils::CBuilder 0.280221
ExtUtils::Command 7.24
ExtUtils::Install 2.04
ExtUtils::MakeMaker 7.24
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.28
File::Spec 3.62
JSON 2.90
JSON::PP 2.27300
Module::Build 0.4220
Module::Signature 0.81
Parse::CPAN::Meta 2.150010
Test::Harness 3.35
Test::More 1.302062
YAML 1.19
YAML::Syck 1.29
version 0.9917
--
Summary of my perl5 (revision 5 version 22 subversion 2) 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.2p -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, 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
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 May 29 2016 23:34:36
%ENV:
PERL="/usr/perl5.22.2p/bin/perl5.22.2"
PERL5LIB=""
PERL5OPT="-Mblib=/home/eserte/src/CPAN-Plugin-Sysdeps"
PERL5_CPANPLUS_IS_RUNNING="41351"
PERL5_CPAN_IS_RUNNING="41351"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="41324,41351"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1000/2016112712/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
@INC:
/home/eserte/src/CPAN-Plugin-Sysdeps/blib/arch
/home/eserte/src/CPAN-Plugin-Sysdeps/blib/lib
/usr/perl5.22.2p/lib/site_perl/5.22.2/amd64-freebsd
/usr/perl5.22.2p/lib/site_perl/5.22.2
/usr/perl5.22.2p/lib/5.22.2/amd64-freebsd
/usr/perl5.22.2p/lib/5.22.2
.