Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jun 2018 17:22:42 +0200
From:      Claude Buisson <clbuisson@orange.fr>
To:        Bryan Drewery <bdrewery@FreeBSD.org>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>, mmacy@freebsd.org
Subject:   Re: error building libpmc_events.c [solved (sort of)]
Message-ID:  <bcd9b7db-7171-8bdc-19ff-ad9d06588035@orange.fr>
In-Reply-To: <4D71D6AB-C715-4BC4-8A84-E20C86E2A519@FreeBSD.org>
References:  <517b70cf-c5dc-db7b-7887-43cd74f3e10c@orange.fr> <8a2bdd46-f3f2-61e7-d757-5187156f7ac5@orange.fr> <4D71D6AB-C715-4BC4-8A84-E20C86E2A519@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 06/06/2018 16:20, Bryan Drewery wrote:
> 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 <clbuisson@orange.fr> wrote:
>>
>> 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
> 

After further investigations, I found that jevents was effectively 
built, but in the src directory, instead of obj-lib32

Commenting WITHOUT_AUTO_OBJ in src-env.conf has been sufficient to get a 
successful buildword !

So the question becomes: must WITHOUT_AUTO_OBJ be supported by the build 
infrastructure ?

Thanks for your time

CBu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bcd9b7db-7171-8bdc-19ff-ad9d06588035>