Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2001 16:48:18 -0800
From:      "David O'Brien" <obrien@freebsd.org>
To:        Warner Losh <imp@harmony.village.org>
Cc:        current@freebsd.org
Subject:   Re: Building current broken on stable again...  awk is to blame
Message-ID:  <20011031164818.B516@dragon.nuxi.com>
In-Reply-To: <200110312301.f9VN1W746844@harmony.village.org>; from imp@harmony.village.org on Wed, Oct 31, 2001 at 04:01:32PM -0700
References:  <200110312301.f9VN1W746844@harmony.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011031164818.B516>