Bug 1094036
| Summary: | [abrt] livecd-tools: packages.py:544:checkPrco:ValueError: too many values to unpack | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Arno Karner <arnokarner> | ||||||||
| Component: | yum | Assignee: | Packaging Maintenance Team <packaging-team-maint> | ||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 20 | CC: | adam.stokes, admiller, arnokarner, bruno, dhuff, Jasper.Hartline, katzj, packaging-team-maint, vmukhame | ||||||||
| Target Milestone: | --- | Flags: | arnokarner:
needinfo-
|
||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Unspecified | ||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/1061da2f9a8554306f8d689bfbb7334e2bb79d07 | ||||||||||
| Whiteboard: | abrt_hash:405030c2ac4900ec5c1ebfe386e741977b117a8c | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2014-05-22 08:38:15 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: | |||||||||||
| Attachments: |
|
||||||||||
Created attachment 892294 [details]
File: backtrace
Created attachment 892295 [details]
File: dso_list
Created attachment 892296 [details]
File: environ
What version of yum do you have installed? *** This bug has been marked as a duplicate of bug 1081377 *** |
Description of problem: trying to build a livecd Version-Release number of selected component: livecd-tools-20.5-1.fc20 Additional info: reporter: libreport-2.2.2 cmdline: /usr/bin/python -tt /bin/livecd-creator -v --config=fedora-livecd-kde.ks --fslabel=fedora-livecd-kde-20140504 --cache=/dat2/cache/live executable: /bin/livecd-creator kernel: 3.14.2-200.fc20.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: packages.py:544:checkPrco:ValueError: too many values to unpack Traceback (most recent call last): File "/bin/livecd-creator", line 228, in <module> sys.exit(main()) File "/bin/livecd-creator", line 211, in main creator.install() File "/usr/lib/python2.7/site-packages/imgcreate/creator.py", line 656, in install ayum.runInstall() File "/usr/lib/python2.7/site-packages/imgcreate/yuminst.py", line 202, in runInstall (res, resmsg) = self.buildTransaction() File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1190, in buildTransaction (rescode, restring) = self.resolveDeps() File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 896, in resolveDeps CheckDeps, checkinstalls, checkremoves, missing = self._resolveRequires(errors) File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 1028, in _resolveRequires (checkdep, missing, errormsgs) = self._processReq(po, dep) File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 349, in _processReq CheckDeps, missingdep = self._requiringFromTransaction(po, requirement, errormsgs) File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 736, in _requiringFromTransaction txmbrs = self.install(best, provides_for=reqtuple) File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 4862, in install if not obsoleting_pkg.provides_for(kwargs['provides_for']): File "/usr/lib/python2.7/site-packages/yum/packages.py", line 594, in provides_for if self.checkPrco('provides', reqtuple): File "/usr/lib/python2.7/site-packages/yum/packages.py", line 544, in checkPrco (reqn, reqf, (reqe, reqv ,reqr)) = prcotuple ValueError: too many values to unpack Local variables in innermost frame: prcotype: 'provides' reqf: 12 prcotuple: ('firewalld', 12, '0.3.5-1') reqn: 'firewalld' self: <YumAvailablePackageSqlite : aakfirewall-0.2014.4-1.fc9.noarch (0x4058050)>