From owner-freebsd-current@FreeBSD.ORG Tue May 17 06:02:12 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E491716A4CE for ; Tue, 17 May 2005 06:02:11 +0000 (GMT) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 863EC43D53 for ; Tue, 17 May 2005 06:02:11 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1DXv9c-0002t2-A2; Tue, 17 May 2005 09:02:08 +0300 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: Kris Kennaway In-Reply-To: Message from Kris Kennaway <20050516194222.GA67032@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 17 May 2005 09:02:08 +0300 From: Danny Braniss Message-ID: cc: current@freebsd.org Subject: Re: your mail X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 06:02:12 -0000 > > --mYCpIKhGyMATD0i+ > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Mon, May 16, 2005 at 02:59:40PM +0300, Danny Braniss wrote: > > im trying to 'make buildworld' on a i386 5.4 for amd64, and something > > is broken: > >=20 > > =3D=3D=3D> usr.bin/lex/lib > > rm -f .depend > > CC=3D'cc -m32 -march=3Dathlon-xp -msse2 -mfancy-math-387 -DCOMPAT_32BIT = > =20 > > -I/r+d/obj/x-dev/amd64/r+d/5.4/src/lib32/usr/include =20 > > -L/r+d/obj/x-dev/amd64/r+d/5.4/src/lib32/usr/lib32 =20 > > -B/r+d/obj/x-dev/amd64/r+d/5.4/src/lib32/usr/lib32' mkdep -f .depend -a = > =20 > > libmain.c libyywrap.c > > /usr/bin/mkdep: cannot create _mkdep45500: Permission denied > > *** Error code 2 > >=20 > > Stop in /r+d/5.4/src/usr.bin/lex/lib. > > *** Error code 1 > > Check that you have write permission in your object directory. oh, but i do!, the above happens after having done about 80% of the make process and i can't figure out where it's trying to write, im running with export MAKEOBJDIRPREFIX=/r+d/obj/x-dev and cd /r+d/5.4/src; make TARGET_ARCH=amd64 buildworld danny