Bug 1483874 - dnf debuginfo-install does not work in rawhide
Summary: dnf debuginfo-install does not work in rawhide
Keywords:
Status: CLOSED DUPLICATE of bug 1483342
Alias: None
Product: Fedora
Classification: Fedora
Component: dnf-plugins-core
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: rpm-software-management
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-08-22 07:40 UTC by Lukas Slebodnik
Modified: 2017-08-22 08:01 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2017-08-22 08:01:29 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Lukas Slebodnik 2017-08-22 07:40:22 UTC
Description of problem:
I tried to install some debug symbols on rawhide and it failed.

Version-Release number of selected component (if applicable):
sh# rpm -q dnf dnf-plugins-core 
dnf-2.6.3-2.fc28.noarch
dnf-plugins-core-2.1.3-2.fc27.noarch

How reproducible:
Deterministic

Steps to Reproduce:
1. docker run -ti --rm fedora:rawhide bash
   //run rest of commands in container
2. dnf install -y --best --nogpgcheck 'dnf-command(debuginfo-install)'
3. rpm -q dnf dnf-plugins-core
4. dnf debuginfo-install libdnf

Actual results:
sh# rpm -q dnf dnf-plugins-core 
dnf-2.6.3-2.fc28.noarch
dnf-plugins-core-2.1.3-2.fc27.noarch

sh# dnf debuginfo-install libdnf
No such command: debuginfo-install. Please use /usr/bin/dnf --help
It could be a DNF plugin command, try: "dnf install 'dnf-command(debuginfo-install)'"

Expected results:
debug info symbols installed without any problem

Comment 1 Igor Gnatenko 2017-08-22 08:01:29 UTC

*** This bug has been marked as a duplicate of bug 1483342 ***


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