Dne 26.4.2011 9:22, Chris 'BinGOs' Williams napsal(a): > > Got the full output for this ? Where does it 'hang' ? Hi Chris, here are all details I was able to put together: 1/ the exact line when it stucks is: ../cpan/CPANPLUS/t/19_CPANPLUS-Dist.t ............................. 1/? 2/ ...\perl-5.14.0-RC1\cpan\CPANPLUS\t\.19_CPANPLUS-Dist.t.output file contains: ***** start ***** [MSG] No 'Z:\myperl64\perl-5.14.0-RC1\cpan\CPANPLUS\t\dummy-cpanplus\custom-sources' dir, skipping custom sources [MSG] No 'Z:\myperl64\perl-5.14.0-RC1\cpan\CPANPLUS\t\dummy-cpanplus\custom-sources' dir, skipping custom sources [MSG] No 'Z:\myperl64\perl-5.14.0-RC1\cpan\CPANPLUS\t\dummy-cpanplus\custom-sources' dir, skipping custom sources [ERROR] Format 'CPANPLUS::Dist::_Test' is not available [ERROR] Dist initialization of 'CPANPLUS::Dist::_Test' failed for 'Foo::Bar::EU::NOXS' [ERROR] Malformed CHECKSUMS line: 'size' => '389', [ERROR] Malformed CHECKSUMS line: 'md5' => '6ca49cb8414b093e56515b1b65ccf718', [MSG] No 'Z:\myperl64\perl-5.14.0-RC1\cpan\CPANPLUS\t\dummy-cpanplus\custom-sources' dir, skipping custom sources [MSG] No 'Z:\myperl64\perl-5.14.0-RC1\cpan\CPANPLUS\t\dummy-cpanplus\custom-sources' dir, skipping custom sources [ERROR] This distribution depends on Foo::Bar, but the latest version of Foo::Bar on CPAN (0.01) doesn't satisfy the specific version dependency (1000). You may have to resolve this dependency manually. [ERROR] Malformed CHECKSUMS line: 'size' => '389', [ERROR] Malformed CHECKSUMS line: 'md5' => '6ca49cb8414b093e56515b1b65ccf718', [ERROR] Unable to create a new distribution object for 'Foo::Bar' -- cannot continue [ERROR] Failed to install 'Foo::Bar' as prerequisite for 'Foo::Bar::EU::NOXS' [MSG] No 'Z:\myperl64\perl-5.14.0-RC1\cpan\CPANPLUS\t\dummy-cpanplus\custom-sources' dir, skipping custom sources [MSG] No 'Z:\myperl64\perl-5.14.0-RC1\cpan\CPANPLUS\t\dummy-cpanplus\custom-sources' dir, skipping custom sources [ERROR] This distribution depends on Foo::Bar, but the latest version of Foo::Bar on CPAN (0.01) doesn't satisfy the specific version dependency (1000). You may have to resolve this dependency manually. [MSG] No 'Z:\myperl64\perl-5.14.0-RC1\cpan\CPANPLUS\t\dummy-cpanplus\custom-sources' dir, skipping custom sources [MSG] No 'Z:\myperl64\perl-5.14.0-RC1\cpan\CPANPLUS\t\dummy-cpanplus\custom-sources' dir, skipping custom sources [ERROR] This distribution depends on Foo::Bar, but the latest version of Foo::Bar on CPAN (0.01) doesn't satisfy the specific version dependency (1000). You may have to resolve this dependency manually. [ERROR] Prerequisite 'Foo::Bar' failed to install before in this session [MSG] No 'Z:\myperl64\perl-5.14.0-RC1\cpan\CPANPLUS\t\dummy-cpanplus\custom-sources' dir, skipping custom sources [MSG] No 'Z:\myperl64\perl-5.14.0-RC1\cpan\CPANPLUS\t\dummy-cpanplus\custom-sources' dir, skipping custom sources ***** end ***** Comparing with 32bit build (that works without any trouble) the next line which should appear is probably: [ERROR] Module 'Foo::Bar::EU::NOXS' needs perl version '10000000000', but you only have version '5.14.0' -- can not proceed 3/ if I try to run test separately via commands: z:\myperl64\perl-5.14.0-RC1>perl cpan\CPANPLUS\t\19_CPANPLUS-Dist.t z:\myperl64\perl-5.14.0-RC1>perl -MTest::Harness -e "runtests('cpan\CPANPLUS\t\19_CPANPLUS-Dist.t')" everything seems to be OK. 4/ what makes me a little bit unsure is not so common message from dmake.exe after I break hanging 'dmake test' with CTRL+C dmake: Warning: -- Internal Warning: finished pid 40 is not in pq!? I have goolged similar dmake error in http://www.nntp.perl.org/group/perl.perl5.porters/2010/03/msg157942.html I will try to use "good-old-32bit-dmake.exe" for building 64bit perl. -- kmx