From owner-freebsd-current Thu Jun 25 15:23:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10269 for freebsd-current-outgoing; Thu, 25 Jun 1998 15:23:09 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA10101 for ; Thu, 25 Jun 1998 15:22:09 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id IAA07462; Fri, 26 Jun 1998 08:31:01 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199806252231.IAA07462@cimlogic.com.au> Subject: Re: __error() build glitch In-Reply-To: <199806251713.RAA12556@veda.is> from Adam David at "Jun 25, 98 05:13:42 pm" To: adam@veda.is (Adam David) Date: Fri, 26 Jun 1998 08:31:01 +1000 (EST) Cc: freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Adam David wrote: > In updating from a rather old version of -current I noticed that make world > falls over in gperf because __error() is missing in the installed version of > libc. This begs the question of why buildworld is relying on libraries from > the system it is running on, which are obviously not necessarily the same as > those on the system being built. I could continue after a 'make includes' > in /usr/src and a 'make depend all install' in /usr/src/lib/libc but this > is clobbering the installed system. I'll submit a PR if necessary, consisting > basically of this notification message. make -m /usr/src/share/mk world If you do this, the build will use the correct libraries. Don't do 'make includes' on it's own because you will then have headers that are inconsistent with libc. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message