Bug 691820 - pkgorder ends with traceback
Summary: pkgorder ends with traceback
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: anaconda
Version: 5.7
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: beta
: ---
Assignee: Anaconda Maintenance Team
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-29 14:42 UTC by Daniel Mach
Modified: 2011-03-29 14:46 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-03-29 14:46:49 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Daniel Mach 2011-03-29 14:42:23 UTC
$ /usr/lib/anaconda-runtime/pkgorder
Traceback (most recent call last):
  File "/usr/lib/anaconda-runtime/pkgorder", line 32, in ?
    from yuminstall import YumSorter
  File "/usr/lib/anaconda/yuminstall.py", line 32, in ?
    from packages import recreateInitrd
  File "/usr/lib/anaconda/packages.py", line 27, in ?
    import fsset
  File "/usr/lib/anaconda/fsset.py", line 35, in ?
    import bootyutil
ImportError: No module named bootyutil

Looks like sys.path record is missing somewhere.

Comment 1 Chris Lumens 2011-03-29 14:46:49 UTC
pkgorder is not meant to be run outside of the anaconda scripts system.  It is executed from buildinstall which sets PYTHONPATH prior to running it.


Note You need to log in before you can comment on or make changes to this bug.