From owner-freebsd-stable@freebsd.org Sat Jan 30 01:33:55 2016 Return-Path: Delivered-To: freebsd-stable@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 2AB78A73ADF for ; Sat, 30 Jan 2016 01:33:55 +0000 (UTC) (envelope-from steven@multiplay.co.uk) Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B6341C09 for ; Sat, 30 Jan 2016 01:33:54 +0000 (UTC) (envelope-from steven@multiplay.co.uk) Received: by mail-wm0-x22b.google.com with SMTP id l66so2427424wml.0 for ; Fri, 29 Jan 2016 17:33:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=multiplay-co-uk.20150623.gappssmtp.com; s=20150623; h=from:subject:to:references:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=gGb5/7aBTIroAsRA49csd9HA2ZVFVdfCGUpdYmtwVAs=; b=DofQH5K0+XIHgNZcg3EIxa2xp4TN6/ngI9S77UQ/rRe9bTQKDQkx8xjgNKOQ7n3JL1 e7HyDJvoMG81TBRq88dh86ykB7L0UmubOCEHtgvG7XdoL1DltPg1yQQp24f6J6RlSTQ8 CCiBER38IEAvPPmyXYOJOzC5Z3SHfct7FVdUdtlRNLPHVeZfWPwSfw1c7FdVY8Dn7b9W GvE6CRRSIzZC5ek2m/i/jhlkpN4VxG8EGGVE/tTiUkVtUHhmK7Snre54QZjfFGCr7V9v 5iQAsOwxlf6LZfQQXTXZ8ijSYIoT5qQHv4L3dYo0rAsZfSuFusNaKIeyFzjI3Exaa5wU dzNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:to:references:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=gGb5/7aBTIroAsRA49csd9HA2ZVFVdfCGUpdYmtwVAs=; b=cPI9BQn9LPouekJd56eDBbjNwJzqKmYyGkFk6hks4OIcYK8g4EmgIgYC6n1Xrz5j3b xDjRRYYb1Wp7Gs0Xx6yUkS/W+hzgPQvxMEFUkAL5n+Uf+XYJXtyDITBiOEgjru89w5/b 26NbZ+Hu+eDxmo/oNZeQWY7//+ROKfkpN9AuPx0RlRMGzLyWDlyE9arKJS4frVJQwOkl YLb4/GHfr/wRD3+Ck9Y7QRrrNf9aq6f8EGcF+XxQSa/3g0xAcW0JKt6rNWK+FPlehcRW 8Cn0SDtpU1cXRnJX0ESidVuA1oGBdOplinCxfywIbSg0ZHaRaMDeQ2hhfbC0imrs0Wqx 6hhA== X-Gm-Message-State: AG10YOQyfcR7xXt3YLn9mLk/7fJVg4uTmzQmhAneu8t3qcucERZ50gYlUS4lwQY9zC8DUnoB X-Received: by 10.194.77.235 with SMTP id v11mr11680580wjw.18.1454117633291; Fri, 29 Jan 2016 17:33:53 -0800 (PST) Received: from [10.10.1.58] (liv3d.labs.multiplay.co.uk. [82.69.141.171]) by smtp.gmail.com with ESMTPSA id hm9sm17997047wjb.18.2016.01.29.17.33.52 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 29 Jan 2016 17:33:52 -0800 (PST) From: Steven Hartland X-Google-Original-From: Steven Hartland Subject: Re: make clean failure on 10-stable amd64] To: Glen Barber , John , freebsd-stable@freebsd.org References: <20160129174210.GB92493@potato.growveg.org> <20160129174746.GH1727@FreeBSD.org> <20160129181026.GI1727@FreeBSD.org> <20160129182408.GA99765@potato.growveg.org> Message-ID: <56AC1311.2090502@freebsd.org> Date: Sat, 30 Jan 2016 01:34:09 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160129182408.GA99765@potato.growveg.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2016 01:33:55 -0000 On 29/01/2016 18:24, John wrote: > On Fri, Jan 29, 2016 at 06:10:26PM +0000, Glen Barber wrote: >> On Fri, Jan 29, 2016 at 05:47:46PM +0000, Glen Barber wrote: >>> CC'd smh, who committed an update recently in this file. I have >>> confirmed the failure (but do not understand why I did not see it when >>> testing the patch...). >>> >>> Steven, can you please take a look at this? >>> >> >> John, can you please try the attached patch? >> >> Glen >> > >> Index: sys/boot/efi/Makefile >> =================================================================== >> --- sys/boot/efi/Makefile (revision 295049) >> +++ sys/boot/efi/Makefile (working copy) >> @@ -1,5 +1,7 @@ >> # $FreeBSD$ >> >> +.include >> + >> # In-tree GCC does not support __attribute__((ms_abi)). >> .if ${COMPILER_TYPE} != "gcc" >> > > yay! that works > > many thanks, Thanks for initial report John, this is now fixed as of: r295057 Regards Steve