From owner-freebsd-current@FreeBSD.ORG Fri Jul 30 14:51:08 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DFC716A568; Fri, 30 Jul 2004 14:51:08 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id A283243D53; Fri, 30 Jul 2004 14:50:57 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i6UEo23h084781; Fri, 30 Jul 2004 08:50:02 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 30 Jul 2004 08:50:27 -0600 (MDT) Message-Id: <20040730.085027.63047675.imp@bsdimp.com> To: grehan@freebsd.org From: "M. Warner Losh" In-Reply-To: <410A3FB2.908@freebsd.org> References: <410A3FB2.908@freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: problems compiling latest -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2004 14:51:08 -0000 In message: <410A3FB2.908@freebsd.org> Peter Grehan writes: : > Since noone is complaining, then it might be that I cross >compile - : compiling : >under stable (4.10) for current, this worked fine till now. : : I get this too, using 5.1-RELEASE. The fix was: : : RCS file: /home/ncvs/src/gnu/usr.bin/cc/cc_int/Makefile,v : retrieving revision 1.41 : diff -u -r1.41 Makefile : --- Makefile 28 Jul 2004 05:27:20 -0000 1.41 : +++ Makefile 29 Jul 2004 10:24:33 -0000 : @@ -9,7 +9,7 @@ : : # Files from libiberty. : SRCS= choose-temp.c concat.c cp-demangle.c cp-demint.c cplus-dem.c \ : - dyn-string.c errors.c fibheap.c getpwd.c getruntime.c hashtab.c \ : + dyn-string.c fibheap.c getpwd.c getruntime.c hashtab.c \ : hex.c lbasename.c make-temp-file.c md5.c obstack.c partition.c \ : pexecute.c physmem.c splay-tree.c xexit.c xmalloc.c xmemdup.c \ : xstrdup.c xstrerror.c xexit.c : : The routines in errors.c are contained in diagnostic.c, so I couldn't : really see why they were needed, and I guess binutils < 2.15 isn't : happy with having duplicate routines in an archive. This also is a happiness making patch for me. I'm nearly all the way through a buildworld right now on 4.10 PRERELEASE. There are new warnings that weren't there before, but they are also there on my current box... Maybe now is the right time to take the plunge and upgrade my 'stable' system to current... Now that I'm no longer married and required to have a stable mail server at all times for domestic harmony, I can take more risks... Warner