https://bugzilla.redhat.com/show_bug.cgi?id=1901306



--- Comment #10 from Petr Menšík <[email protected]> ---
Now I see they just need some dependencies. Even better reason to have it as
package, which would Recommends: required devel packages, gcc and make.
Explained on https://man7.org/tlpi/code/faq.html

Used following diff to skip broken examples:

diff --git a/acl/Makefile b/acl/Makefile
index ef35fae..68748c3 100644
--- a/acl/Makefile
+++ b/acl/Makefile
@@ -2,7 +2,8 @@ include ../Makefile.inc

 GEN_EXE = 

-LINUX_EXE = acl_update acl_view
+# Both are broken
+LINUX_EXE = #acl_update acl_view

 EXE = ${GEN_EXE} ${LINUX_EXE}

diff --git a/signals/Makefile b/signals/Makefile
index 8b70f0e..3568525 100644
--- a/signals/Makefile
+++ b/signals/Makefile
@@ -1,10 +1,11 @@
 include ../Makefile.inc

 GEN_EXE = catch_rtsigs demo_SIGFPE ignore_pending_sig intquit \
-       nonreentrant nonatomic_uint64 \
+       nonreentrant  \
        ouch sig_receiver sig_sender sig_speed_sigsuspend \
        sigmask_longjmp sigmask_siglongjmp \
        t_kill t_sigaltstack t_sigsuspend t_sigqueue t_sigwaitinfo
+# Broken: nonatomic_uint64

 LINUX_EXE = signalfd_sigval


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1901306
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to