Date: Mon, 30 Mar 2009 12:03:45 +0200 From: Matthias Apitz <guru@unixarea.de> To: Mel Flynn <mel.flynn+fbsd.current@mailing.thruhere.net> Cc: freebsd-current@freebsd.org Subject: Re: make installworld DESTDIR=/mnt fails Message-ID: <20090330100345.GA7763@rebelion.Sisis.de> In-Reply-To: <200903301155.25530.mel.flynn%2Bfbsd.current@mailing.thruhere.net> References: <20090330074502.GA4247@rebelion.Sisis.de> <200903301155.25530.mel.flynn%2Bfbsd.current@mailing.thruhere.net>
next in thread | previous in thread | raw e-mail | index | archive | help
El día Monday, March 30, 2009 a las 11:55:25AM +0200, Mel Flynn escribió: > On Monday 30 March 2009 09:45:02 Matthias Apitz wrote: > > Hello, > > > > I have created a boot-able USB key with -CURRENT from CVS following > > this recipe: > > > > # mkdir -p /usr/src/myHEAD/obj > > # cd /usr/src/myHEAD > > # cvs checkout src > > # setenv MAKEOBJDIRPREFIX /usr/src/myHEAD/obj > <snip> > > > # setenv MAKEOBJDIRPREFIX /myHEAD/obj > > There's your problem. Your .OBJDIR does not contain output of buildworld. Ofc it contains the output of the previous buildworld; I've copied it over with: # cd /usr/src/ # tar -cf - myHEAD | ( cd /mnt ; tar -xpf - ) before unmounting the key from the originator system; Why do you think it is not there? For example: # ls /myHEAD/obj/usr/src/myHEAD/src/usr.bin/make .depend for.o main.o proc.o util.o arch.o hash.o make shell.o var.o buf.o hash_tables.o make.1.gz str.o cond.o job.o make.o suff.o dir.o lst.o parse.o targ.o matthias -- Matthias Apitz Manager Technical Support - OCLC GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e <matthias.apitz@oclc.org> - w http://www.oclc.org/ http://www.UnixArea.de/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090330100345.GA7763>