Bug 1950310 - annobin has no code
Summary: annobin has no code
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: redhat-rpm-config
Version: 35
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nick Clifton
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-04-16 11:39 UTC by Petr Pisar
Modified: 2022-11-30 09:49 UTC (History)
8 users (show)

Fixed In Version: redhat-rpm-config-184-1.fc35
Clone Of:
Environment:
Last Closed: 2022-11-30 09:19:35 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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!


Note You need to log in before you can comment on or make changes to this bug.