Subject: Re: Please test bootstrap
To: Jeremy C. Reed <reed@reedmedia.net>
From: Roland Illig <rillig@NetBSD.org>
List: tech-pkg
Date: 11/01/2005 09:34:30
Jeremy C. Reed wrote:
> On Tue, 1 Nov 2005, Roland Illig wrote:
> 
>>> Please have a look at the "mk" files installation. I need help!
>>> I attempted putting the mk-files source in 
>>> pkgsrc/devel/mk-files/files and using it, but had various problems.
>>
>>
>> Like this:?
>>
>> ...
>> checking for struct stat.st_rdev... yes
>> checking if diff -u works... yes
>> checking for MACHINE & MACHINE_ARCH...
>> defaults: MACHINE=sunos5, MACHINE_ARCH=sparc
>> Using: MACHINE=sunos5, MACHINE_ARCH=sparc
>> configure: error: bad value 
>> /home/j2001/1illig/proj/pkgsrc/bootstrap/work/bmake/mk given for mksrc 
>> cannot find install-mk
>> ===> exited with status 1
>> aborted.
> 
> 
> Did you get this problem with the bootstrap? (I had fixed that problem 
> for me.)

I did this:

cd proj/pkgsrc
cvs update bootstrap devel    # because the filesystem is quite slow. :)
cd bootstrap
./bootstrap --prefix=/tmp/1illig/pkgsrc-boot --ignore-user-check

Roland