Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Perl Cpan Testers > FAIL Speech-Rec...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 820709 of 854343
Post > Topic >>

FAIL Speech-Recognizer-S****e-0.01 x86_64-linux-thread-multi-ld 2.6.22.10

by imacat@[EMAIL PROTECTED] Mar 23, 2008 at 02:15 AM

This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to cpan-testers@[EMAIL PROTECTED]
 to keep other
test volunteers informed and to prevent any duplicate effort.

--

Dear KAHN,
    
This is a computer-generated error re****t created automatically by
CPANPLUS, version 0.84. Testers personal comments may appear 
at the end of this re****t.


Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

TEST RESULTS:

Below is the error stack from stage 'make test':

[MSG] [Sun Mar 23 02:15:21 2008] Trying to get
'ftp://cpan.cdpa.nsysu.edu.tw/Unix/Lang/CPAN/authors/id/K/KA/KAHN/Speech-Recognizer-S****e-0.01.tar.gz'
[MSG] [Sun Mar 23 02:15:23 2008] Trying to get
'ftp://cpan.cdpa.nsysu.edu.tw/Unix/Lang/CPAN/authors/id/K/KA/KAHN/CHECKSUMS'
[MSG] [Sun Mar 23 02:15:24 2008] Checksum matches for
'Speech-Recognizer-S****e-0.01.tar.gz'
[MSG] [Sun Mar 23 02:15:24 2008] Extracted
'Speech-Recognizer-S****e-0.01/'
[MSG] [Sun Mar 23 02:15:24 2008] Extracted
'Speech-Recognizer-S****e-0.01/Line/'
[MSG] [Sun Mar 23 02:15:24 2008] Extracted
'Speech-Recognizer-S****e-0.01/Line/Line.pm'
[MSG] [Sun Mar 23 02:15:24 2008] Extracted
'Speech-Recognizer-S****e-0.01/Line/Makefile.PL'
[MSG] [Sun Mar 23 02:15:24 2008] Extracted
'Speech-Recognizer-S****e-0.01/Makefile.PL'
[MSG] [Sun Mar 23 02:15:24 2008] Extracted
'Speech-Recognizer-S****e-0.01/MANIFEST'
[MSG] [Sun Mar 23 02:15:24 2008] Extracted
'Speech-Recognizer-S****e-0.01/MANIFEST.SKIP'
[MSG] [Sun Mar 23 02:15:24 2008] Extracted
'Speech-Recognizer-S****e-0.01/README'
[MSG] [Sun Mar 23 02:15:24 2008] Extracted
'Speech-Recognizer-S****e-0.01/S****e.pm'
[MSG] [Sun Mar 23 02:15:24 2008] Extracted
'Speech-Recognizer-S****e-0.01/t/'
[MSG] [Sun Mar 23 02:15:24 2008] Extracted
'Speech-Recognizer-S****e-0.01/t/test.hyp'
[MSG] [Sun Mar 23 02:15:24 2008] Extracted
'Speech-Recognizer-S****e-0.01/t/test.ref'
[MSG] [Sun Mar 23 02:15:24 2008] Extracted
'Speech-Recognizer-S****e-0.01/test.pl'
[MSG] [Sun Mar 23 02:15:24 2008] Extracted 'Speech::Recognizer::S****e' to
'/opt/perl/testers/.cpanplus/5.8.8/build/Speech-Recognizer-S****e-0.01'
[MSG] [Sun Mar 23 02:15:28 2008] Checking if your kit is complete...
Looks good
Writing Makefile for Speech::Recognizer::S****e::Line
Writing Makefile for Speech::Recognizer::S****e

