From owner-freebsd-stable Wed Jul 24 6:33:41 2002 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 1C13C37B400 for ; Wed, 24 Jul 2002 06:33:38 -0700 (PDT) Received: from smtprelay9.dc2.adelphia.net (smtprelay9.dc2.adelphia.net [64.8.50.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1371043E3B for ; Wed, 24 Jul 2002 06:33:37 -0700 (PDT) (envelope-from dennisma@adelphia.net) Received: from mwmicro ([24.49.196.212]) by smtprelay9.dc2.adelphia.net (Netscape Messaging Server 4.15) with SMTP id GZR9NZ02.Z97 for ; Wed, 24 Jul 2002 09:33:35 -0400 Reply-To: From: "Dennis Mathiasen" To: Subject: RE: Installation issues with 4.6.1 RC2 Date: Wed, 24 Jul 2002 09:34:48 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal 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 > > > I have a strong feeling that this has to do > > with the fact that these > > > systems have an i586 architecture, in contrast > > with the Celeron that has > > > an i686 architecture. But of course it could be > > something completely > > > different... > > > > > > Has anybody else tried the installation on an > > i586 based system ? > > Yes, but the problem is also in STABLE. I did > buildworld on a p3 with CPUTYPE=i586. (removed > /usr/obj/ and did: make cleandir && make clean \ > && make clean) > > 4.6-RELEASE installed just fine on the 586, but > upgrading to stable via NFS from the p3 system > failed. I tried re-compiling and installing > cp, install and make directly on the target > system but got the same error. > > I'm trying again right now by removing /usr/src > ( and /usr/obj/*) entirely. I did a buildworld using CPUTYPE=i586 on a p3 and tried to upgrade from 4.6-RELEASE in a 586 via nfs, which failed. I then did an install on the p3 of the i586 build. Then I did a buildworld again, still with CPUTYPE=i586. After fixing some problems with libtelnet.a not having been built (which didn't break the install on the p3, but did on the 586), an nfs install worked. Could it be that the first buildworld was linking against the system (p3) C libraries and not the new ones? I'm not familiar enough with the code to find this. Dennis Mathiasen dennisma@adelphia.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message