Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
-debug-rpms is a common suffix for debuginfo repos in CDN.
I see 380 repos with this suffix.
My suggestion is to change yum-utils to search for both -debuginfo and -debug-rpms.
Since we've added -rpms to the tail of all our channels, it's no longer a simple matter of taking the existing channel name and appending "-debuginfo" or especially in this case '-debug-rpms'. Instead the existing channel will need to be parsed. If there is a -rpms suffix try '-debug-rpms' as the replacement suffix, else '-debuginfo' as the suffix.
Comment 6Valentina Mukhamedzhanova
2014-01-15 14:02:47 UTC
*** This bug has been marked as a duplicate of bug 1052871 ***
Description of problem: The channel containing -debuginfo rpms has changed. instead of being the expected "rhel-7-server-htb-rpms-debuginfo" it is actually "rhel-7-server-htb-debug-rpms" This causes debuginfo-install to fail because it uses: for repoid in repos: di = '%s-debuginfo' % repoid Version-Release number of selected component (if applicable): yum-utils-1.1.31-19.el7.noarch How reproducible: 100% Steps to Reproduce: 1. subscription-manager register 2. subscription-manager attach --auto 3. yum install yum-utils 4. debuginfo-install bash Actual results: [root@localhost ~]# debuginfo-install bash Loaded plugins: product-id rhel-7-server-htb-rpms | 3.4 kB 00:00 rhel-ha-for-rhel-7-server-htb-rpms | 3.4 kB 00:00 rhel-lb-for-rhel-7-server-htb-rpms | 3.4 kB 00:00 rhel-rs-for-rhel-7-server-htb-rpms | 3.4 kB 00:00 (1/4): rhel-lb-for-rhel-7-server-htb-rpms/x86_64/primary_d | 5.2 kB 00:00 (2/4): rhel-rs-for-rhel-7-server-htb-rpms/x86_64/primary_d | 29 kB 00:00 (3/4): rhel-ha-for-rhel-7-server-htb-rpms/x86_64/primary_d | 26 kB 00:00 (4/4): rhel-7-server-htb-rpms/x86_64/primary_db | 3.6 MB 00:02 (1/4): rhel-ha-for-rhel-7-server-htb-rpms/x86_64/group_gz | 3.3 kB 00:00 (2/4): rhel-lb-for-rhel-7-server-htb-rpms/x86_64/group_gz | 2.5 kB 00:00 (3/4): rhel-rs-for-rhel-7-server-htb-rpms/x86_64/group_gz | 4.9 kB 00:00 (4/4): rhel-7-server-htb-rpms/x86_64/group_gz | 102 kB 00:00 Could not find debuginfo for main pkg: bash-4.2.45-2.el7.x86_64 Could not find debuginfo pkg for dependency package glibc-2.17-36.el7.x86_64 Could not find debuginfo pkg for dependency package ncurses-libs-5.9-11.20130511.el7.x86_64 No debuginfo packages available to install Expected results: following packages should have installed. bash-debuginfo glibc-debuginfo ncurses-libs-debuginfo Additional info: