From owner-freebsd-current@FreeBSD.ORG Wed Sep 28 22:41:50 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 46A3E106566C; Wed, 28 Sep 2011 22:41:50 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id EE0A58FC14; Wed, 28 Sep 2011 22:41:49 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1R92p3-0000pc-1f>; Thu, 29 Sep 2011 00:41:49 +0200 Received: from e178038133.adsl.alicedsl.de ([85.178.38.133] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1R92p2-0001Y5-Us>; Thu, 29 Sep 2011 00:41:49 +0200 Message-ID: <4E83A2AC.2080204@zedat.fu-berlin.de> Date: Thu, 29 Sep 2011 00:41:48 +0200 From: "Hartmann, O." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0) Gecko/20110928 Thunderbird/7.0 MIME-Version: 1.0 To: Doug Barton References: <20110926230335.041fd9aa@lab.lovett.com> <86mxdqfq69.fsf@gmail.com> <4E818941.7060006@zedat.fu-berlin.de> <4e83255b.g7c+BRfF0FDmiYc+%perryh@pluto.rain.com> <4E82CC34.4070305@zedat.fu-berlin.de> <4E835988.8060702@zedat.fu-berlin.de> <86k48sr1f7.fsf@gmail.com> <4E83699E.7010101@zedat.fu-berlin.de> <3DF52192-E4D3-47F4-B41F-5D685F933AE0@gmail.com> <4E836DEE.2080608@zedat.fu-berlin.de> <4E837292.3000207@zedat.fu-berlin.de> <4E8375E2.5040407@gmail.com> <4E8377F1.7020906@zedat.fu-berlin.de> <4E838127.5090601@FreeBSD.org> In-Reply-To: <4E838127.5090601@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.38.133 Cc: Matt , Garrett Cooper , aakuusta@gmail.com, freebsd-current@freebsd.org, freebsd-ports@freebsd.org Subject: Re: HEADS UP: ports/ and 10.0-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, 28 Sep 2011 22:41:50 -0000 On 09/28/11 22:18, Doug Barton wrote: > On 09/28/2011 12:39, Hartmann, O. wrote: >> The mess started to happen when I tried to "repair" a non CLANG >> compiling port math/gotoblas with portmaster -vf amth/gotoblas. >> Since this build binutils and even gettext and libiconv, I guess they >> got broken. Last I saw was a successful installation report from >> portmaster. But the libiconv.so.3 wasn't there anymore when I checked! >> >> This is a catastrophy ... >> >> I'm on FreeBSD 10.0-CURRENT r225844 > It's been widely reported on the ports list that you can't do fresh > ports compiles on 10-current, and won't be able to until well after > 9.0-RELEASE. The primary reason is that auto* stuff doesn't understand > the 2-digit release version. > > Solutions are to set UNAME_r=9.0-CURRENT in your environment, and/or > twiddle the version in newvers.sh and rebuild/reinstall your kernel. > > > hth, > > Doug > Yes, it has been discussed. But I was too dumb to realise that the phenomenon I experienced was triggered by this. I'll stay tuned and watch when a solution is at hand. Regards, Oliver