misc/72312: Build of jail fails

Ruslan Ermilov ru at FreeBSD.org
Tue Oct 5 04:30:24 PDT 2004


The following reply was made to PR misc/72312; it has been noted by GNATS.

From: Ruslan Ermilov <ru at FreeBSD.org>
To: SystemOperator <sysop at learn2.plymouth.edu>
Cc: Scott Long <scottl at FreeBSD.org>, bug-followup at 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 at FreeBSD.org
 FreeBSD committer


More information about the freebsd-bugs mailing list