From owner-freebsd-stable@FreeBSD.ORG Fri Sep 12 03:12:25 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 F0B2716A4BF for ; Fri, 12 Sep 2003 03:12:24 -0700 (PDT) Received: from www.qlogic.net (qlogic.net [66.216.124.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0688943FFB for ; Fri, 12 Sep 2003 03:12:24 -0700 (PDT) (envelope-from dgw@qlogic.net) Received: from dgw.demonio.x (44.Red-81-36-232.pooles.rima-tde.net [81.36.232.44]) (authenticated bits=0) by www.qlogic.net (8.12.8p1/8.12.8) with ESMTP id h8CACKJl005346; Fri, 12 Sep 2003 12:12:22 +0200 (CEST) (envelope-from dgw@qlogic.net) From: David Garcia Watkins To: Kent Stewart , freebsd-stable@freebsd.org Date: Fri, 12 Sep 2003 12:12:17 +0200 User-Agent: KMail/1.5.3 References: <200309110924.30509.kstewart@owt.com> In-Reply-To: <200309110924.30509.kstewart@owt.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309121212.17259.dgw@qlogic.net> X-Virus-Scanned: by amavisd-new Subject: Re: Make 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: Fri, 12 Sep 2003 10:12:25 -0000 > > I tried the RELENG_4_8 as a workaround with the exact same error as > > before. > > > > vm/vnode_pager.h -> vm/vnode_pager.ph > > *** Error code 1 > > > > Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph. > > *** Error code 1 > > > > and a bunch of other error code 1's back up the directory tree. I remember a stale symlink somewhere in /usr/include was preventing me from making world once. After deleting it, everything worked again. HIH, David