From owner-freebsd-current@FreeBSD.ORG Wed Jul 25 13:06:56 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA93416A41F for ; Wed, 25 Jul 2007 13:06:56 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.freebsd.org (Postfix) with ESMTP id 6BC4013C469 for ; Wed, 25 Jul 2007 13:06:56 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so146375wxd for ; Wed, 25 Jul 2007 06:06:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=MLqzXuhI7dZmpjSpS7gViVCu3jJ2Le24s5lcmFtijCCPASx7ftDCr8mgS3WYanxx0W4g5E9W+kzHZ3ksOysE3qwudP4sWrIEP0jv50K7qGtJOXYKEieH20KoTcv/ArFQ6CBDPDkjAY5Kxabs2qU7+XhV0ULQmLEVqtggVOWwOQA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=oFedIkvAscWR/X85PTlMsWaIGzbxkqc3o0Z5vBPTwE25na7RP8dUy9Kr0KR0ReQtrg4HQxy6qs6SUgbqYxjkgYy9sVCvlBUjd6cvHcvd492ExZPVspd9QrfdQ25Xa7I9SVK6fNDxo4NFaW8BLM1YLhMx/vb+aof6BIZ06crYyK0= Received: by 10.90.93.6 with SMTP id q6mr360883agb.1185368815176; Wed, 25 Jul 2007 06:06:55 -0700 (PDT) Received: from kan.dnsalias.net ( [24.34.98.206]) by mx.google.com with ESMTPS id 1sm934251agb.2007.07.25.06.06.53 (version=SSLv3 cipher=OTHER); Wed, 25 Jul 2007 06:06:54 -0700 (PDT) Date: Wed, 25 Jul 2007 09:06:49 -0400 From: Alexander Kabaev To: blue Message-ID: <20070725090649.7e213cff@kan.dnsalias.net> In-Reply-To: <46A72DBC.1080400@zyxel.com.tw> References: <46A72DBC.1080400@zyxel.com.tw> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_s1BDv=O7SdJ5KrH3rKOYYOL"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-current@freebsd.org Subject: Re: Error while upgrading FreeBSD-Release6.1 to CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jul 2007 13:06:56 -0000 --Sig_s1BDv=O7SdJ5KrH3rKOYYOL Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 25 Jul 2007 19:02:20 +0800 blue wrote: > Dear all: >=20 > I have a problem while upgrading FreeBSD-6.1 to CURRENT. First of > all, I encountered config version mismatch. So I re-buildworld, and > that error disappeared. However, gcc version for FreeBSD-6.1 seems > old since CURRENT needs version 4.x. So I went to ports tree and > install latest gcc4.2. But after buildkernel, there was still error > message: cc1: error: unrecognized command line option > "-mno-align-long-strings" cc1: error: unrecognized command=20 > line option "-fformat-extensions" >=20 > I don't know what else I could do. Please help me out. >=20 Please follow documented procedure for upgrades, especially when going from one major release to another. This involved using 'make buildworld; make buildkernel; make installkernel; make reboot; make installworld'. What you did was circumventing the rules and you were rightfully bitten by your own actions. --=20 Alexander Kabaev --Sig_s1BDv=O7SdJ5KrH3rKOYYOL Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGp0rpQ6z1jMm+XZYRAgqOAJwPBkqG/nAr5HQfZr2Av3rtJTAyuwCeJaNN UyQA7uiJf0/5asD/gtJqGIw= =/qcL -----END PGP SIGNATURE----- --Sig_s1BDv=O7SdJ5KrH3rKOYYOL--