env DESTDIR=/foo make buildworld fails for RELENG_5

Ade Lovett ade at FreeBSD.org
Mon Mar 7 23:16:17 GMT 2005


John Baldwin wrote:
> On Saturday 05 March 2005 07:07 pm, Pav Lucistnik wrote:
> 
>>Plain make buildworld without DESTDIR works fine.
>>
>>
>>env DESTDIR=/space/jails/5-amd64/tmp make buildworld
> 
> 
> Try 'make buildworld DESTDIR=/foo' instead.

Well, taking the same script that I know pav is using, and changing from:

	env DESTDIR=/foo make world
to
	make world DESTDIR=/foo

it still goes bang in the same place:

[...]
===> asn1_compile
[...]
cc -O -pipe  -DHAVE_CONFIG_H 
-I/local/tb/jails/5-amd64/src/kerberos5/tools/make-print-version/../../include 
-DINET6  -c 
/local/tb/jails/5-amd64/src/kerberos5/tools/make-print-version/../../../crypto/heimdal/lib/vers/make-print-version.c
make: don't know how to make /local/tb/jails/5-amd64/tmp/usr/lib/libc.a. 
Stop
*** Error code 2


FreeBSD nail.lovett.com 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Thu Feb 10 
09:57:52 PST 2005     root at nail.lovett.com:/usr/obj/usr/src/sys/NAIL  amd64

whilst attempting to build a 5.4-PRERELEASE/amd64 snapshot.


-aDe



More information about the freebsd-amd64 mailing list