From owner-freebsd-stable@FreeBSD.ORG Tue Oct 28 10:21:34 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 01F1A16A4CE for ; Tue, 28 Oct 2003 10:21:34 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CF0F43FAF for ; Tue, 28 Oct 2003 10:21:33 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 082E166DBA; Tue, 28 Oct 2003 10:21:33 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id E0F10863; Tue, 28 Oct 2003 10:21:32 -0800 (PST) Date: Tue, 28 Oct 2003 10:21:32 -0800 From: Kris Kennaway To: stable@d.sparks.net Message-ID: <20031028182132.GB2465@rot13.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="K8nIJk4ghYZn606h" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i 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 18:21:34 -0000 --K8nIJk4ghYZn606h Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 28, 2003 at 10:17:16AM -0500, stable@d.sparks.net wrote: > Hi All; >=20 > I've recently cvsupped a whole stable full of machines to 4.9-RC-x over > the last weekend. All but one went smoothly. >=20 > This one system, "crunch", does "make buildworld" fine, "make > buildkernel" fine, "make installkernel" fine, but chokes with the > following error message when trying to "make installworld": >=20 > tk8.3/tkInt.h -> tk8.3/tkInt.ph > tk8.3/tkIntXlibDecls.h -> tk8.3/tkIntXlibDecls.ph You have some non-standard stuff in /usr/include: this is probably breaking your install. Specifically, look for dangling symlinks in /usr/include; the perl installer cannot deal with these. Kris --K8nIJk4ghYZn606h Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/nrOsWry0BWjoQKURAmOxAJ9YNLKgutCIvkp/OztOxJH9LEXC6wCeLvNG OdyYG1/vI5yg0uLwZ0r+/U0= =Wexj -----END PGP SIGNATURE----- --K8nIJk4ghYZn606h--