On 16/3/03 17:50, "Charlie Root" <[EMAIL PROTECTED]> wrote:
> Can't get CPAN to upgrade:
> G400
> 768MB
> 10.2.4
> Perl 5.6.0
>
> The messages look like this: (pages of this)
>
> Going to read /Users/ellem/.cpan/sources/authors/01mailrc.txt.gz
> Going to read /Users/ellem/.cpan/sources/authors/01mailrc.txt.gz
> Going to read /Users/ellem/.cpan/sources/authors/01mailrc.txt.gz
> Going to read /Users/ellem/.cpan/sources/authors/01mailrc.txt.gz
> Panic: no build_dir? at /System/Library/Perl/CPAN.pm line 4618,
> <GEN240> line 2724.
[...]
This is the relevant CPAN.pm code:
return $self->{prereq_pm} if
exists $self->{prereq_pm_detected} && $self->{prereq_pm_detected};
return unless $self->{writemakefile}; # no need to have succeeded
# but we must have run it
my $build_dir = $self->{build_dir} or die "Panic: no build_dir?";
Are you not seeing any `02packages.details.txt.gz' or `03modlist.data.gz'?
Regards,
Phil.