From owner-freebsd-current Mon Feb 12 17:33: 4 2001 Delivered-To: freebsd-current@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 9AF4737B4EC for ; Mon, 12 Feb 2001 17:32:57 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f1D1WdW16785; Mon, 12 Feb 2001 17:32:39 -0800 (PST) Date: Mon, 12 Feb 2001 17:32:39 -0800 From: Alfred Perlstein To: Peter Wemm Cc: Dag-Erling Smorgrav , Warner Losh , Daniel Eischen , John Indra , freebsd-current@FreeBSD.ORG Subject: Re: Patch for FILE problems (was Re: -CURRENT is bad for me...) Message-ID: <20010212173239.O3274@fw.wintelcom.net> References: <200102130127.f1D1RKU56334@mobile.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200102130127.f1D1RKU56334@mobile.wemm.org>; from peter@netplex.com.au on Mon, Feb 12, 2001 at 05:27:20PM -0800 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Peter Wemm [010212 17:28] wrote: > Dag-Erling Smorgrav wrote: > > Peter Wemm writes: > > > Sorry, I made the mistake of looking at this bikeshed and lost my nerve. > > > The patch I was going to commit was: > > > http://people.freebsd.org/~peter/stdio.diff3 > > > .. but this *totally* breaks installworld due to *BAD* brokenness in > > > installworld. > > > > No, it doesn't, because you bumped the libc major. Set it to 500 like > > we discussedm, and commit (or I will, damnit). > > Sorry, I meant without the bump. it goes something like this: > > install -c libc.so.5 /usr/lib > install -c libc_pic.a /usr/lib > /usr/libexec/ld-elf.so.1: undefined symbol __sF in COPY relocation > > at which point any stdio using dynamic binary is hosed, including the > *USELESS* copies in /tmp that installworld stashed away. Er, why isn't /tmp/install.XXX done with static binaries? To fix it, it looks like the best idea is to add the programs in our current /tmp/install.XXX to some target to build them static as well, then install them over... gah, nevermind, signal problems, syscall mess, etc... -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message