Re: [GIT PULL] rtla: Updates for 5.20/6.0

From: Daniel Bristot de Oliveira
Date: Sat Aug 06 2022 - 09:15:15 EST


On 8/5/22 18:47, Steven Rostedt wrote:
> On Fri, 5 Aug 2022 09:40:25 -0700
> Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
>
>> On Wed, Aug 3, 2022 at 7:49 AM Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>>>
>>> Changes to RTLA:
>>
>> Btw, I note that the error messages for missing libraries got fixed
>> (already some time ago, not this pull), but didn't get around to
>> actually building until now.
>>
>> It says to do
>>
>> e.g., 'dnf install libtraceevent' on Fedora
>>
>> but it's actually the devel packages that are needed for building, not
>> the bare libraries.

right!

>> So it should be libtraceevent-devel, and libtracefs-devel.
>
> Thanks for the report (I obviously have them installed, and thus didn't see
> this :-/). Not to mention, I always forget to add the -dev/-devel appendix
> to my packages.
>
> Daniel,
>
> Can you send a fix?

Yes, I will do that. I will also do minimal fedora install and cross-check this further.

Thanks!
-- Daniel