From owner-freebsd-current Wed Jan 12 15:32:10 2000 Delivered-To: freebsd-current@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 6C20314EF1; Wed, 12 Jan 2000 15:32:00 -0800 (PST) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id AAA14722; Thu, 13 Jan 2000 00:13:18 +0100 (MET) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id AAA45138; Thu, 13 Jan 2000 00:16:31 +0100 (CET) (envelope-from wilko) Date: Thu, 13 Jan 2000 00:16:31 +0100 From: Wilko Bulte To: Jason Evans Cc: Mark Murray , obrien@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: Make world breakage... Message-ID: <20000113001631.C4148@yedi.iaf.nl> References: <200001121956.e0CJuNw65075@gratis.grondar.za> <20000112220725.A2942@yedi.iaf.nl> <20000112132225.T302@sturm.canonware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000112132225.T302@sturm.canonware.com>; from jasone@canonware.com on Wed, Jan 12, 2000 at 01:22:25PM -0800 X-OS: FreeBSD yedi.iaf.nl 3.4-STABLE FreeBSD 3.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jan 12, 2000 at 01:22:25PM -0800, Jason Evans wrote: > On Wed, Jan 12, 2000 at 10:07:25PM +0100, Wilko Bulte wrote: > > On Wed, Jan 12, 2000 at 09:56:22PM +0200, Mark Murray wrote: > > > Hi > > > > > > Anyone else seeing this? ... > > /usr/obj/usr/src/alpha/usr/src/gnu/usr.bin/cc/cpp/../cc_fbsd/libcc_fbsd.a(mktemp.o) > > In function `_gettemp': > > mktemp.c(.text+0x3f0): undefined reference to `_libc_open' > > mktemp.c(.text+0x3f4): undefined reference to `_libc_open' > > *** Error code 1 > > > > Stop in /usr/src/gnu/usr.bin/cc/cpp. > > *** Error code 1 > > libc successfully builds on Alpha with the changes I committed, though the > bootstrapping problem issue is the same. As noted in another email I just > sent, do: I had to add: cd /usr/src make includes before the following worked: > cd /usr/src/lib/libc > make make went OK. > make install make install did not work, maybe I should not do this multiuser? miata#make install install -c -o root -g wheel -m 444 libc.a /usr/lib install -c -o root -g wheel -m 444 libc_p.a /usr/lib install -c -s -o root -g wheel -m 444 libc.so.4 /usr/lib /usr/libexec/ld-elf.so.1: /usr/lib/libc.so.4: Undefined symbol "_libc_open" *** Error code 70 I copied libc.so.4 manually to /usr/lib but that is not sufficient. It looks like ld-elf sticks to libc.so.4 even if I move the symlink libc.so back from libc.so.4 to libc.so.3 > before doing a buildworld. This probably isn't the correct way of > resolving such bootstrapping issues, but it works. I'm no bootstrapping expert either, but I get the distinct feeling there should be an easier way :-( Help! For now I don't date reboot my Alpha W/ -- Wilko Bulte Arnhem, The Netherlands - The FreeBSD Project WWW : http://www.tcja.nl http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message