From owner-svn-ports-head@freebsd.org Fri Feb 9 07:20:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0810F0AB95; Fri, 9 Feb 2018 07:20:34 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5476F75B4F; Fri, 9 Feb 2018 07:20:34 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 3A10A1B437; Fri, 9 Feb 2018 07:20:34 +0000 (UTC) From: Jan Beich To: Johan van Selst Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r461039 - head/games/crafty References: <201802061150.w16Bocb3019611@repo.freebsd.org> Date: Fri, 09 Feb 2018 08:20:29 +0100 In-Reply-To: (Jan Beich's message of "Fri, 09 Feb 2018 08:17:42 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2018 07:20:34 -0000 Jan Beich writes: > Johan van Selst writes: > >> -BROKEN= fails to build: Could not read profile default.profdata: No such file or directory > > No, you've managed to break it further. > - post-extract refers to book.bin but DISTFILES has only books.bin > - default.profdata is how Clang tells -fprofile-use is different from GCC > - GCC accepts -fprofile-use even if *without* profile data > - Clang on FreeBSD 10.* is too old and doesn't support/ignores -fprofile-use Apologies, I didn't notice bug 220806.