Bug 204805
| Summary: | rawhide install fails on ppc64 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Don Zickus <dzickus> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED DUPLICATE | QA Contact: | Mike McLean <mikem> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | ppc64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-09-07 14:21:10 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
Don Zickus
2006-08-31 17:41:44 UTC
Can you actually provide the traceback you received? What you gave is kind of like saying "it oopsed"... ;-) Sorry, I was being lazy and just hoped this problem applied to all powerpcs. I
managed to duplicate this because no other distro besides rhel-4 will install on
this machine (thanks dac960).
┌────────────┤ Exception Occurred ├─────────────┐
│ │
│ Traceback (most recent call last): ↑ │
│ File "/usr/bin/anaconda", line 944, in ? ▮ │
│ anaconda.intf.run(anaconda) ▒ │
│ File "/usr/lib/anaconda/text.py", line ▒ │
│ 540, in run ▒ │
│ anaconda.dispatch.gotoNext() ▒ │
│ File "/usr/lib/anaconda/dispatch.py", ▒ │
│ line 123, in gotoNext ▒ │
│ self.moveStep() ▒ │
│ File "/usr/lib/anaconda/dispatch.py", ▒ │
│ line 200, in moveStep ▒ │
│ rc = stepFunc(self.anaconda) ↓ │
│ │
│ ┌────┐ ┌────────┐ ┌───────┐ │
│ │ OK │ │ Remote │ │ Debug │ │
│ └────┘ └────────┘ └───────┘ │
│ │
│ │
└───────────────────────────────────────────────┘
<Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen
Hey look there's more
┌────────────┤ Exception Occurred ├─────────────┐
│ │
│ rc = stepFunc(self.anaconda) ↑ │
│ File "/usr/lib/anaconda/backend.py", ▒ │
│ line 154, in doPostSelection ▒ │
│ return ▮ │
│ anaconda.backend.doPostSelection(anaconda) ▒ │
│ File "/usr/lib/anaconda/yuminstall.py", ▒ │
│ line 952, in doPostSelection ▒ │
│ (code, msgs) = ▒ │
│ self.ayum.buildTransaction() ▒ │
│ File ▒ │
│ "/usr/lib/python2.4/site-packages/yum/__in ▒ │
│ it__.py", line 420, in buildTransaction ↓ │
│ │
│ ┌────┐ ┌────────┐ ┌───────┐ │
│ │ OK │ │ Remote │ │ Debug │ │
│ └────┘ └────────┘ └───────┘ │
│ │
│ │
└───────────────────────────────────────────────┘
┌────────────┤ Exception Occurred ├─────────────┐
│ │
│ (rescode, restring) = ↑ │
│ self.resolveDeps() ▒ │
│ File "/usr/lib/anaconda/yuminstall.py", ▒ │
│ line 261, in resolveDeps ▒ │
│ unresolved = self.tsCheck(unresolved) ▒ │
│ File "/usr/lib/anaconda/yuminstall.py", ▒ │
│ line 287, in tsCheck ▮ │
│ dep = self._provideToPkg(req) ▒ │
│ File "/usr/lib/anaconda/yuminstall.py", ▒ │
│ line 234, in _provideToPkg ▒ │
│ if po.name not in satisfiers: ▒ │
│ File ↓ │
│ │
│ ┌────┐ ┌────────┐ ┌───────┐ │
│ │ OK │ │ Remote │ │ Debug │ │
│ └────┘ └────────┘ └───────┘ │
│ │
│ │
└───────────────────────────────────────────────┘
┌────────────┤ Exception Occurred ├─────────────┐
│ │
│ "/usr/lib/python2.4/site-packages/yum/pack ↑ │
│ ages.py", line 207, in __eq__ ▒ │
│ if comparePoEVR(self, other) == 0: ▒ │
│ File ▒ │
│ "/usr/lib/python2.4/site-packages/yum/pack ▒ │
│ ages.py", line 36, in comparePoEVR ▒ │
│ (e2, v2, r2) = (po2.epoch, po2.ver, ▒ │
│ po2.rel) ▒ │
│ AttributeError: 'str' object has no ▒ │
│ attribute 'epoch' ▒ │
│ ▮ │
│ ↓ │
│ │
│ ┌────┐ ┌────────┐ ┌───────┐ │
│ │ OK │ │ Remote │ │ Debug │ │
│ └────┘ └────────┘ └───────┘ │
│ │
│ │
└───────────────────────────────────────────────┘
|