Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Mar 2005 15:16:26 -0800
From:      Ade Lovett <ade@FreeBSD.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        freebsd-amd64@FreeBSD.org
Subject:   Re: env DESTDIR=/foo make buildworld fails for RELENG_5
Message-ID:  <422CE0CA.3020402@FreeBSD.org>
In-Reply-To: <200503071232.32611.jhb@FreeBSD.org>
References:  <1110067654.50176.2.camel@hood.oook.cz> <200503071232.32611.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@nail.lovett.com:/usr/obj/usr/src/sys/NAIL  amd64

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


-aDe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?422CE0CA.3020402>