From owner-freebsd-stable Tue Dec 4 12:59:12 2001 Delivered-To: freebsd-stable@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 564AE37B405 for ; Tue, 4 Dec 2001 12:59:09 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 4 Dec 2001 20:59:08 +0000 (GMT) To: David Cc: freebsd-stable@freebsd.org Subject: Re: 4.4-STABLE install fails In-Reply-To: Your message of "Tue, 04 Dec 2001 15:24:02 EST." <20011204202520.E28A544AA15@spitfire.velocet.net> Date: Tue, 04 Dec 2001 20:59:08 +0000 From: Ian Dowse Message-ID: <200112042059.aa98400@salmon.maths.tcd.ie> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011204202520.E28A544AA15@spitfire.velocet.net>, David writes: > >As the subject say's, i've tried 2 different "clean" cvsup's from 2 different >servers, clean as in, cleaned out obj, and /usr/src. Both times the >buildworld and buildkernel complete without any errors, but when doing >installworld, both install's fail at the same point. You missed the real error messages, which are: ansidecl.h -> ansidecl.ph Can't open ansidecl.h: No such file or directory bfd.h -> bfd.ph Can't open bfd.h: No such file or directory So you probably have dangling symlinks called "ansidecl.h" and "bfd.h" in /usr/include. Removing them should fix the problem. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message