On 7/15/06, Stanton McCandlish <[EMAIL PROTECTED]> wrote:
> In the process of going from 10.4-transitional to 10.4 (with crypto and
> unstable) I got tired of trying to work around the upgrade problems,
> and just moved /sw to /sw_old, and started from scratch with an
> all-new, vanilla Fink installation.  After a week of compiling basic
> stuff like apache and PHP5, I've hit what seems to be a pretty absurd
> problem.
>
> test-builder-tester-pm, which is required by about half of what I want
> to install, dies with a big pile of errors, most of which just sound
> completely silly, as if Perl itself is no longer capable of doing even
> the most basic things correctly:
>
> **********************
>
> root# fink install test-builder-tester-pm
> Information about 5920 packages read in 19 seconds.
> The package 'test-builder-tester-pm' will be built and installed.
> The following package will be installed or updated:
>  test-builder-tester-pm
> dpkg-deb -b
> /sw/src/fink.build/root-fink-buildlock-test-builder-tester-pm-1.01-1
> /sw/src/fink.build
> dpkg-deb: building package
> `fink-buildlock-test-builder-tester-pm-1.01-1' in
> `/sw/src/fink.build/fink-buildlock-test-builder-tester-pm-1.01-1_2006.07.15-10.53.44_darwin-powerpc.deb'.
> Setting build lock...
> /sw/bin/dpkg-lockwait -i
> /sw/src/fink.build/fink-buildlock-test-builder-tester-pm-1.01-1_2006.07.15-10.53.44_darwin-powerpc.deb
> Selecting previously deselected package
> fink-buildlock-test-builder-tester-pm-1.01-1.
> (Reading database ... 54674 files and directories currently installed.)
> Unpacking fink-buildlock-test-builder-tester-pm-1.01-1 (from
> .../fink-buildlock-test-builder-tester-pm-1.01-1_2006.07.15-10.53.44_darwin-powerpc.deb)
> ...
> Setting up fink-buildlock-test-builder-tester-pm-1.01-1
> (2006.07.15-10.53.44) ...
> gzip -dc /sw/src/Test-Builder-Tester-1.01.tar.gz | /sw/bin/tar -xvf -
> --no-same-owner --no-same-permissions
> Test-Builder-Tester-1.01/
> [...]
> /usr/bin/perl Makefile.PL PERL=/usr/bin/perl PREFIX=/sw
> INSTALLPRIVLIB=/sw/lib/perl5 INSTALLARCHLIB=/sw/lib/perl5/darwin
> INSTALLSITELIB=/sw/lib/perl5 INSTALLSITEARCH=/sw/lib/perl5/darwin
> INSTALLMAN1DIR=/sw/share/man/man1 INSTALLMAN3DIR=/sw/share/man/man3
> INSTALLSITEMAN1DIR=/sw/share/man/man1
> INSTALLSITEMAN3DIR=/sw/share/man/man3 INSTALLBIN=/sw/bin
> INSTALLSITEBIN=/sw/bin INSTALLSCRIPT=/sw/bin
> Checking if your kit is complete...
> Looks good
> Writing Makefile for Test::Builder::Tester
> make
> cp lib/Test/Builder/Tester/Color.pm blib/lib/Test/Builder/Tester/Color.pm
> cp lib/Test/Builder/Tester.pm blib/lib/Test/Builder/Tester.pm
> Manifying blib/man3/Test::Builder::Tester::Color.3pm
> Manifying blib/man3/Test::Builder::Tester.3pm
> make test
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
> "test_harness(0,'blib/lib', 'blib/arch')" t/*.t
> t/01basic........NOK 6
> #   Failed test 'testing failing'
> #   in t/01basic.t at line 29.
> # STDERR is:
> # #   Failed test 'should fail'
> # #   in t/01basic.t at line 28.
> # #          got: 'foo'
> # #     expected: 'bar'
> #
> # not:
> # #     Failed test (t/01basic.t at line 28)
> # #          got: 'foo'
> # #     expected: 'bar'
> #
> # as expected
> t/01basic........FAILED test 6
>         Failed 1/6 tests, 83.33% okay
> t/02fhrestore....ok
> t/03die..........ok
> t/04line_num.....ok
> t/05faildiag.....NOK 1
> #   Failed test 'test fail'
> #   in t/05faildiag.t at line 17.
> # STDERR is:
> # #   Failed test 'one'
> # #   in t/05faildiag.t at line 10.
> # #   Failed test 'two'
> # #   in t/05faildiag.t at line 15.
> #
> # not:
> # #     Failed test (t/05faildiag.t at line 10)
> # #     Failed test (t/05faildiag.t at line 15)
> #
> # as expected
> t/05faildiag.....NOK 2
> #   Failed test 'test_fail first'
> #   in t/05faildiag.t at line 22.
> # STDERR is:
> # #   Failed test 'one'
> # #   in t/05faildiag.t at line 21.
> #
> # not:
> # #     Failed test (t/05faildiag.t at line 21)
> #
> # as expected
> t/05faildiag.....FAILED tests 1-2
>         Failed 2/5 tests, 60.00% okay
> t/06errormess....NOK 4
> #   Failed test 'STDERR basic meta meta test 2'
> #   in t/06errormess.t at line 108.
> # HEY THERE, I GOT '#+++Failed+test+'foo'
> # #+++in+t/06errormess.t+at+line+107.
> # ' not '#+++++Failed+test+(t/06errormess.t+at+line+107)
> # '
> t/06errormess....NOK 7
> #   Failed test 'STDOUT meta meta test with tbt2 '
> #   in t/06errormess.t at line 123.
> #          got: 'ok 1 - bar
> # '
> #     expected: 'not ok 1 - bar
> # '
> t/06errormess....NOK 8
> #   Failed test 'STDERR meta meta test with tbt2 '
> #   in t/06errormess.t at line 123.
> # HEY THERE, I GOT '#+++Failed+test+'bar'
> # #+++in+t/06errormess.t+at+line+122.
> # #+STDERR+is:
> # #+#+++Failed+test+'foo'
> # #+#+++in+t/06errormess.t+at+line+121.
> # #+
> # #+not:
> # #+#+++++Failed+test+(t/06errormess.t+at+line+121)
> # #+
> # #+as+expected
> # ' not ''
> t/06errormess....NOK 10
> #   Failed test 'STDERR meta test b&w'
> #   in t/06errormess.t at line 169.
> # HEY THERE, I GOT '#+++Failed+test+'bar'
> # #+++in+t/06errormess.t+at+line+165.
> # #+STDERR+is:
> # #+#+++Failed+test+'foo'
> # #+#+++in+t/06errormess.t+at+line+161.
> # #+#++++++++++got:+'php'
> # #+#+++++expected:+'Perl'
> # #+
> # #+not:
> # #+#+++++Failed+test+(t/06errormess.t+at+line+161)
> # #+#++++++++++got:+'php'
> # #+#+++++expected:+'perl'
> # #+
> # #+as+expected
> # ' not '#+++++Failed+test+(t/06errormess.t+at+line+165)
> # #+STDERR+is:
> # #+#+++++Failed+test+(t/06errormess.t+at+line+161)
> # #+#++++++++++got:+'php'
> # #+#+++++expected:+'Perl'
> # #+
> # #+not:
> # #+#+++++Failed+test+(t/06errormess.t+at+line+161)
> # #+#++++++++++got:+'php'
> # #+#+++++expected:+'perl'
> # #+
> # #+as+expected
> # '
> t/06errormess....NOK 12
> #   Failed test 'STDERR meta test color'
> #   in t/06errormess.t at line 217.
> # HEY THERE, I GOT '#+++Failed+test+'bar'
> # #+++in+t/06errormess.t+at+line+213.
> # #+STDERR+is:
> # #+#+++Failed+test+'foo'
> # #+#+++in+t/06errormess.t+at+line+209.
> # #+#++++++++++got:+'php'
> # #+#+++++expected:+'Perl'
> # #+
> # #+not:
> # #+#+++++Failed+test+(t/06errormess.t+at+line+209)
> # #+#++++++++++got:+'php'
> # #+#+++++expected:+'perl'
> # #+
> # #+as+expected
> # ' not '#+++++Failed+test+(t/06errormess.t+at+line+213)
> # #+STDERR+is:
> # #+#+++++Failed+test+(t/06errormess.t+at+line+209)
> # #+#++++++++++got:+'php'
> # #+#+++++expected:+'Perl'
> # #+
> # #+not:
> # #+#+++++Failed+test+(t/06errormess.t+at+line+209)
> # #+#++++++++++got:+'php'
> # #+#+++++expected:+'perl'
> # #+
> # #+as+expected
> # '
> t/06errormess....FAILED tests 4, 7-8, 10, 12
>         Failed 5/12 tests, 58.33% okay
> t/07args.........NOK 4
> #   Failed test 'STDERR basic meta meta test 2'
> #   in t/07args.t at line 108.
> # HEY THERE, I GOT '#+++Failed+test+'foo'
> # #+++in+t/07args.t+at+line+107.
> # ' not '#+++++Failed+test+(t/07args.t+at+line+107)
> # '
> t/07args.........NOK 7
> #   Failed test 'STDOUT meta meta test with tbt2 '
> #   in t/07args.t at line 123.
> #          got: 'ok 1 - bar
> # '
> #     expected: 'not ok 1 - bar
> # '
> t/07args.........NOK 8
> #   Failed test 'STDERR meta meta test with tbt2 '
> #   in t/07args.t at line 123.
> # HEY THERE, I GOT '#+++Failed+test+'bar'
> # #+++in+t/07args.t+at+line+122.
> # #+STDERR+is:
> # #+#+++Failed+test+'foo'
> # #+#+++in+t/07args.t+at+line+121.
> # #+
> # #+not:
> # #+#+++++Failed+test+(t/07args.t+at+line+121)
> # #+
> # #+as+expected
> # ' not ''
> t/07args.........NOK 15
> #   Failed test 'STDOUT meta test skip_out'
> #   in t/07args.t at line 198.
> #          got: 'ok 1 - bar
> # '
> #     expected: 'not ok 1 - bar
> # '
> t/07args.........NOK 16
> #   Failed test 'STDERR meta test skip_out'
> #   in t/07args.t at line 198.
> # HEY THERE, I GOT '#+++Failed+test+'bar'
> # #+++in+t/07args.t+at+line+195.
> # #+STDERR+is:
> # #+#+++Failed+test+'foo'
> # #+#+++in+t/07args.t+at+line+192.
> # #+
> # #+not:
> # #+#+++++Failed+test+(t/07args.t+at+line+192)
> # #+
> # #+as+expected
> # ' not ''
> t/07args.........FAILED tests 4, 7-8, 15-16
>         Failed 5/18 tests, 72.22% okay
> Failed Test     Stat Wstat Total Fail  Failed  List of Failed
> -------------------------------------------------------------------------------
> t/01basic.t                    6    1  16.67%  6
> t/05faildiag.t                 5    2  40.00%  1-2
> t/06errormess.t               12    5  41.67%  4 7-8 10 12
> t/07args.t                    18    5  27.78%  4 7-8 15-16
> Failed 4/7 test scripts, 42.86% okay. 13/49 subtests failed, 73.47% okay.
> make: *** [test_dynamic] Error 255
> ### execution of make failed, exit code 2
> Removing build lock...
> /sw/bin/dpkg-lockwait -r fink-buildlock-test-builder-tester-pm-1.01-1
> (Reading database ... 54675 files and directories currently installed.)
> Removing fink-buildlock-test-builder-tester-pm-1.01-1 ...
> Failed: phase compiling: test-builder-tester-pm-1.01-1 failed
>
> **********************
>
> All of the paths look to be correct, and I even used CPAN to reinstall
> Test::Builder in case something was wrong with it.
>
> Any ideas?  Nothing in the list archives seems to relate to this at all.
>
>
> --
> Package manager version: 0.24.23
> Distribution version: 0.8.1.rsync powerpc
> Mac OS X version: 10.4.7
> Xcode version: 2.3
> gcc version: 4.0.1 (Apple Computer, Inc. build 5341)
> make version: 3.80
>
>

Have you done anything else to mess around with the system-installed
Perl other than reinstalling Test::Builder?

-- 
Alexander K. Hansen
Fink Documenter (still)


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to