https://bugzilla.redhat.com/show_bug.cgi?id=1872867
--- Comment #7 from Jaroslav Škarvada jskarvad@redhat.com --- Also in the comment 5 I wasn't correct, it doesn't build on the aarch64, ppc64le and s390x:
src/stalld.c: In function 'sched_setattr': src/stalld.c:88:17: error: '__NR_sched_setattr' undeclared (first use in this function); did you mean 'sched_setattr'? 88 | return syscall(__NR_sched_setattr, pid, attr, flags); | ^~~~~~~~~~~~~~~~~~ | sched_setattr src/stalld.c:88:17: note: each undeclared identifier is reported only once for each function it appears in src/stalld.c: In function 'sched_getattr': src/stalld.c:94:18: error: '__NR_sched_getattr' undeclared (first use in this function); did you mean 'sched_getattr'? 94 | return syscall (__NR_sched_getattr, pid , attr, size, flags); | ^~~~~~~~~~~~~~~~~~ | sched_getattr src/stalld.c: In function 'sched_setattr': src/stalld.c:89:1: warning: control reaches end of non-void function [-Wreturn-type] 89 | } | ^ src/stalld.c: In function 'sched_getattr': src/stalld.c:95:1: warning: control reaches end of non-void function [-Wreturn-type] 95 | } | ^ make: *** [<builtin>: src/stalld.o] Error 1
It needs to be fixed to build on all supported architectures or it nees ExcludeArch.