Re: perl@11446
by Nicholas Clark other posts by this author
Jul 23 2001 9:49AM messages near this date
perl@11446
|
Re: perl@11446
On Sun, Jul 22, 2001 at 07:53:53PM -0500, Jarkko Hietaniemi wrote:
> http://www.iki.fi/jhi/perl@[...].tgz
> http://www.hietaniemi.org/jarkko/perl@[...].tgz
> ftp://ftp.funet.fi/pub/languages/perl/snap/perl@[...].tgz
>
> http://www.iki.fi/jhi/perl@[...].tbz
> http://www.hietaniemi.org/jarkko/perl@[...].tbz
> ftp://ftp.funet.fi/pub/languages/perl/snap/perl@[...].tbz
>
> ftp.funet.fi::perlsnap
>
> (Periscope up.)
>
> Changes mostly by Nick and Sarathy while I was offline, Chris has also
> been been busy on the macperl branch. I still have to read more carefully
> the p5p archives; I may disagree somewhat with the commonsense.t change
> (IIRC the idea was that there are certain libraries without which Perl
> is quite unusable, that's exactly why it was in t/base)
nclark@nclark [11448-mini]$ mv t/lib/commonsense.t t/base/
nclark@nclark [11448-mini]$ make minitest
You may see some irrelevant test failures if you have been unable
to build lib/Config.pm.
cd t && (rm -f perl; /bin/ln -s ../miniperl perl) && ./perl TEST base/*.t comp/*.t
cmd/*.t run/*.t io/*.t op/*.t </dev/tty
base/commonsense....Can't locate Config.pm in @INC (@INC contains: ../lib) at base/commonsen
se.t line 5.
FAILED at test 0
Failed a basic test--cannot continue.
make: [minitest] Error 2 (ignored)
I believe that that was the current niggle with it (as currently written)
being in t/base - it aborts make minitest when Config.pm isn't there.
[not sure if make minitest should pass in an environment variable to say
that lib/Config.pm being missing isn't a failure at this point]
having make minitest run without Config.pm is useful (isn't it?) to get
diagnostics on why a really messed up miniperl was unable to make Config.pm
Nicholas Clark
Thread:
Jarkko Hietaniemi
Nicholas Clark
Andy Dougherty
|