Dear Marco, Your module uses ExtUtils::AutoInstall -- which attempts to invoke CPANPLUS, which I do not support and thus do not have configured.
Your module will fail on any machine that similarily has not configured CPANPLUS. I strongly encourage you not to use AutoInstall. Just include your prerequisites in PREREQ_PM and it should be fine. Regards, David On Fri, Apr 11, 2008 at 3:14 AM, Marco Romano <[EMAIL PROTECTED]> wrote: > Dear tester, > > i think there's a little configuration problem in your test > environment. > > C:\strawberry\perl\bin\perl.exe Makefile.PL --config= > > --installdeps=Net::UCP::Common,0.01,Net::UCP::IntTimeout,0.02,Net::UCP::TransactionManager,0.01 > *** Installing dependencies... > [ERROR] Fetching of 'file:///bogus-path/authors/01mailrc.txt.gz' failed: > Could not copy 'bogus-path\authors\01mailrc.txt.gz' to 'C:\Documents and > Settings\David\Application Data\.cpanplus/01mailrc.txt.gz': No such file > or directory > > [ERROR] Fetch failed: host list exhausted -- are you connected today? > > [ERROR] Couldn't fetch '01mailrc.txt.gz' > > > > Il giorno ven, 11/04/2008 alle 00.16 -0400, DAGOLDEN ha scritto: > > 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. > > > > -- > > Dear Marco Romano, > > > > This is a computer-generated report for Net-UCP-0.34 > > on perl 5.10.0, created by CPAN-Reporter-1.13. > > > > Thank you for uploading your work to CPAN. However, there was a problem > > testing your distribution. > > > > If you think this report is invalid, please consult the CPAN Testers Wiki > > for suggestions on how to avoid getting FAIL reports for missing library > > or binary dependencies, unsupported operating systems, and so on: > > > > http://cpantest.grango.org/wiki/CPANAuthorNotes > > > > Sections of this report: > > > > * Tester comments > > * Program output > > * Prerequisites > > * Environment and other context > > > > ------------------------------ > > TESTER COMMENTS > > ------------------------------ > > > > Additional comments from tester: > > > > this report is from an automated smoke testing program > > and was not reviewed by a human for accuracy > > > > ------------------------------ > > PROGRAM OUTPUT > > ------------------------------ > > > > Output from 'C:\strawberry\c\bin\dmake.EXE test': > > > > C:\strawberry\perl\bin\perl.exe Makefile.PL --config= > --installdeps=Net::UCP::Common,0.01,Net::UCP::IntTimeout,0.02,Net::UCP::TransactionManager,0.01 > > *** Installing dependencies... > > [ERROR] Fetching of 'file:///bogus-path/authors/01mailrc.txt.gz' failed: > Could not copy 'bogus-path\authors\01mailrc.txt.gz' to 'C:\Documents and > Settings\David\Application Data\.cpanplus/01mailrc.txt.gz': No such file or > directory > > > > [ERROR] Fetch failed: host list exhausted -- are you connected today? > > > > [ERROR] Couldn't fetch '01mailrc.txt.gz' > > > > [ERROR] Fetching of 'file:///bogus-path/modules/03modlist.data.gz' failed: > Could not copy 'bogus-path\modules\03modlist.data.gz' to 'C:\Documents and > Settings\David\Application Data\.cpanplus/03modlist.data.gz': No such file or > directory > > > > [ERROR] Fetch failed: host list exhausted -- are you connected today? > > > > [ERROR] Couldn't fetch '03modlist.data.gz' > > > > [ERROR] Fetching of 'file:///bogus-path/modules/02packages.details.txt.gz' > failed: Could not copy 'bogus-path\modules\02packages.details.txt.gz' to > 'C:\Documents and Settings\David\Application > Data\.cpanplus/02packages.details.txt.gz': No such file or directory > > > > [ERROR] Fetch failed: host list exhausted -- are you connected today? > > > > [ERROR] Couldn't fetch '02packages.details.txt.gz' > > > > Key 'archive' (C:\Documents and Settings\David\Application > Data\.cpanplus\01mailrc.txt.gz) is of invalid type for > 'Archive::Extract::new' provided by > CPANPLUS::Internals::Source::__create_author_tree at > C:/strawberry/perl/lib/CPANPLUS/Internals/Source.pm line 659 > > Key 'archive' (C:\Documents and Settings\David\Application > Data\.cpanplus\03modlist.data.gz) is of invalid type for > 'Archive::Extract::new' provided by > CPANPLUS::Internals::Source::__create_dslip_tree at > C:/strawberry/perl/lib/CPANPLUS/Internals/Source.pm line 881 > > Key 'archive' (C:\Documents and Settings\David\Application > Data\.cpanplus\02packages.details.txt.gz) is of invalid type for > 'Archive::Extract::new' provided by > CPANPLUS::Internals::Source::_create_mod_tree at > C:/strawberry/perl/lib/CPANPLUS/Internals/Source.pm line 745 > > *** Installing Net::UCP::Common... > > *** Could not find a version 0.01 or above for Net::UCP::Common; skipping. > > *** Installing Net::UCP::IntTimeout... > > *** Could not find a version 0.02 or above for Net::UCP::IntTimeout; > skipping. > > *** Installing Net::UCP::TransactionManager... > > *** Could not find a version 0.01 or above for > Net::UCP::TransactionManager; skipping. > > *** ExtUtils::AutoInstall installation finished. > > C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib\lib', 'blib\arch')" t/Net-UCP.t > > t/Net-UCP......Can't locate Net/UCP/Common.pm in @INC (@INC contains: > C:\strawberry\cpan\build\Net-UCP-0.34-67M9M2\blib\lib > C:\strawberry\cpan\build\Net-UCP-0.34-67M9M2\blib\arch C:/STRAWB~1/perl/lib > C:/STRAWB~1/perl/site/lib .) at > C:\strawberry\cpan\build\Net-UCP-0.34-67M9M2\blib\lib/Net/UCP.pm line 28. > > BEGIN failed--compilation aborted at > C:\strawberry\cpan\build\Net-UCP-0.34-67M9M2\blib\lib/Net/UCP.pm line 28. > > Compilation failed in require at t/Net-UCP.t line 11. > > BEGIN failed--compilation aborted at t/Net-UCP.t line 11. > > Dubious, test returned 2 (wstat 512, 0x200) > > Failed 5/5 subtests > > > > Test Summary Report > > ------------------- > > t/Net-UCP.t (Wstat: 512 Tests: 0 Failed: 0) > > Non-zero exit status: 2 > > Parse errors: Bad plan. You planned 5 tests but ran 0. > > Files=1, Tests=0, 1 wallclock secs ( 0.00 usr + 0.03 sys = 0.03 CPU) > > Result: FAIL > > Failed 1/1 test programs. 0/0 subtests failed. > > dmake.EXE: Error code 130, while making 'test_dynamic' > > > > ------------------------------ > > PREREQUISITES > > ------------------------------ > > > > Prerequisite modules loaded: > > > > No requirements found > > > > ------------------------------ > > ENVIRONMENT AND OTHER CONTEXT > > ------------------------------ > > > > Environment variables: > > > > AUTOMATED_TESTING = 1 > > COMSPEC = C:\WINDOWS\system32\cmd.exe > > INCLUDE = ;C:\strawberry\c\include;C:\strawberry\perl\lib\CORE > > LIB = ;C:\strawberry\c\lib;C:\strawberry\perl\bin > > NUMBER_OF_PROCESSORS = 1 > > PATH = > C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\bin;C:\strawberry\c\bin;C:\strawberry\perl\bin > > PERL5LIB = > > PERL5OPT = > > PERL5_CPANPLUS_IS_RUNNING = 1156 > > PERL5_CPAN_IS_RUNNING = 1156 > > PERL5_CPAN_IS_RUNNING_IN_RECURSION = 1076,1156 > > PERL_CR_SMOKER_CURRENT = Net-UCP-0.34 > > PERL_MM_USE_DEFAULT = 1 > > PROCESSOR_IDENTIFIER = x86 Family 6 Model 15 Stepping 6, GenuineIntel > > TEMP = C:\DOCUME~1\David\LOCALS~1\Temp > > TERM = dumb > > > > Perl special variables (and OS-specific diagnostics, for MSWin32): > > > > $^X = C:\strawberry\perl\bin\perl.exe > > $UID/$EUID = 0 / 0 > > $GID = 0 > > $EGID = 0 > > Win32::GetOSName = WinXP/.Net > > Win32::GetOSVersion = Service Pack 2, 5, 1, 2600, 2, 2, 0, 768, 1 > > Win32::FsType = FAT32 > > Win32::IsAdminUser = 1 > > > > Perl module toolchain versions installed: > > > > Module Have > > ------------------- --------- > > CPAN 1.92_59 > > Cwd 3.2701 > > ExtUtils::CBuilder 0.21 > > ExtUtils::Command 1.13 > > ExtUtils::Install 1.44 > > ExtUtils::MakeMaker 6.42 > > ExtUtils::Manifest 1.51_01 > > ExtUtils::ParseXS 2.18_02 > > File::Spec 3.2701 > > Module::Build 0.2808_01 > > Module::Signature n/a > > Test::Harness 3.09 > > Test::More 0.74 > > YAML 0.66 > > YAML::Syck 1.04 > > version 0.74 > > > > > > -- > > > > Summary of my perl5 (revision 5 version 10 subversion 0) configuration: > > Platform: > > osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread > > uname='' > > config_args='undef' > > hint=recommended, useposix=true, d_sigaction=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 =' -s -O2 -DWIN32 -DHAVE_DES_FCRYPT > -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing > -DPERL_MSVCRT_READFIX', > > optimize='-s -O2', > > cppflags='-DWIN32' > > ccversion='', gccversion='3.4.5', gccosandvers='' > > intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 > > d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12 > > ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long long', > lseeksize=8 > > alignbytes=8, prototype=define > > Linker and Libraries: > > ld='g++', ldflags ='-s -L"C:\strawberry\perl\lib\CORE" > -L"C:\strawberry\c\lib"' > > libpth=C:\strawberry\c\lib > > libs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool > -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 > -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 > > perllibs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool > -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 > -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 > > libc=-lmsvcrt, so=dll, useshrplib=true, libperl=libperl510.a > > gnulibc_version='' > > Dynamic Linking: > > dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' ' > > cccdlflags=' ', lddlflags='-mdll -s -L"C:\strawberry\perl\lib\CORE" > -L"C:\strawberry\c\lib"' > >