http://qs1969.pair.com?node_id=486333


in reply to Re^8: How much Perl6 have we got?
in thread How much Perl6 have we got?

I have the latest Mac OS X Tiger and the Xcode Tools on my box, installed ghc as described above, did gcc_select for gcc 3.3, started sudo cpan and did install Perl6::Pugs. I have 'follow'-settings in cpans Config.pm but that shouldn't matter. Everything works fine so far. What kind of error-messages do you get?

Replies are listed 'Best First'.
Re^10: How much Perl6 have we got?
by lolajl (Acolyte) on Aug 24, 2005 at 19:20 UTC
    Well, now it's installed successfully. Wonder what made the difference. Looking at the list of make tests I'd saved from my first attempt, it looks like there was just one test that failed, thus ruining everything:
    Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +--------- t/oo/destruction.t 254 65024 6 0 0.00% ?? 83 subtests skipped. Failed 1/370 test scripts, 99.73% okay. 0/6184 subtests failed, 100.00 +% okay. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK
Re^10: How much Perl6 have we got?
by lolajl (Acolyte) on Aug 24, 2005 at 19:02 UTC
    That's the same setup I have. Right now I'm running the install under CPANPLUS . . . it's running slowly but so far it looks good.