Bug 2323797

Summary: can we get rid off property-note failures on i686 annobin-for-llvm.so and annobin-for-clang.so?
Product: [Fedora] Fedora Reporter: Václav Kadlčík <vkadlcik>
Component: annobinAssignee: Nick Clifton <nickc>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: rawhideCC: fweimer, jakub, josmyers, nickc, sipoyare, yahmad
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-11-11 10:59:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Václav Kadlčík 2024-11-05 07:43:48 UTC
annobin builds do not pass the annocheck test in rpminspect of the Fedora CI
because of

  FAIL: property-note test because no .note.gnu.property section found

on i686 builds of annobin-for-llvm.so and annobin-for-clang.so, see e.g.
https://artifacts.dev.testing-farm.io/938ffdff-8679-4788-922a-3689d07a69b0
for annobin-12.72-1.fc42.

Could we get rid off the failures to have a clean pass trough the CI?

Reproducible: Always

Comment 1 Nick Clifton 2024-11-07 14:47:54 UTC
This should be fixed by annobin-12.73-1.fc42

Comment 2 Václav Kadlčík 2024-11-08 09:29:18 UTC
(In reply to Nick Clifton from comment #1)
> This should be fixed by annobin-12.73-1.fc42

Yes:

[root@vm-10-0-186-225 ~]# annocheck --debug-rpm=annobin-plugin-clang-debuginfo-12.74-1.fc42.i686.rpm annobin-plugin-clang-12.74-1.fc42.i686.rpm
annocheck: Version 12.74.
Hardened: annobin-for-clang.so: PASS.

[root@vm-10-0-186-225 ~]# annocheck --debug-rpm=annobin-plugin-llvm-debuginfo-12.74-1.fc42.i686.rpm annobin-plugin-llvm-12.74-1.fc42.i686.rpm
annocheck: Version 12.74.
Hardened: annobin-for-llvm.so: PASS.

Thanks, Nick!

Comment 3 Nick Clifton 2024-11-11 10:59:58 UTC
Fixed