[MSG] [Sun Mar 23 02:15:28 2008] DEFAULT 'filter_prereqs' HANDLER
RETURNING 'sub return value'
[ERROR] [Sun Mar 23 02:15:33 2008] MAKE TEST failed:
不希望的裝置輸出入控制 (ioctl) No tests defined for
Speech::Recognizer::S****e::Line extension.
Files=0, Tests=0,  0 wallclock secs ( 0.00 usr +  0.00 sys =  0.00 CPU)
Result: NOTESTS
1..6
# Running under perl version 5.008008 for linux
# Current time local: Sun Mar 23 02:15:31 2008
# Current time GMT:   Sat Mar 22 18:15:31 2008
# Using Test.pm version 1.25
Can't locate Class/MethodMaker.pm in @[EMAIL PROTECTED]
 (@[EMAIL PROTECTED]
 contains: blib/lib
blib/arch /home/imacat/lib/perl5
/opt/perl/testers/.cpanplus/5.8.8/build/Speech-Recognizer-S****e-0.01/blib/lib
/opt/perl/testers/.cpanplus/5.8.8/build/Speech-Recognizer-S****e-0.01/blib/arch
/opt/perl/testers/.cpanplus/5.8.8/build/Speech-Recognizer-S****e-0.01/blib
/opt/perl/testers/lib/5.8.8/x86_64-linux-thread-multi-ld
/opt/perl/testers/lib/5.8.8
/opt/perl/testers/lib/site_perl/5.8.8/x86_64-linux-thread-multi-ld
/opt/perl/testers/lib/site_perl/5.8.8 /opt/perl/testers/lib/site_perl .)
at blib/lib/Speech/Recognizer/S****e.pm line 41.
BEGIN failed--compilation aborted at blib/lib/Speech/Recognizer/S****e.pm
line 41.
Compilation failed in require at test.pl line 10.
BEGIN failed--compilation aborted at test.pl line 10.
make: *** [test_dynamic] Error 2

[MSG] [Sun Mar 23 02:15:33 2008] DEFAULT 'proceed_on_test_failure' HANDLER
RETURNING 'sub return value'


MISSING PREREQUISITES:

It was observed that the test suite seem to fail without these modules:

Class::MethodMaker

As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem.  For example:

WriteMakefile(
    AUTHOR      => 'KAHN (cpanplus-info@[EMAIL PROTECTED]
)',
    ... # other information
    PREREQ_PM   => {
	'Class::MethodMaker'	=> '0', # or a minimum working version
    }
);

If you are interested in making a more flexible Makefile.PL that can
probe for missing dependencies and install them, ExtUtils::AutoInstall
at <http://search.cpan.org/dist/ExtUtils-AutoInstall/>
may be
worth a look.

Thanks! :-)


******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive 
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:
 

This re****t was machine-generated by CPAN::YACSmoke 0.03.

--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=linux, osvers=2.6.22.10, archname=x86_64-linux-thread-multi-ld
    uname='linux rinse 2.6.22.10 #1 smp sun oct 28 13:30:11 cst 2007
x86_64 gnulinux '
    config_args='-d -Dusethreads -Dcc=gcc -Duselongdouble -Doptimize=-g
-O3 -Duse64bitint -Duse64bitall -Dprefix=/opt/perl/testers -Dd_dosuid
-Dinc_version_list=none -Acccdlflags=-fPIC -Duseshrplib=true
-Dcf_email=imacat@[EMAIL PROTECTED]
'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define
usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=define uselongdouble=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS
-DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-g -O3',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING
-fno-strict-aliasing -pipe -Wdeclaration-after-statement
-I/usr/local/include'
    ccversion='', gccversion='4.1.2 20061115 (prerelease) (Debian
4.1.1-21)', 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='long double', nvsize=16,
Off_t='off_t', lseeksize=8
    alignbytes=16, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.3.6.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version='2.3.6'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E
-Wl,-rpath,/opt/perl/testers/lib/5.8.8/x86_64-linux-thread-multi-ld/CORE'
    cccdlflags=' -fPIC', lddlflags='-shared -L/usr/local/lib'
 




 1 Posts in Topic:
FAIL Speech-Recognizer-ScLite-0.01 x86_64-linux-thread-multi-ld
imacat@[EMAIL PROTECTED]   2008-03-23 02:15:34 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Oct 15 12:37:36 CDT 2008.