Port-alpha archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: build world fails



On Sun, Apr 20, 2008 at 12:13:57PM +0200, Ede Wolf wrote:
> Thats for your help, but the point is, MKDEBUD has been disabled:
> 
> cat /etc/mk.conf | grep MKDEBUG
> MKDEBUG="no"
> MKDEBUGLIB="no"

Do not add quotes around values in assignments. The mk.conf file is
directly used by make(1), thus do not need extra quoting used for
shell variables.

njoly@petaure [~]> cat /etc/mk.conf | grep '^MK'
MKDEBUG=yes
MKX11=yes

> So this is most likely not the cause. 

According to the traces you posted, this is the cause. Your build is
failing during `mkbootimage.debug' installation because the needed
directory does not exists ...

> Am Samstag, 19. April 2008 schrieb Nicolas Joly:
> > On Sat, Apr 19, 2008 at 06:26:00PM +0200, Ede Wolf wrote:
[...]
> > > /import/usr/obj/tooldir.NetBSD-4.0_STABLE-alpha/bin/alpha--netbsd-install
> > >  -N /import/usr/src/etc -c  -r -o root -g wheel -m 444
> > > mkbootimage.debug
> > > /import/usr/obj/destdir.alpha/usr/libdata/debug/usr/mdec/mkbootimage.debu
> > >g alpha--netbsd-install:
> > > /import/usr/obj/destdir.alpha/usr/libdata/debug/usr/mdec: mkstemp: No
> > > such file or directory

-- 
Nicolas Joly

Biological Software and Databanks.
Institut Pasteur, Paris.


Home | Main Index | Thread Index | Old Index