Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2004 18:36:06 -0500
From:      "Conrad J. Sabatier" <conrads@cox.net>
To:        freebsd-amd64@freebsd.org
Cc:        Steve Kargl <sgk@troutmask.apl.washington.edu>
Subject:   Re: Need help with build32.sh script
Message-ID:  <20040820183606.4c344b42@dolphin.local.net>
In-Reply-To: <20040813193850.GA69108@troutmask.apl.washington.edu>
References:  <20040813193850.GA69108@troutmask.apl.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 13 Aug 2004 12:38:50 -0700
Steve Kargl <sgk@troutmask.apl.washington.edu> wrote:

> Gang,
> 
> 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
> 
> Any insight would be appreciated.

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?

-- 
Conrad J. Sabatier <conrads@cox.net> -- "In Unix veritas"



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