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 [email protected] to keep other test volunteers informed and to prevent any duplicate effort. -- ******************************** NOTE ******************************** The comments below 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 information, and do not take it personally. (We appreciate your patience. :) ********************************************************************** Hello, Greg London! This is a computer-generated error report created automatically by CPANPLUS, version 0.051. Comments from the tester may appear at the end of this report, as well. Thanks for uploading your works to CPAN. However, it appears that CPANPLUS encountered problems while testing your distribution. TEST RESULTS: Below is the error stack from stage 'make test': [MSG] [Sat Feb 5 16:52:20 2005] Trying to get 'file://usr/local/cpan/authors/id/G/GS/GSLONDON/Hardware-Verilog-Parser-0.13.tar.gz' [MSG] [Sat Feb 5 16:52:20 2005] Trying to get 'file://usr/local/cpan/authors/id/G/GS/GSLONDON/CHECKSUMS' [MSG] [Sat Feb 5 16:52:20 2005] Checksum matches for 'Hardware-Verilog-Parser-0.13.tar.gz' [MSG] [Sat Feb 5 16:52:20 2005] Extracted 'Hardware-Verilog-Parser-0.13/' [MSG] [Sat Feb 5 16:52:20 2005] Extracted 'Hardware-Verilog-Parser-0.13/Changes' [MSG] [Sat Feb 5 16:52:20 2005] Extracted 'Hardware-Verilog-Parser-0.13/Makefile.PL' [MSG] [Sat Feb 5 16:52:20 2005] Extracted 'Hardware-Verilog-Parser-0.13/MANIFEST' [MSG] [Sat Feb 5 16:52:20 2005] Extracted 'Hardware-Verilog-Parser-0.13/Parser.pm' [MSG] [Sat Feb 5 16:52:20 2005] Extracted 'Hardware-Verilog-Parser-0.13/test.pl' [MSG] [Sat Feb 5 16:52:20 2005] Extracted 'Hardware-Verilog-Parser-0.13/parser.pl' [MSG] [Sat Feb 5 16:52:20 2005] Extracted 'Hardware-Verilog-Parser-0.13/readme.txt' [MSG] [Sat Feb 5 16:52:20 2005] Extracted 'Hardware-Verilog-Parser-0.13/test1.v' [MSG] [Sat Feb 5 16:52:20 2005] Extracted 'Hardware-Verilog-Parser-0.13/Hierarchy.pm' [MSG] [Sat Feb 5 16:52:20 2005] Extracted 'Hardware-Verilog-Parser-0.13/hierarchy.pl' [MSG] [Sat Feb 5 16:52:20 2005] Extracted 'Hardware-Verilog-Parser-0.13/StdLogic.pm' [MSG] [Sat Feb 5 16:52:20 2005] Extracted 'Hardware-Verilog-Parser-0.13/generate_precompiled_parser.pl' [MSG] [Sat Feb 5 16:52:20 2005] Extracted 'Hardware::Verilog::Parser' to '/mnt/ramdisk/maddingue/5.8.5/build/Hardware-Verilog-Parser-0.13' [ERROR] [Sat Feb 5 16:52:21 2005] MAKE TEST failed: No such file or directory PERL_DL_NONLAZY=1 /usr/bin/perl5.8.5 "-Iblib/lib" "-Iblib/arch" test.pl 1..1 Can't locate PrecompiledParser.pm in @INC (@INC contains: blib/lib blib/arch /mnt/ramdisk/maddingue/5.8.5/build/Hardware-Verilog-Parser-0.13/blib/lib /usr/lib/perl5/5.8.5/i386-linux-thread-multi /usr/lib/perl5/5.8.5 /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl .) at blib/lib/Hardware/Verilog/Parser.pm line 10. BEGIN failed--compilation aborted at blib/lib/Hardware/Verilog/Parser.pm line 10. Compilation failed in require at test.pl line 11. BEGIN failed--compilation aborted at test.pl line 11. not ok 1 make: *** [test_dynamic] Erreur 2 MISSING PREREQUISITES: It was observed that the test suite seem to fail without these modules: PrecompiledParser As such, adding the prerequisite module(s) to 'PREREQ_PM' in your Makefile.PL should solve this problem. For example: WriteMakefile( AUTHOR => 'Your Name Here', ... # other information PREREQ_PM => { 'PrecompiledParser' => '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! -- Summary of my perl5 (revision 5 version 8 subversion 5) configuration: Platform: osname=linux, osvers=2.4.19-44mdkenterprise, archname=i386-linux-thread-multi uname='linux updates.mandrakesoft.com 2.4.19-44mdkenterprise #1 smp thu aug 12 21:22:45 mdt 2004 i686 intel(r) pentium(r) 4 cpu 3.00ghz unknown gnulinux ' config_args='-des -Dinc_version_list=5.8.4/i386-linux-thread-multi 5.8.4 5.8.3/i386-linux-thread-multi 5.8.3 5.8.2/i386-linux-thread-multi 5.8.2 5.8.1/i386-linux-thread-multi 5.8.1 5.8.0/i386-linux-thread-multi 5.8.0 5.6.1 5.6.0 -Darchname=i386-linux -Dcc=gcc -Doptimize=-O2 -fomit-frame-pointer -pipe -march=i586 -mtune=pentiumpro -Dprefix=/usr -Dvendorprefix=/usr -Dsiteprefix=/usr -Dman3ext=3pm -Dcf_by=Mandrakesoft -Dmyhostname=localhost [EMAIL PROTECTED] -Dd_dosuid -Ud_csh -Duseshrplib -Accflags=-DPERL_DISABLE_PMC -Dusethreads' 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=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DPERL_DISABLE_PMC -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm', optimize='-O2 -fomit-frame-pointer -pipe -march=i586 -mtune=pentiumpro ', cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DPERL_DISABLE_PMC -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/include/gdbm' ccversion='', gccversion='3.4.1 (Mandrakelinux 10.1 3.4.1-4mdk)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='gcc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -lndbm -lgdbm -ldl -lm -lcrypt -lutil -lpthread -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc libc=/lib/libc-2.3.3.so, so=so, useshrplib=true, libperl=libperl.so gnulibc_version='2.3.3' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE' cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'
