From owner-freebsd-stable@FreeBSD.ORG Tue Oct 28 09:31:05 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B36C216A4CE for ; Tue, 28 Oct 2003 09:31:05 -0800 (PST) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 7A20A43FE3 for ; Tue, 28 Oct 2003 09:31:04 -0800 (PST) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 28 Oct 2003 17:31:03 +0000 (GMT) To: stable@d.sparks.net In-Reply-To: Your message of "Tue, 28 Oct 2003 10:17:16 EST." Date: Tue, 28 Oct 2003 17:31:02 +0000 From: Ian Dowse Message-ID: <200310281731.aa88703@salmon.maths.tcd.ie> cc: freebsd-stable@freebsd.org Subject: Re: Strange installworld failure. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2003 17:31:05 -0000 In message , stable @d.sparks.net writes: >w3c-libwww/WWWZip.h -> w3c-libwww/WWWZip.ph >w3c-libwww/wwwsys.h -> w3c-libwww/wwwsys.ph >w3c-libwww/xmlparse.h -> w3c-libwww/xmlparse.ph >*** Error code 1 When I've seen this before it has been caused by a dangling symlink in /usr/include. Look back carefully through all of the "xxx.h -> xxx.ph" lines and you should find an error there somewhere that gives the name of the problem file. Ian