From owner-freebsd-current@FreeBSD.ORG Wed Sep 28 23:36:29 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 7114D106564A for ; Wed, 28 Sep 2011 23:36:29 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 22B4C8FC0A for ; Wed, 28 Sep 2011 23:36:28 +0000 (UTC) Received: by iadk27 with SMTP id k27so54289iad.13 for ; Wed, 28 Sep 2011 16:36:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=8fhb25dkUCG12UQQkTDlKN2UPPDK1tnVgG7rBXb0Qt0=; b=ESAkZCKcMUeiYYQlW3hvQbkRBVX3q0lIlkefIaQxJWX1mR+KODG99nlIMPvY8af3ff eb26iAEXjrPmpYhOKD+LDPJYHVPtouvP3mLvi8wifDmJ3CMW+8DN0WOysDjxhK/qkCuZ npGy1Cc7OWgdMoV1MdoMHkQnzgHIclBwfAc74= Received: by 10.231.28.132 with SMTP id m4mr1062823ibc.38.1317252985349; Wed, 28 Sep 2011 16:36:25 -0700 (PDT) Received: from sidhe.local (adsl-67-118-230-86.dsl.pltn13.pacbell.net. [67.118.230.86]) by mx.google.com with ESMTPS id ee29sm493147ibb.9.2011.09.28.16.36.22 (version=SSLv3 cipher=OTHER); Wed, 28 Sep 2011 16:36:24 -0700 (PDT) Message-ID: <4E83AF81.7080708@gmail.com> Date: Wed, 28 Sep 2011 16:36:33 -0700 From: Matt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.2) Gecko/20110921 Thunderbird/6.0.2 MIME-Version: 1.0 To: "Hartmann, O." 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> <4E83A2AC.2080204@zedat.fu-berlin.de> In-Reply-To: <4E83A2AC.2080204@zedat.fu-berlin.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Garrett Cooper , aakuusta@gmail.com, Doug Barton , freebsd-ports@freebsd.org, freebsd-current@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 23:36:29 -0000 On 09/28/11 15:41, Hartmann, O. wrote: > 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 > I also was apparently too dumb! Making progress with UNAME_r and newvers.sh as we speak. I was unable to compile neon29 properly with UNAME_r alone... buildkernel underway. At least it's never boring! Thanks all Matt