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/
--
Dear WILDCHILD,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.84. Testers personal comments may appear
at the end of this report.
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] [Sat Sep 20 08:17:57 2008] cc -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O -DVERSION=\"2.11\" -DXS_VERSION=\"2.11\" -DPIC -fPIC "-I/usr/smokers/dev/perl-5.10.x/lib/5.10.0/i386-dragonfly-thread-multi-64int/CORE" SHA1.c
SHA1.xs: In function 'XS_Digest__SHA1_clone':
SHA1.xs:488: warning: initialization discards qualifiers from pointer target type
Running Mkbootstrap for Digest::SHA1 ()
chmod 644 SHA1.bs
rm -f blib/arch/auto/Digest/SHA1/SHA1.so
cc -shared -L/usr/local/lib -fstack-protector SHA1.o -o blib/arch/auto/Digest/SHA1/SHA1.so
chmod 755 blib/arch/auto/Digest/SHA1/SHA1.so
cp SHA1.bs blib/arch/auto/Digest/SHA1/SHA1.bs
chmod 644 blib/arch/auto/Digest/SHA1/SHA1.bs
Manifying blib/man3/Digest::SHA1.3
[MSG] [Sat Sep 20 08:17:57 2008] Sending test report for 'Digest-SHA1-2.11'
[MSG] [Sat Sep 20 08:17:57 2008] Ok, not sending test report
[MSG] [Sat Sep 20 08:17:58 2008] Manifying blib/man3/Digest::HMAC_MD5.3
Manifying blib/man3/Digest::HMAC.3
Manifying blib/man3/Digest::HMAC_SHA1.3
[MSG] [Sat Sep 20 08:17:58 2008] Sending test report for 'Digest-HMAC-1.01'
[MSG] [Sat Sep 20 08:17:58 2008] Ok, not sending test report
[MSG] [Sat Sep 20 08:18:00 2008] cp online.pm blib/lib/VisualDreams/Yubikey/online.pm
Manifying blib/man3/VisualDreams::Yubikey::online.3
[ERROR] [Sat Sep 20 08:18:01 2008] MAKE TEST failed: Illegal seek PERL_DL_NONLAZY=1 /usr/smokers/dev/perl-5.10.x/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..3
# Running under perl version 5.010000 for dragonfly
# Current time local: Sat Sep 20 08:18:01 2008
# Current time GMT: Sat Sep 20 07:18:01 2008
# Using Test.pm version 1.25
Can't locate LWP/Simple.pm in @INC (@INC contains: blib/lib blib/arch /usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-SHA1-2.11/blib/lib /usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-SHA1-2.11/blib/arch /usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-SHA1-2.11/blib /usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-SHA1-2.11/blib/lib /usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-SHA1-2.11/blib/arch /usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-SHA1-2.11/blib /usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-HMAC-1.01/blib/lib /usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-HMAC-1.01/blib/arch /usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-HMAC-1.01/blib /usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-HMAC-1.01/blib/lib /usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-HMAC-1.01/blib/arch /usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-HMAC-1.01/blib /usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Yubikey/blib/lib /usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Yubikey/blib/arch /usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Yubikey/blib /usr/smokers/dev/perl-5.10.x/lib/5.10.0/i386-dragonfly-thread-multi-64int /usr/smokers/dev/perl-5.10.x/lib/5.10.0 /usr/smokers/dev/perl-5.10.x/lib/site_perl/5.10.0/i386-dragonfly-thread-multi-64int /usr/smokers/dev/perl-5.10.x/lib/site_perl/5.10.0 .) at blib/lib/VisualDreams/Yubikey/online.pm line 14.
BEGIN failed--compilation aborted at blib/lib/VisualDreams/Yubikey/online.pm line 14.
Compilation failed in require at test.pl line 10.
BEGIN failed--compilation aborted at test.pl line 10.
*** Error code 2
Stop in /usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Yubikey.
[MSG] [Sat Sep 20 08:18:01 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:
LWP::Simple
As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem. For example:
WriteMakefile(
AUTHOR => 'WILDCHILD (cpanplus-info@
lists.sf.net)',
... # other information
PREREQ_PM => {
'LWP::Simple' => '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! :-)
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Module Name Have Want
Digest::HMAC_SHA1 1.01 0
******************************** 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 report was machine-generated by CPANPLUS::Dist::YACSmoke 0.08.
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/pkg/sbin:/usr/pkg/bin:/usr/pkg/xorg/bin:/usr/local/sbin:/usr/local/bin:/usr/smokers/bin
PERL5LIB = :/usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-SHA1-2.11/blib/lib:/usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-SHA1-2.11/blib/arch:/usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-SHA1-2.11/blib:/usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-SHA1-2.11/blib/lib:/usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-SHA1-2.11/blib/arch:/usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-SHA1-2.11/blib:/usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-HMAC-1.01/blib/lib:/usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-HMAC-1.01/blib/arch:/usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-HMAC-1.01/blib:/usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-HMAC-1.01/blib/lib:/usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-HMAC-1.01/blib/arch:/usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Digest-HMAC-1.01/blib:/usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Yubikey/blib/lib:/usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Yubikey/blib/arch:/usr/smokers/dev/perl-5.10.x/.cpanplus/5.10.0/build/Yubikey/blib
PERL5_CPANPLUS_IS_RUNNING = 99970
PERL5_CPANPLUS_IS_VERSION = 0.84
PERL5_CPANPLUS_VERBOSE = 1
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/pkg/bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /usr/smokers/dev/perl-5.10.x/bin/perl
UID: $< = 1001
EUID: $> = 1001
GID: $( = 1001 1001 1001
EGID: $) = 1001 1001 1001
-------------------------------
--
Summary of my perl5 (revision 5 version 10 subversion 0 patch 34372) configuration:
Platform:
osname=dragonfly, osvers=
2.0.0-release, archname=i386-dragonfly-thread-multi-64int
uname='dragonfly
gwasyneidr.bingosnet.co.uk 2.0.0-release dragonfly
2.0.0-release #1: sat jul 19 14:34:49 pdt 2008 root@
test12.backplane.com:usrobjusrsrcsysgeneric i386 '
config_args='-de -Dprefix=/usr/smokers/dev/perl-5.10.x -Dusethreads -Duse64bitint'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=undef, 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='-O',
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='
4.1.2 (DragonFly)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags ='-pthread -Wl,-E -fstack-protector -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib
libs=-lm -lcrypt -lutil -lc_r
perllibs=-lm -lcrypt -lutil -lc_r
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking: