On Sat, Nov 09, 2024 at 12:07:09PM -0600, Steve Dickson wrote: > Hello, > > Out of the blue rawhide scratch builds [1] > are now failing and f41 builds [2] are failing > but f40 builds [3] are succeeding and they > are all the same code! > > Late Oct I made a release so their repo > heads are all the same. > > Does anybody know what has changed in the building > process? Or better does anybody know what I have > to change to make the builds work? ...snip... I suspect the issue is that it's been broken, but due to a bug in debugedit it never caused builds to fail before. rawhide and f41 have debugedit 5.1, which has this fix: https://sourceware.org/cgit/debugedit/commit/?id=dfe1f7ff30f4e0be538835fca1e6348723ea7aa7 TLDR: if find-debuginfo was run with threads, it would always exit 0, even if there were errors. The error in this case (even in f40): objcopy: unable to copy file '/builddir/build/BUILDROOT/nfs-utils-2.8.1-0.fc40.x86_64/sbin/mount.nfs'; reason: Permission denied objcopy: unable to copy file '/builddir/build/BUILDROOT/nfs-utils-2.8.1-0.fc40.x86_64/sbin/mount.nfs'; reason: Permission denied I think this is because it the install does a: chmod 4511 mount.nfs and it cannot read the file, but I am not sure why, as owner should still have read, so perhaps it's some different related issue, but debugedit 5.1 seems a likely place to look. kevin
Attachment:
signature.asc
Description: PGP signature
-- _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue