From owner-freebsd-questions@FreeBSD.ORG Sun Apr 6 01:17:35 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EE9F37B401 for ; Sun, 6 Apr 2003 01:17:35 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-150.dsl.lsan03.pacbell.net [63.207.60.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A27943FBD for ; Sun, 6 Apr 2003 01:17:34 -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 2AF9C66D16; Sun, 6 Apr 2003 01:17:34 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 0348F10CE; Sun, 6 Apr 2003 01:17:33 -0800 (PST) Date: Sun, 6 Apr 2003 01:17:33 -0800 From: Kris Kennaway To: Nicholas Fitzgerald Message-ID: <20030406091733.GA50687@rot13.obsecurity.org> References: <00b501c2fb21$8c895c20$371010ac@NICK> <20030405055408.GA21645@rot13.obsecurity.org> <00d201c2fb3b$48985420$371010ac@NICK> <20030405224738.GA47672@rot13.obsecurity.org> <013301c2fbe8$e0438120$371010ac@NICK> <20030406030236.GA49065@rot13.obsecurity.org> <014201c2fbea$99cccc90$371010ac@NICK> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IS0zKkzwUGydFO0o" Content-Disposition: inline In-Reply-To: <014201c2fbea$99cccc90$371010ac@NICK> User-Agent: Mutt/1.4i cc: freebsd-questions@freebsd.org cc: Kris Kennaway Subject: Re: make buildworld error upgrading to 4.8R X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2003 09:17:35 -0000 --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 05, 2003 at 11:14:12PM -0400, Nicholas Fitzgerald wrote: > >----- Original Message ----- > >From: "Kris Kennaway" > >To: "Nicholas Fitzgerald" > >Cc: "Kris Kennaway" ; > >Sent: Saturday, April 05, 2003 11:02 PM > >Subject: Re: make buildworld error upgrading to 4.8R > > > >On Sat, Apr 05, 2003 at 11:01:52PM -0400, Nicholas Fitzgerald wrote: > > > >> No, I do not have either one of these set in my environment or in my > >> make.conf. > > > >How did you install gcc 3? > > > >Kris >=20 > I downloaded the tar file from the gcc web site and compiled and installed > it that way. OK, it sounds like you overwrote the FreeBSD system compiler. You need to reinstall it somehow. Something like: cd /usr/src/gnu/usr.bin/cc make depend && make all && make install might fix your system enough to complete a 'make world'. Otherwise (or if you're not comfortable doing this) you could reinstall FreeBSD. If you really want to install gcc 3 for compiling your own code, use the port, which installs it safely so it coexists with the system compiler. Kris --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+j/CtWry0BWjoQKURAhzuAKD2PKvV8Qsgx7wsmflj7NmRFpKfKwCfaE+y 2YkiCqa2YgYwlZRFfA9Ur30= =Dpf2 -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o--