From owner-svn-ports-head@freebsd.org Fri Feb 9 07:17:50 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 081DCF0A8D4; Fri, 9 Feb 2018 07:17:50 +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 B2B0F75982; Fri, 9 Feb 2018 07:17:49 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id ABCF71B32A; Fri, 9 Feb 2018 07:17:49 +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:17:42 +0100 In-Reply-To: <201802061150.w16Bocb3019611@repo.freebsd.org> (Johan van Selst's message of "Tue, 6 Feb 2018 11:50:38 +0000 (UTC)") 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:17:50 -0000 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 =================================================== ===> Fetching all distfiles required by crafty-25.2 for building ===> Extracting for crafty-25.2 => SHA256 Checksum OK for crafty/crafty-25.2.zip. => SHA256 Checksum OK for crafty/books.bin. => SHA256 Checksum OK for crafty/start.pgn.gz. cd /portdistfiles/crafty && cp -f book.bin start.pgn.gz /wrkdirs/usr/ports/games/crafty/work cp: book.bin: No such file or directory *** Error code 1 http://beefy5.nyi.freebsd.org/data/103i386-default/461193/logs/errors/crafty-25.2.log http://beefy6.nyi.freebsd.org/data/103amd64-default/461193/logs/errors/crafty-25.2.log http://beefy9.nyi.freebsd.org/data/111amd64-default/461193/logs/errors/crafty-25.2.log http://beefy10.nyi.freebsd.org/data/111i386-default/461193/logs/errors/crafty-25.2.log http://beefy11.nyi.freebsd.org/data/head-i386-default/p461193_s329007/logs/errors/crafty-25.2.log http://beefy12.nyi.freebsd.org/data/head-amd64-default/p461193_s329007/logs/errors/crafty-25.2.log