[LTP] [PATCH 2/6] sched_football: Use atomic for ball

John Stultz jstultz@google.com
Thu Jun 27 20:01:54 CEST 2024


On Wed, Jun 26, 2024 at 8:32 PM Li Wang <liwang@redhat.com> wrote:
> On Thu, Jun 27, 2024 at 1:01 AM John Stultz <jstultz@google.com> wrote:
>> On Tue, Jun 25, 2024 at 7:26 PM Li Wang <liwang@redhat.com> wrote:
>> > John Stultz <jstultz@google.com> wrote:
>> >>
>> >> Should the old --with-realtime-testsuite option be removed then?
>> >
>> >
>> > No, we need it.
>> >
>> > When configuring LTP without the --with-realtime-testsuite option, it will
>> > skip building the stuff under testcases/realtime/ by default.
>>
>> Right. But as I mentioned earlier, building with it seems to be broken
>> currently?
>
>
> Not broken, that's because you didn't build in correct way.
> 'make autotools' is the first necessary step for the build.
>

Ok, but even after doing that as you suggested, building with the
following fails for me:

make autotools
./configure -C testcases/realtime/
make -j
...
make[3]: *** No rule to make target 'Makefile.am', needed by
'Makefile.in'.  Stop.
make[2]: *** [../../include/mk/generic_trunk_target.inc:108: all] Error 2
make[1]: *** [../include/mk/generic_trunk_target.inc:108: all] Error 2
make: *** [Makefile:85: testcases-all] Error 2

So it does *seem* like something is broken. :)

thanks
-john


More information about the ltp mailing list