Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Nov 2004 11:56:19 -0700
From:      "Chad Leigh -- Shire.Net LLC" <chad@shire.net>
To:        FreeBSD questions list <freebsd-questions@freebsd.org>
Subject:   "make world DESTDIR=/foo" still not working under 5.3-STABLE
Message-ID:  <33D54E5C-3801-11D9-BC47-003065A70D30@shire.net>

next in thread | raw e-mail | index | archive | help

I can do

make buildworld
make installworld

without the DESTDIR and it works fine

but to build a jail I do

make world DESTDIR=/foo

and I still get the following problem (as do many others it appears).   
This is under 5.3-STABLE from cvsup on November 16

cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444  
netgraph/bluetooth/include/*.h   
/local/jails/master/usr/include/netgraph/bluetooth/include
install:  
/local/jails/master/usr/include/netgraph/bluetooth/include/ 
ng_bluetooth.h: No such file or directory
*** Error code 71

Stop in /usr/src/include.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
myhost#


Any help would be appreciated

thanks
Chad



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?33D54E5C-3801-11D9-BC47-003065A70D30>