From owner-freebsd-current@freebsd.org Tue Jun 5 17:25:56 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 AE6A8FE4C79 for ; Tue, 5 Jun 2018 17:25:56 +0000 (UTC) (envelope-from clbuisson@orange.fr) Received: from smtp.smtpout.orange.fr (smtp12.smtpout.orange.fr [80.12.242.134]) by mx1.freebsd.org (Postfix) with ESMTP id 3883A85F28 for ; Tue, 5 Jun 2018 17:25:55 +0000 (UTC) (envelope-from clbuisson@orange.fr) Received: from localhost ([92.134.115.95]) by mwinf5d23 with ME id v5JH1x00P23Zv9G035JHZy; Tue, 05 Jun 2018 19:18:18 +0200 X-ME-Helo: localhost X-ME-Auth: Y2xidWlzc29uQHdhbmFkb28uZnI= X-ME-Date: Tue, 05 Jun 2018 19:18:18 +0200 X-ME-IP: 92.134.115.95 Subject: Re: error building libpmc_events.c From: Claude Buisson To: FreeBSD Current References: <517b70cf-c5dc-db7b-7887-43cd74f3e10c@orange.fr> Cc: bdrewery@freebsd.org, mmacy@freebsd.org Message-ID: <8a2bdd46-f3f2-61e7-d757-5187156f7ac5@orange.fr> Date: Tue, 5 Jun 2018 19:18:16 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <517b70cf-c5dc-db7b-7887-43cd74f3e10c@orange.fr> 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: Tue, 05 Jun 2018 17:25:56 -0000 Replying to my own mail for more details, and ccing potential commiters On 06/04/2018 17:34, Claude Buisson wrote: > 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 > ... > This was during the lib32 build: jevents is not built in this context The same error has been described by kevans@ on svn-src-all@ as a consequence of svn 334226 (by bdrewery), pmu-events having since been moved in svn r334242 (by mmacy) CBu