From owner-freebsd-current Thu Jan 13 4: 9:37 2000 Delivered-To: freebsd-current@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id BB018150E0; Thu, 13 Jan 2000 04:09:31 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id D03951CA0; Thu, 13 Jan 2000 20:09:28 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Cc: Jason Evans , Wilko Bulte , Mark Murray , obrien@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: Make world breakage... In-Reply-To: Message from asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) of "13 Jan 2000 03:55:49 PST." Date: Thu, 13 Jan 2000 20:09:28 +0800 From: Peter Wemm Message-Id: <20000113120928.D03951CA0@overcee.netplex.com.au> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Satoshi - Ports Wraith - Asami wrote: > * From: Jason Evans > > * > In function `_gettemp': > * > mktemp.c(.text+0x3f0): undefined reference to `_libc_open' > * > mktemp.c(.text+0x3f4): undefined reference to `_libc_open' > > * 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: > * > * cd /usr/src/lib/libc > * make > * make install > * > * before doing a buildworld. This probably isn't the correct way of > * resolving such bootstrapping issues, but it works. > > Thanks, it's getting a little further with that workaround but now I > get: > > ======= > : > ln -sf libutil.so.2 /usr/obj/usr/src/i386/usr/lib/libutil.so > cd /usr/src/lib; make depend; make all; make install > ===> csu/i386-elf > ===> libcom_err > ===> libcom_err/doc > ===> msun > ===> libmd > ===> libcrypt > ===> ../secure/lib/libcrypt > make: don't know how to make crypt-shs.c. Stop This is because of stale .depend files. I got into the habbit of doing a rm -rf /usr/obj/* after Marcel's changes as earlier on it seemed to be leaving stale ones behind. I don't know if this is still the case but it looks a bit like it. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message