From owner-freebsd-current Wed Oct 31 16:49: 4 2001 Delivered-To: freebsd-current@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 5ABE537B403 for ; Wed, 31 Oct 2001 16:48:59 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fA10mIK00594; Wed, 31 Oct 2001 16:48:18 -0800 (PST) (envelope-from obrien) Date: Wed, 31 Oct 2001 16:48:18 -0800 From: "David O'Brien" To: Warner Losh Cc: current@freebsd.org Subject: Re: Building current broken on stable again... awk is to blame Message-ID: <20011031164818.B516@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <200110312301.f9VN1W746844@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110312301.f9VN1W746844@harmony.village.org>; from imp@harmony.village.org on Wed, Oct 31, 2001 at 04:01:32PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 31, 2001 at 04:01:32PM -0700, Warner Losh wrote: > > ===> usr.bin/awk > ./maketab > proctab.c > /usr/libexec/ld-elf.so.1: Shared object "libc.so.5" not found > *** Error code 1 Please try this patch: Index: Makefile.inc1 =================================================================== RCS file: /home/ncvs/src/Makefile.inc1,v retrieving revision 1.220 diff -u -r1.220 Makefile.inc1 --- Makefile.inc1 25 Oct 2001 07:28:55 -0000 1.220 +++ Makefile.inc1 1 Nov 2001 00:47:53 -0000 @@ -598,8 +598,8 @@ build-tools: .for _tool in bin/csh bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \ - ${_perl} ${_libroken4} ${_libkrb5} lib/libncurses ${_share} usr.bin/file \ - usr.sbin/sysinstall + ${_perl} ${_libroken4} ${_libkrb5} lib/libncurses ${_share} usr.bin/awk \ + usr.bin/file usr.sbin/sysinstall cd ${.CURDIR}/${_tool}; ${MAKE} build-tools .endfor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message