From owner-svn-src-all@FreeBSD.ORG Tue Nov 22 23:37:49 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2843106566B; Tue, 22 Nov 2011 23:37:48 +0000 (UTC) (envelope-from peter@wemm.org) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 64E618FC0A; Tue, 22 Nov 2011 23:37:47 +0000 (UTC) Received: by qadc10 with SMTP id c10so811384qad.13 for ; Tue, 22 Nov 2011 15:37:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wemm.org; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=mM/MmUg8RGq+WaS3+awFdPrDiezW6oQCMzH/ggbLEyM=; b=aWWeO9+KSJsA3IhusUJblKteR4WN4g+UH8tOEpN/SSFjnpTYO0CXVQ2Iqnwn3zokTZ Vdn0fkzKKfeMRQQsAoNI9CWryrFzP8FjHmUyweKRkvS3OHDdyZXxVCNQCPFUnexbTNBY ry5+rbCmAPKrdgjTKDcNWT9hWNjMRXoEBdrD8= MIME-Version: 1.0 Received: by 10.68.25.199 with SMTP id e7mr2427606pbg.123.1322005066231; Tue, 22 Nov 2011 15:37:46 -0800 (PST) Received: by 10.68.59.228 with HTTP; Tue, 22 Nov 2011 15:37:46 -0800 (PST) In-Reply-To: <4ECC2D0D.6080608@FreeBSD.org> References: <201111211635.pALGZvSS051067@svn.freebsd.org> <4A740CCF-AB73-41E3-B2C6-344B4A067B00@FreeBSD.org> <8662ibkfjs.fsf@ds4.des.no> <4ECC2D0D.6080608@FreeBSD.org> Date: Tue, 22 Nov 2011 15:37:46 -0800 Message-ID: From: Peter Wemm To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: src-committers@freebsd.org, Rui Paulo , svn-src-all@freebsd.org, Ben Kaduk , svn-src-head@freebsd.org, =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= Subject: Re: svn commit: r227797 - head/share/mk X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2011 23:37:49 -0000 On Tue, Nov 22, 2011 at 3:15 PM, Doug Barton wrote: > On 11/22/2011 2:26 PM, Ben Kaduk wrote: >> 2011/11/22 Rui Paulo : >>> On 2011/11/22, at 21:33, Dag-Erling Sm=F8rgrav wrote: >>> >>>> Rui Paulo writes: >>>>> With this change, I can no longer update a FreeBSD 9.0-current system >>>>> from June 2010 to FreeBSD 10.0. I suspect I'm not the only one. >>>> >>>> Sorry, my mind reader is broken at the moment, so you'll have to provi= de >>>> more information than that. >>> >>> >>> If I had more information, I would have provided it. I'm still diagnosi= ng the problem someone else created. >> >> That is to say ... "take a machine running 9-current from june 2010 >> which has no issues. =A0Fetch a HEAD source tree and try the usual >> buildworld process, and watch it explode." >> Right? > > I'm not sure that's an interesting test case, since we don't > "Officially" support major version upgrades other than from the latest > -stable version of the branch immediately before the one you're trying > to upgrade to. IOW, the interesting question is, does it work if you > upgrade to stable/9 first? > Rui said he was researching why. However.. the first thing I noticed was this commit *adds* a .c.o: rule in bsd.lib.mk, which replaces the default in sys.mk. The one in sys.mk has ctfconvert rules and the new one does not. At face value, this alone looks suspicious. --=20 Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com; KI6FJV "All of this is for nothing if we don't go to the stars" - JMS/B5 "If Java had true garbage collection, most programs would delete themselves upon execution." -- Robert Sewell