From owner-freebsd-current@FreeBSD.ORG Sun Oct 9 16:21:00 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 75741106566C; Sun, 9 Oct 2011 16:21:00 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 3B7538FC08; Sun, 9 Oct 2011 16:21:00 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA" (verified OK)) (Authenticated sender: imb@protected-networks.net) by sarah.protected-networks.net (Postfix) with ESMTPSA id 1B65A6160; Sun, 9 Oct 2011 12:20:59 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1318177259; bh=cQIorFbQ2HfGYa/tQWkPWGH/ZRBFuauJjavhaQe2C7U=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=HFYiyFgsIY0L87sjgwJ8/UnYAdFzQNhFPUTdov0qu3yyUScGYR4OonCGlCjtCDqx/ vATqjbiztT0EMoD+6bp+YWSbzP2F9BLcYntWlGWvvnmGJz0ckDAK7OkRYZNGC/3 DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:content-type:content-transfer-encoding; b=Po1mbmOx8cl8K6kafr6tIboXv5Px6MgZvehzShT8uxT9fEbwMUCATuFNww35pqAfL sP40dQ32SW36p2DH97HqvYm0CEbyLorJCGX5icpbHsZfZejaLpmqCdmyFx1oK91 Message-ID: <4E91C9E8.20205@protected-networks.net> Date: Sun, 09 Oct 2011 12:20:56 -0400 From: Michael Butler User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:7.0.1) Gecko/20111001 Thunderbird/7.0.1 MIME-Version: 1.0 To: Manfred Antar References: <4E919228.8010708@zedat.fu-berlin.de> <201110091548.p99FmpF4018785@pozo.com> In-Reply-To: <201110091548.p99FmpF4018785@pozo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current , freebsd-ports@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: Sun, 09 Oct 2011 16:21:00 -0000 On 10/09/11 11:48, Manfred Antar wrote: > 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. The most recent update to gcc46 also missed the shared library version bump of mpfr to mpfr.so.5, imb