From owner-freebsd-current@freebsd.org Wed Jun 6 14:20: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 41254FF7B4A for ; Wed, 6 Jun 2018 14:20:56 +0000 (UTC) (envelope-from bdrewery@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 E2B6B767E5; Wed, 6 Jun 2018 14:20:55 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id ADF052B13; Wed, 6 Jun 2018 14:20:55 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 649FF5C21; Wed, 6 Jun 2018 14:20:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id NEXA0U-Dz5zB; Wed, 6 Jun 2018 14:20:52 +0000 (UTC) Content-Type: text/plain; charset=us-ascii DKIM-Filter: OpenDKIM Filter v2.10.3 mail.xzibition.com E77935C1D Mime-Version: 1.0 (1.0) Subject: Re: error building libpmc_events.c From: Bryan Drewery X-Mailer: iPhone Mail (15E302) In-Reply-To: <8a2bdd46-f3f2-61e7-d757-5187156f7ac5@orange.fr> Date: Wed, 6 Jun 2018 10:20:49 -0400 Cc: FreeBSD Current , mmacy@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <4D71D6AB-C715-4BC4-8A84-E20C86E2A519@FreeBSD.org> References: <517b70cf-c5dc-db7b-7887-43cd74f3e10c@orange.fr> <8a2bdd46-f3f2-61e7-d757-5187156f7ac5@orange.fr> To: Claude Buisson 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: Wed, 06 Jun 2018 14:20:56 -0000 I think I know the issue. Will try looking later today or tomorrow. Regards, Bryan Drewery > On Jun 5, 2018, at 13:18, Claude Buisson wrote: >=20 > Replying to my own mail for more details, and ccing potential commiters >=20 >> On 06/04/2018 17:34, Claude Buisson wrote: >> Hi, >> During a buildworld of head on amd64, from 332518 to 334590, the build st= ops with: >> --- all_subdir_lib/libpmc --- >> =3D=3D=3D> lib/libpmc (all) >> --- libpmc_events.c --- >> ./pmu-events/jevents "x86" /home/src/lib/libpmc/pmu-events/arch libpmc_ev= ents.c >> sh: ./pmu-events/jevents: not found >> *** [libpmc_events.c] Error code 127 >> ... >=20 > This was during the lib32 build: jevents is not built in this context >=20 > The same error has been described by kevans@ on svn-src-all@ as a conseque= nce of svn 334226 (by bdrewery), pmu-events having since been moved in svn r= 334242 (by mmacy) >=20 > CBu