Date: Fri, 20 Aug 2004 16:44:04 -0700 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: "Conrad J. Sabatier" <conrads@cox.net> Cc: freebsd-amd64@freebsd.org Subject: Re: Need help with build32.sh script Message-ID: <20040820234403.GA19713@troutmask.apl.washington.edu> In-Reply-To: <20040820183606.4c344b42@dolphin.local.net> References: <20040813193850.GA69108@troutmask.apl.washington.edu> <20040820183606.4c344b42@dolphin.local.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 20, 2004 at 06:36:06PM -0500, Conrad J. Sabatier wrote: > On Fri, 13 Aug 2004 12:38:50 -0700 > Steve Kargl <sgk@troutmask.apl.washington.edu> wrote: > > > I've patched tool/lib32/build32.sh to deal with the > > new make(1) and its behavior with respect to MAKEOBJDIRPREFIX, > > but build32.sh seems to be dying because of gcc 3.4.2. During > > execution, I see thousands of lines similar to > > > > /usr/src/secure/lib/libcrypto/i386/sha1-586.s:1533: Error: `60(%esp)' > > is not a valid 64 bit base/index expression > > > I'm only just trying this thing out for the first time today. Was a > little leery of it after reading the big "XXX Beware" section re: > includes. :-) > > Anyway, just wanted to pass on to you one problem I encountered right > away. The following snippet breaks the script if /tmp/i386 doesn't > already exist: > > # Set up an obj tree > chflags -R noschg /tmp/i386 > rm -rf /tmp/i386 > > Perhaps it should be wrapped in an "if [ -d /tmp/i386 ]" statement? > Yeah, sure, I guess someone couild add the above. I simply added a "mkdir -p $SOMEVAR". I gave up trying to make it work. It's unfortunate that the person(s) responsible for breaking make(1), do not have amd64 hardware. -- Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040820234403.GA19713>