Bug 875669
| Summary: | 'kernel' referenced before assignment | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan Sedlák <jsedlak> | ||||
| Component: | fedup | Assignee: | Will Woods <wwoods> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 18 | CC: | tflink, wwoods | ||||
| 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: | 2012-11-13 15:09:25 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
Jan Sedlák
2012-11-12 10:47:34 UTC
How did you install fedup? Can you attach the traceback you saw? I have cloned it using git from github, installed python-devel, did "make install". Traceback:
setting up system for upgrade
Traceback (most recent call last):
File "/bin/fedup-cli", line 271, in <module>
main(args)
File "/bin/fedup-cli", line 243, in main
prep_boot(kernel, initrd)
UnboundLocalError: local variable 'kernel' referenced before assignment
I was using --skipkernel argument, as stated in readme on github. Created attachment 644099 [details]
fedup log
Should be fixed in commit 0e72580. As a side note, I'd prefer if people used github for issues that are only found in code direct from the git repo. |