Subject: Re: [3.0 i386] Fresh install problem: pkgtools
To: None <netbsd-help@netbsd.org>
From: Sylvain Briole <sbriole.mls@free.fr>
List: netbsd-help
Date: 01/12/2006 13:43:51
Hi Manuel,

>> On my fresh installed system, I have tried to install pkgtools :
>> Downloaded ftp://ftp.netbsd.org/pub/pkgsrc/2005Q4/pkgsrc-2005Q4.tar.bz2
> You should try:
> ftp://ftp.netbsd.org/pub/pkgsrc/2005Q4/pkgsrc.tar.gz

So, I have tried ftp://ftp.netbsd.org/pub/pkgsrc/2005Q4/pkgsrc.tar.gz :
rm -rf /usr/pkgsrc
cd /usr
tar xjpf $HOME/pkgsrc.tar.gz -C /usr
cd /usr/pkgsrc/pkgtools
make

And then :
[...]
        Making B (dynamic)
Makefile out-of-date with respect to Makefile.PL
Cleaning current config before rebuilding Makefile...
/usr/bin/make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl"
"PERL_CORE=1" "LIBPERL_A=libperl.so"
Writing Makefile for B::C
Writing Makefile for B
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command.  <==
false
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/perl5/work/perl-5.8.7/ext/B
/usr/bin/make config failed, continuing anyway...
Makefile out-of-date with respect to Makefile.PL
Cleaning current config before rebuilding Makefile...
/usr/bin/make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl"
"PERL_CORE=1" "LIBPERL_A=libperl.so"
Writing Makefile for B::C
Writing Makefile for B
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command.  <==
false
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/perl5/work/perl-5.8.7/ext/B
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/perl5/work/perl-5.8.7
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/perl5
===>
===> There was an error during the ``build'' phase.
===> Please investigate the following for more information:
===>      * log of the build
===>      * /usr/pkgsrc/lang/perl5/work/.work.log
===>
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/perl5
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/perl5
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/pkgtools/p5-pkgsrc-Dewey
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/pkgtools/p5-pkgsrc-Dewey

And then it is not more possible to build pkgtools....

I have the /usr/pkgsrc/lang/perl5/work/.work.log file, but nothing special into
it....

I thank you in advance for further help.

Sylvain.