Date: Mon, 12 Feb 2001 10:47:06 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> To: Daniel Eischen <eischen@vigrid.com> Cc: Daniel Eischen <deischen@FreeBSD.ORG>, current@FreeBSD.ORG Subject: Re: HEADS UP: installworld gotchas Message-ID: <Pine.BSF.4.21.0102121039370.1466-100000@besplex.bde.org> In-Reply-To: <Pine.SUN.3.91.1010211170741.27716A-100000@pcnet1.pcnet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 11 Feb 2001, Daniel Eischen wrote: > On Sun, 11 Feb 2001, Daniel Eischen wrote: > > > deischen 2001/02/11 14:06:46 PST > > > > Modified files: > > include stdio.h > > Log: > > libc MT-safety, part 2. > > > > Add a lock to FILE and define an additional flag. > > This commit caused some bootstrap problems. The installworld failed > installing perl which seemed to need sed (from /usr/bin/sed), and libc > got installed before sed. I used the following to install: I think this is telling you that the new libc is incompatible with old applications. Installworld uses sed from ${INSTALLTMP}/sed. It copies sed from /usr/bin/sed at the start to (almost) ensure that only the old version is used. If perl actually uses /usr/bin/sed, then that is another bug in perl, but since perl is installed before sed, this makes no difference because /usr/bin/sed is still the old version. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0102121039370.1466-100000>