Bug 1585231
| Summary: | [install_specs] install_specs() should be able to ignore missing/nonexistent packages if requested | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Martin Kolman <mkolman> | ||||||
| Component: | dnf | Assignee: | Martin Hatina <mhatina> | ||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | rawhide | CC: | dmach, mhatina, packaging-team-maint, rpm-software-management, vmukhame | ||||||
| Target Milestone: | --- | Keywords: | Triaged | ||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2018-06-05 07:40:07 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Martin Kolman
2018-06-01 15:11:21 UTC
This is the traceback from DNF that happens if a missing/not-existing package is requested via install_specs():
File "/tmp/updates/pyanaconda/payload/dnfpayload.py", line 562, in _apply_selections
self._base.install_specs(install=include_list, exclude=exclude_list)
File "/tmp/updates/dnf/base.py", line 1857, in install_specs
self.install(spec, strict=self.conf.strict)
File "/tmp/updates/dnf/base.py", line 1913, in install
raise dnf.exceptions.MarkingError(_('no package matched'), pkg_spec)
dnf.exceptions.MarkingError: no package matched
Created attachment 1447379 [details]
packaging.log from the installation attempt
Created attachment 1447380 [details]
anaconda.log from the installation attempt
|