Bug 1950310

Summary: annobin has no code
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: redhat-rpm-configAssignee: Nick Clifton <nickc>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 35CC: ajax, ffesti, fweimer, jonathan, j, mhroncok, pmatilai, torsava
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: redhat-rpm-config-184-1.fc35 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-11-30 09:19:35 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Petr Pisar 2021-04-16 11:39:35 UTC
$ rpm -q redhat-rpm-config
redhat-rpm-config-183-1.fc35.noarch
$ rpm -q --requires redhat-rpm-config  |grep annobin
(annobin if (gcc or clang))

Did you know that annobin-9.65 package contain only a documentation. No plugins for compilers. I think you would like to change or remove the dependency.

Comment 1 Fedora Update System 2021-04-19 12:57:00 UTC
FEDORA-2021-0a76ee686a has been pushed to the Fedora 35 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 2 Ben Cotton 2021-08-10 12:59:05 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 35 development cycle.
Changing version to 35.

Comment 3 Ben Cotton 2022-11-29 16:55:24 UTC
This message is a reminder that Fedora Linux 35 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora Linux 35 on 2022-12-13.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
'version' of '35'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, change the 'version' 
to a later Fedora Linux version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora Linux 35 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora Linux, you are encouraged to change the 'version' to a later version
prior to this bug being closed.

Comment 4 Petr Pisar 2022-11-30 09:19:35 UTC
Something has changed:

# rpm -q redhat-rpm-config
redhat-rpm-config-234-1.implicits.22.fc38.noarch
# rpm -q --requires redhat-rpm-config  |grep annobin
(annobin-plugin-gcc if gcc)
(gcc-plugin-annobin if gcc)

The replaced dependencies indeed contain gcc plugins:

# rpm -q -l annobin-plugin-gcc
/usr/lib/.build-id
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/3d3aee302cda31a88bff34d04f102f29cbe46e
/usr/lib/gcc/x86_64-redhat-linux/12/plugin
/usr/lib/gcc/x86_64-redhat-linux/12/plugin/annobin-plugin-version-info
/usr/lib/gcc/x86_64-redhat-linux/12/plugin/annobin.so
/usr/lib/gcc/x86_64-redhat-linux/12/plugin/annobin.so.0
/usr/lib/gcc/x86_64-redhat-linux/12/plugin/annobin.so.0.0.0
/usr/src/annobin/latest-annobin.tar.xz

# rpm -q -l gcc-plugin-annobin
/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/a51e0239417392dbabd7f0ea2ac8d89d5e915f
/usr/lib/gcc
/usr/lib/gcc/x86_64-redhat-linux
/usr/lib/gcc/x86_64-redhat-linux/12
/usr/lib/gcc/x86_64-redhat-linux/12/plugin
/usr/lib/gcc/x86_64-redhat-linux/12/plugin/gcc-annobin.so
/usr/lib/gcc/x86_64-redhat-linux/12/plugin/gcc-annobin.so.0
/usr/lib/gcc/x86_64-redhat-linux/12/plugin/gcc-annobin.so.0.0.0

This seems to be resolved in Fedora 38.

redhat-rpm-config-184-1.fc35 which corrected it first is untagged. Current F35 stable redhat-rpm-config-184-1.fc35 requires (annobin-plugin-gcc if gcc).

Comment 5 Florian Weimer 2022-11-30 09:49:47 UTC
(In reply to Petr Pisar from comment #4)
> Something has changed:
> 
> # rpm -q redhat-rpm-config
> redhat-rpm-config-234-1.implicits.22.fc38.noarch
> # rpm -q --requires redhat-rpm-config  |grep annobin
> (annobin-plugin-gcc if gcc)
> (gcc-plugin-annobin if gcc)

Note that this isn't an official build out of Koji, but I didn't change the dependencies.

I think I raised this with Nick elsewhere and he fixed it. Thanks for cleaning up the bug state!