From owner-freebsd-current Tue Jun 16 15:10:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA04460 for freebsd-current-outgoing; Tue, 16 Jun 1998 15:10:23 -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 PAA04363 for ; Tue, 16 Jun 1998 15:10:12 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id IAA09495; Wed, 17 Jun 1998 08:15:53 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199806162215.IAA09495@cimlogic.com.au> Subject: Re: 0615 make world fails in gperf In-Reply-To: <199806161448.JAA08938@panther.mpd.tandem.com> from Bruce Burden at "Jun 16, 98 09:48:28 am" To: bruceb@austx.tandem.com Date: Wed, 17 Jun 1998 08:15:52 +1000 (EST) Cc: 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 Bruce Burden wrote: > I saw a message that "make world" worked on 06/15, so I > decided to update my machne (last done around 1 Feb). Anyway, > I got the CVSup15.4, re sup'd the source, and attempted to > make world. I ran into a problem in making gperf: I had disk problems the other day and I decide to reinstall from a 2.2.6 CD rather than restoring from a backup tape. I thought I'd see what the problems are taking a recent 2.2.X system and trying to make world. I tried just doing a make world and I got exactly the errors that you have. You need to override the .mk directory on the command line: make -m /usr/src/share/mk world The problem you are having is that the installed .mk files aren't setting the LIBRARY_PATH in the way that the current files do, so instead of linking against the libraries built into ${WORLDTMP}/usr/lib/aout, the ones in /usr/lib are being used. A 'make -m /usr/src/share/mk world' of current sources (as of a few days ago) on a stock 2.2.6 installation worked for me. YMMV. -- 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