Date: Tue, 5 Oct 2004 11:30:23 GMT From: Ruslan Ermilov <ru@FreeBSD.org> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/72312: Build of jail fails Message-ID: <200410051130.i95BUNJj054348@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/72312; it has been noted by GNATS. From: Ruslan Ermilov <ru@FreeBSD.org> To: SystemOperator <sysop@learn2.plymouth.edu> Cc: Scott Long <scottl@FreeBSD.org>, bug-followup@FreeBSD.org Subject: Re: misc/72312: Build of jail fails Date: Tue, 5 Oct 2004 14:22:14 +0300 On Mon, Oct 04, 2004 at 11:23:14AM -0400, SystemOperator wrote: > As documented in the jail(8) manpage the following fails: > > D=/data/master > cd /usr/src > mkdir -p $D > make world DESTDIR=$D <-- Fails here with > > ...SNIP... > > mkdep -f .depend -a -I/usr/obj/usr/src/i386/legacy/usr/include /usr/src/games/fortune/strfile/strfile.c > echo strfile: /data/master/usr/lib/libc.a /usr/obj/usr/src/i386/legacy/usr/lib/libegacy.a >> .depend > cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/games/fortune/strfile/strfile.c > make: don't know how to make /data/master/usr/lib/libc.a. Stop > *** Error code 2 > > Stop in /usr/src. > *** Error code 1 > The fix is available in HEAD for more than a month now, as src/Makefile.inc1,v 1.442. re@ haven't decided yet if they want it in RELENG_5 at this point or not. The workaround is to first "make buildworld" without DESTDIR, then do a "make installworld DESTDIR=$D". Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410051130.i95BUNJj054348>