From owner-freebsd-current Sat May 2 14:23:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA18988 for freebsd-current-outgoing; Sat, 2 May 1998 14:23:35 -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 OAA18957 for ; Sat, 2 May 1998 14:23:30 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id HAA09843; Sun, 3 May 1998 07:25:18 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199805022125.HAA09843@cimlogic.com.au> Subject: Re: minor breakage in current for make world (gperf) In-Reply-To: <354B2079.DB0EA380@ameritech.net> from Adam McDougall at "May 2, 98 09:32:42 am" To: mcdougall@ameritech.net Date: Sun, 3 May 1998 07:25:18 +1000 (EST) Cc: jb@cimlogic.com.au, ggm@dstc.edu.au, freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (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 McDougall wrote: > I get the same thing and have for a few days, in a make world. Is there an easy way to get around this so I can do a proper build, or would a real fix be easier? :) As a test, would you mind editing src/Makefile and moving: @echo @echo "--------------------------------------------------------------" @echo " Rebuilding bootstrap libraries" @echo "--------------------------------------------------------------" cd ${.CURDIR} && ${BMAKE} bootstrap-libraries before @echo @echo "--------------------------------------------------------------" @echo " Rebuilding tools needed to build the bootstrap libraries" @echo "--------------------------------------------------------------" cd ${.CURDIR} && ${BMAKE} lib-tools The problem is that lib-tools wants to link things compiled against headers that don't match the libraries. -- 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