From owner-freebsd-current@FreeBSD.ORG Wed Sep 28 23:53:55 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 C3C391065672; Wed, 28 Sep 2011 23:53:55 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4E1248FC0C; Wed, 28 Sep 2011 23:53:55 +0000 (UTC) Received: by gyf2 with SMTP id 2so57017gyf.13 for ; Wed, 28 Sep 2011 16:53:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=xT5Kgwnw8iY+IcBaBdjx1FC33RMButKN8C6qk4RrHV0=; b=HdI5Y33xiQNGZBPTEW9Q9BOS7A74POzPMa+EdYVzmOPdlYEi6qklL49UYhQuyNyk4C fYvSi7prs6WC5xa1m25x0bNSceP5LUCpZexmCn3kZ3bG6Wgu7y4s5H8VtPpig1ADOQ8Z D+j6ITR++TPnUObisiP8PhNo2OPev9a9HVDRw= Received: by 10.68.4.201 with SMTP id m9mr47190051pbm.40.1317254034164; Wed, 28 Sep 2011 16:53:54 -0700 (PDT) Received: from kruse-180.4.ixsystems.com (drawbridge.ixsystems.com. [206.40.55.65]) by mx.google.com with ESMTPS id e8sm12674834pbc.8.2011.09.28.16.53.51 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Sep 2011 16:53:52 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Garrett Cooper In-Reply-To: <4E83AF81.7080708@gmail.com> Date: Wed, 28 Sep 2011 16:53:50 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: 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> <4E83AF81.7080708@gmail.com> To: Matt X-Mailer: Apple Mail (2.1084) Cc: aakuusta@gmail.com, Doug Barton , "Hartmann, O." , 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:53:56 -0000 On Sep 28, 2011, at 4:36 PM, Matt wrote: > 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! >>>>=20 >>>> This is a catastrophy ... >>>>=20 >>>> 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. >>>=20 >>> Solutions are to set UNAME_r=3D9.0-CURRENT in your environment, = and/or >>> twiddle the version in newvers.sh and rebuild/reinstall your kernel. >>>=20 >>>=20 >>> hth, >>>=20 >>> Doug >>>=20 >> 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. >>=20 > 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! Please be aware that some user apps like net-smp and kernel = modules like nvidia-driver key in on the __FreeBSD_version number. So if = it's out of sync with reality, bad things can happen as you're breaking = some developers' assumptions. Thanks! -Garrett=