From owner-freebsd-current@FreeBSD.ORG Mon Oct 10 01:48:06 2011 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 3780C1065680 for ; Mon, 10 Oct 2011 01:48:06 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id E6FDD8FC0C for ; Mon, 10 Oct 2011 01:48:05 +0000 (UTC) Received: by yxk36 with SMTP id 36so6218030yxk.13 for ; Sun, 09 Oct 2011 18:48:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:x-mailer:from:subject:date:to; bh=bvzanRtCxvD0cMet+68b5w6nTexKY060WwdiHuoRSu8=; b=UYnMxjmxlH26a9FT//2kDj6Ortm1Z0XwjLbikJllTk0yw3mTrO1LXcAcxfESL4HEX5 0NRJ9F72WkJ8S4+/1LYYdd4DjGj6hPWPZ2kM/98wDiaid/ODegUOTVnsDNKxF2coTIE+ n4AtUwXV+BehCxtvM24J/G56GArtVe+8cSPZc= Received: by 10.150.8.12 with SMTP id 12mr4581778ybh.16.1318211285025; Sun, 09 Oct 2011 18:48:05 -0700 (PDT) Received: from [10.119.125.77] ([166.205.138.5]) by mx.google.com with ESMTPS id o7sm47771966anp.18.2011.10.09.18.48.03 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 09 Oct 2011 18:48:04 -0700 (PDT) References: <4E919228.8010708@zedat.fu-berlin.de> <201110091548.p99FmpF4018785@pozo.com> <20111009135735.3f5fe1c1@cox.net> <201110100118.p9A1IJ0K005636@pozo.com> In-Reply-To: <201110100118.p9A1IJ0K005636@pozo.com> Mime-Version: 1.0 (iPhone Mail 8L1) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: X-Mailer: iPhone Mail (8L1) From: Garrett Cooper Date: Sun, 9 Oct 2011 18:47:56 -0700 To: Manfred Antar Cc: "Conrad J. Sabatier" , "freebsd-current@freebsd.org" Subject: Re: FreeBSD 10.0-CURRENT: messed up the ports and system (gcc46 won't compile) and need to repair - how? 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: Mon, 10 Oct 2011 01:48:06 -0000 On Oct 9, 2011, at 6:18 PM, Manfred Antar wrote: > At 11:57 AM 10/9/2011, Conrad J. Sabatier wrote: >> On Sun, 09 Oct 2011 08:48:46 -0700 >> Manfred Antar wrote: >>=20 >>> Did you rebuild ports/devel/binutils after change to 10.0 current. >>> I was having same problem with gcc45 , then i rebuilt binutils with >>> uname_r 9.0-Current and it went away. >>=20 >> Actually, binutils built just fine for me just now without setting >> UNAME_r under current. >>=20 >> --=20 >> Conrad J. Sabatier >> conrads@cox.net >=20 > Built fine for me too. But when I tried to compile gcc45 no go > recompiled binutils with uname_r 9.0-CURRENT, And gcc45 built fine. > so my assumption was that something gets messed up with the binutils and g= cc45 when built with with current. Some branding info is indeed embedded in the Gnu toolchain (look at gcc -dum= pspecs, etc). -Garrett=