From owner-svn-src-all@freebsd.org Wed Nov 2 14:23:43 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B112C2A40A; Wed, 2 Nov 2016 14:23:43 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0050017C7; Wed, 2 Nov 2016 14:23:42 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from [10.10.30.201] (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 0D5671EE4; Wed, 2 Nov 2016 14:23:41 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) From: "Jonathan Anderson" To: "Antoine Brodin" Cc: "Dimitry Andric" , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org, "Ed Maste" Subject: Re: svn commit: r308181 - in head: . share/mk Date: Wed, 02 Nov 2016 11:24:57 -0300 Message-ID: <16C8B4E6-EF20-4BC8-B6E8-5FC60CD0E1F8@FreeBSD.org> In-Reply-To: References: <201611012127.uA1LRg0B045900@repo.freebsd.org> <46715A69-03C5-404F-B133-C8FE89D59A9B@FreeBSD.org> <69A64340-FE51-4AF0-9905-B46220D041E9@FreeBSD.org> <459BD98A-4788-497E-B2D5-5EC20C5B9EE8@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; format=flowed Content-Transfer-Encoding: quoted-printable X-Mailer: MailMate (1.9.5r5263) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 02 Nov 2016 14:23:43 -0000 On 2 Nov 2016, at 6:11, Antoine Brodin wrote: > On Wed, Nov 2, 2016 at 7:53 AM, Dimitry Andric = > wrote: >> >> Hi Antoine, you pointed me at some of these port failures due to the = >> .ll >> change, do you still have a list of them? > > The failures were: > > http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p424659_= s307951/logs/super-smack-1.3_2.log > http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p424659_= s307951/logs/dprog-0.3.1_2.log > http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p424659_= s307951/logs/ebnf2yacc-0.1.1.log > http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p424659_= s307951/logs/gnuchess-6.2.3.log > http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p424659_= s307951/logs/bugle-0.0.20100508_2.log > http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p424659_= s307951/logs/hfst-3.8.2.log > http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p424659_= s307951/logs/grap-1.45.log > http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p424659_= s307951/logs/g-cows-1.12.log > http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p424659_= s307951/logs/worker-3.8.4.log Thanks very much for that list. I've checked all of these ports with the = new IR binary and library changes, and they all build successfully. So, = I propose that we keep the new use of .bc and .ll within = bsd.{lib,prog}.mk, as those changes only affect consumers that = explicitly include these makefiles (vs the sys.mk changes that affect = everybody). Jon -- Jonathan Anderson jonathan@FreeBSD.org