I'm trying to use anaconda in my distribution and when I try to run the
buildinstall script I get the following output:
"""
Running buildinstall...
/anaconda/base/fc3/i386/buildinstall.tree.5041 /anaconda/base
/anaconda/base
Going to run buildinstall again
Building images...
Assembling package list...
Expanding text packages...
Expanding graphical packages...
retrieving timezones
argument is not an RPM package
cpio: premature end of archive
ERROR: Unable to expand timezone data ()
Aborting instroot creation...
Getting package order...
Traceback (most recent call last):
File "/tmp/treedir.5054/instimage/usr/lib/anaconda-runtime/pkgorder",
line 12, in ?
from anaconda_log import anaconda_log
ImportError: No module named anaconda_log
Making images...
/tmp/treedir.5054/instimage/usr/share/hwdata/pcitable doesn't exist
/tmp/treedir.5054/instimage/usr/share/hwdata/pci.ids doesn't exist
/tmp/treedir.5054/instimage/usr/lib/anaconda/lang-table doesn't exist
Writing .discinfo file
timestamp not specified; using the current time
"""
I'm checking the code of the script to try to find the what's wrong, but
still no result.
The error is in the execution of upd-instroot which is q really big
script. I thing the first error is produced because I don't install some
package which is neccesary ("argument is not an RPM package"). So, I
would like to know what packages I should install always I want to use
anaconda. Nowadays I have anaconda-runtime, is anaconda package also
neccesary?
Thanks.