Displaying 2 results from an estimated 2 matches for "hdrlist".
Did you mean:
hdlist
2004 May 03
1
Install of 3.1 aborts
...trying to install on a machne which isn't supported by this
release of CentOS-3
The error message stems from this part of anaconda code in
packages.py:
# this is a crappy hack, but I don't want bug reports from these people
if (iutil.getArch() == "i386") and (not grpset.hdrlist.has_key("kernel")):
intf.messageWindow(_("Error"),
_("You are trying to install on a machine "
"which isn't supported by this release of "
"%s.") %(prod...
2005 Apr 29
0
CentOS 4 install problems debug info
...lling:
An unhandles exception has occurred. This is most likely a bug.
Traceback: (last line most recent call)
File "/var/tmp/anaconda-10.1.1.13//usr/lib/anaconda/gui.py", line 1074
in handleRenderCallback self.currentWindow.renderCallback()
...
....
...
File "/usr/lib/anaconda/hdrlist.py", line 343 in mergeFullHeaders
rpm.mergeHeaderListFromFD(self.hdlist,fd,1000004)
IndexError: list index out of range
Hope this helps in finding the bug.