From owner-freebsd-current@freebsd.org Mon Jun 4 15:41:50 2018 Return-Path: Delivered-To: freebsd-current@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 04A31FEEBBF for ; Mon, 4 Jun 2018 15:41:50 +0000 (UTC) (envelope-from clbuisson@orange.fr) Received: from smtp.smtpout.orange.fr (smtp08.smtpout.orange.fr [80.12.242.130]) by mx1.freebsd.org (Postfix) with ESMTP id 868776E11E for ; Mon, 4 Jun 2018 15:41:49 +0000 (UTC) (envelope-from clbuisson@orange.fr) Received: from localhost ([109.222.3.199]) by mwinf5d31 with ME id ufaA1x00E4Hdxet03faAoQ; Mon, 04 Jun 2018 17:34:11 +0200 X-ME-Helo: localhost X-ME-Auth: Y2xidWlzc29uQHdhbmFkb28uZnI= X-ME-Date: Mon, 04 Jun 2018 17:34:11 +0200 X-ME-IP: 109.222.3.199 To: FreeBSD Current From: Claude Buisson Subject: error building libpmc_events.c Message-ID: <517b70cf-c5dc-db7b-7887-43cd74f3e10c@orange.fr> Date: Mon, 4 Jun 2018 17:34:10 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 15:41:50 -0000 Hi, During a buildworld of head on amd64, from 332518 to 334590, the build stops with: --- all_subdir_lib/libpmc --- ===> lib/libpmc (all) --- libpmc_events.c --- ./pmu-events/jevents "x86" /home/src/lib/libpmc/pmu-events/arch libpmc_events.c sh: ./pmu-events/jevents: not found *** [libpmc_events.c] Error code 127 ... TIA CBu