From owner-freebsd-current Sun May 3 09:43:27 1998 Return-Path: <owner-freebsd-current@FreeBSD.ORG> Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19045 for freebsd-current-outgoing; Sun, 3 May 1998 09:43:27 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from thing.dyn.ml.org (pm336-13.dialip.mich.net [35.9.11.79]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19036 for <freebsd-current@FreeBSD.ORG>; Sun, 3 May 1998 09:43:22 -0700 (PDT) (envelope-from mcdougall@ameritech.net) Received: from ameritech.net (bsdx [192.168.1.2]) by thing.dyn.ml.org (8.8.8/8.8.7) with ESMTP id MAA03182; Sun, 3 May 1998 12:42:43 -0400 (EDT) (envelope-from mcdougall@ameritech.net) Message-ID: <354C9E81.DB06A726@ameritech.net> Date: Sun, 03 May 1998 12:42:42 -0400 From: Adam McDougall <mcdougall@ameritech.net> Reply-To: mcdougall@ameritech.net X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: John Birrell <jb@cimlogic.com.au> CC: ggm@dstc.edu.au, freebsd-current@FreeBSD.ORG Subject: Re: minor breakage in current for make world (gperf) References: <199805022125.HAA09843@cimlogic.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Birrell wrote: > 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 That did the trick! Perfect make world, didnt even notice the bc problem(or has it been fixed?) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message