Bug 168482
| Summary: | yumdownloader --resolve should conflict with --source | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jack Tanner <ihok> |
| Component: | yum-utils | Assignee: | Seth Vidal <skvidal> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6 | CC: | Christian.Iseli, extras-qa, tim.lauridsen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-02-14 14:58:27 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jack Tanner
2005-09-16 16:39:22 UTC
FC3 and FC4 have now been EOL'd. Please check the ticket against a current Fedora release, and either adjust the release number, or close it if appropriate. Thanks. Your friendly BZ janitor :-) Retested on FC6 w/ yum-3.0.3-1.fc6. I wouldn't say the problem is still there;
rather, the problem is worse.
This works: yumdownloader --urls emacs
This fails to report anything: yumdownloader --urls emacs --source
This also fails to report anything: yumdownloader --urls emacs --source --resolve
This generates a traceback: yumdownloader --urls emacs --resolve
Traceback (most recent call last):
File "/usr/bin/yumdownloader", line 191, in ?
main()
File "/usr/bin/yumdownloader", line 156, in main
my.resolveDeps()
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 243, in resolveDeps
(checkdep, missing, conflict, errormsgs) = self._processReq(dep)
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 302, in _processReq
dumbmatchpkgs = self.rpmdb.searchNevra(name=name, ver=version, rel=release)
AttributeError: 'NoneType' object has no attribute 'searchNevra'
The resolve issue has been fixed in upstream CVS. I will make a new yum-utils release soon. |