From owner-freebsd-current Thu May 3 10: 8:25 2001 Delivered-To: freebsd-current@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 8EF4A37B422 for ; Thu, 3 May 2001 10:08:22 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f43H8DU66076; Thu, 3 May 2001 10:08:13 -0700 (PDT) (envelope-from obrien) Date: Thu, 3 May 2001 10:08:13 -0700 From: "David O'Brien" To: David Wolfskill Cc: current@freebsd.org Subject: Re: cvs commit: src/contrib/binutils/ld/emultempl elf32.em Message-ID: <20010503100813.A66013@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <200105031448.f43Em8q37301@bunrab.catwhisker.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105031448.f43Em8q37301@bunrab.catwhisker.org>; from david@catwhisker.org on Thu, May 03, 2001 at 07:48:08AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 03, 2001 at 07:48:08AM -0700, David Wolfskill wrote: > [Ref. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=574034+0+current/cvs-all] ... > eelf_i386.c:158: elf-hints.h: No such file or directory Crap,crap,crap,crap,crap!!! I thought I had gotten my systems clean enough when I did the post-commit ``make buildworld'' test. *sigh* a nice bootstrap issue here. Problem is elf-hints.h is a new header and a buildtool uses it. I guess a -I/usr/src/include is needed (or an install of headers into /usr/obj). To get over this hump if you aren't interested in debugging the bootstrap issue: cd /usr/src/include make obj make install -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message