From owner-freebsd-qa Mon Mar 12 15:45:36 2001 Delivered-To: freebsd-qa@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id 41EE637B718; Mon, 12 Mar 2001 15:45:32 -0800 (PST) (envelope-from ler@lerctr.org) Received: from ler-freebie.iadfw.net (ler-freebie.iadfw.net [206.66.13.221]) by lerami.lerctr.org (8.11.3/8.11.3/20010112/$Revision: 1.13 $) with SMTP id f2CNjUI10832; Mon, 12 Mar 2001 17:45:30 -0600 (CST) (envelope-from ler@lerctr.org) From: Larry Rosenman Date: Mon, 12 Mar 2001 23:45:30 GMT Message-ID: <20010312.23453000@ler-freebie.iadfw.net> Subject: Re: cputype=486 To: John Baldwin Cc: Kris Kennaway , Larry Rosenman , qa@FreeBSD.org, marcel@FreeBSD.org In-Reply-To: References: X-Mailer: Mozilla/3.0 (compatible; StarOffice/5.2; Linux) X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-qa@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 3/12/01, 5:37:30 PM, John Baldwin wrote regarding R= e:=20 cputype=3D486: > On 12-Mar-01 Kris Kennaway wrote: > > On Mon, Mar 12, 2001 at 11:43:23AM -0800, John Baldwin wrote: > >> [ cc's trimmed to sane level, followups to -qa please ] > >> > >> On 12-Mar-01 Larry Rosenman wrote: > >> > > >> > ftp://ftp.lerctr.org/freebsd/makeworld-fw.out.gz > >> > > >> > Enjoy. > >> > >> It looks like strip is linked against /usr/lib/libc.a. > > > > Well, that does look like the problem here. gcc isn't producing bad= > > code (and after the revelation that the opcode in question was for a= > > pentium pro, it basically ruled out that possibility because lots of= > > people build on pentiums, whereas a small enough number build on 486= es > > that it could conceivably have gone unnoticed). > > > > If we can't get this fixed by release, it will have to be documented= > > in the release notes that cross-building is broken. > Not sure cross-building is broken, it may be an install issue. It=20 happened > during installworld, not in the final strip binary that would be=20 installed onto > the system. I thought /tmp/install.XXXXX was supposed to work around = stuff > like that, but maybe that isn't in stable? /tmp/install.$$ *IS* in RELENG_4, but strip is NOT copied to it: mkdir -p /tmp/install.9703 for prog in [ awk cat chflags chmod chown date echo egrep find grep =20 install ln make makewhatis mtree mv perl rm sed sh sysctl test true=20 uname wc zic; do cp `which $prog` /tmp/install.9703; done cd /usr/src; MAKEOBJDIRPREFIX=3D/usr/obj=20 COMPILER_PATH=3D/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/= us r/bin=20 LIBRARY_PATH=3D/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/l= ib=20 OBJFORMAT_PATH=3D/usr/obj/usr/src/i386/usr/libexec=20 PERL5LIB=3D/usr/obj/usr/src/i386/usr/libdata/perl/5.00503=20 PATH=3D/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr= /o bj/usr/src/i386/usr/games:/tmp/install.9703 make -f Makefile.inc1=20 reinstall LER > > Kris > -- > John Baldwin -- http://www.FreeBSD.org/~jhb/ > PGP Key: http://www.baldwin.cx/~john/pgpkey.asc > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-qa" in the body of the message