From owner-freebsd-current Thu Jun 25 10:14:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA13756 for freebsd-current-outgoing; Thu, 25 Jun 1998 10:14:08 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from veda.is (adam@veda.is [193.4.230.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA13678 for ; Thu, 25 Jun 1998 10:13:59 -0700 (PDT) (envelope-from adam@veda.is) Received: (from adam@localhost) by veda.is (8.8.8/8.8.8) id RAA12556 for freebsd-current@freebsd.org; Thu, 25 Jun 1998 17:13:43 GMT (envelope-from adam) From: Adam David Message-Id: <199806251713.RAA12556@veda.is> Subject: __error() build glitch To: freebsd-current@FreeBSD.ORG Date: Thu, 25 Jun 1998 17:13:42 +0000 (GMT) X-Mailer: ELM [version 2.4ME+ PL31 (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 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. -- Adam David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message