Bug 1232990

Summary: [rfe] Report all non-existent packages instead of just the first
Product: [Fedora] Fedora Reporter: Andrew McNabb <amcnabb>
Component: dnfAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: jsilhan, mluscon, packaging-team-maint, pnemade, rholy, tim.lauridsen, vmukhame
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-06-18 08:26:52 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 Andrew McNabb 2015-06-18 01:53:36 UTC
Description of problem:

The "Changes in DNF CLI compared to Yum" document describes how dnf aborts on missing packages (which totally makes sense as a default behavior). Unfortunately, dnf only reports the first such failure. If a command contains 10 missing packages, then one must repeatedly remove the missing package that dnf reports and rerun. The process would be far less tedious if dnf reported upfront all missing packages that had been requested.


Version-Release number of selected component (if applicable):

dnf-0:1.0.0-1.fc22.noarch


How reproducible:

Always.


Steps to Reproduce:
1. dnf install asdf1 asdf2 asdf3


Actual results:
No package asdf1 available.
Error: no package matched: asdf1

Expected results:
No package asdf1 available.
No package asdf2 available.
No package asdf3 available.
Error: no package matched: asdf1


Additional info:

Comment 1 Radek Holy 2015-06-18 08:26:52 UTC
Hello, this is a duplicate of the bug 1208918.

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