Description of problem: While using Kadischi, with Anaconda on a fully updated-from-development repository host to build a LiveCD, Anaconda tracebacks with: ------------------ [kadischi] : running anaconda Traceback (most recent call last): File "/usr/sbin/anaconda", line 778, in ? xserver = rhpxl.xserver.XServer() NameError: name 'rhpxl' is not defined ------------------ Version-Release number of selected component (if applicable): anaconda-11.1.0.73-1 How reproducible: Build a LiveCD with Kadischi and Anaconda on a Fedora Core 6 Test 1 host. Steps to Reproduce: 1. kadischi --kickstart=/tmp/minimal-livecd.cfg /var/ftp/pub/fedora/core/development/i386/os/ -f /tmp/FEDORA-RAWHIDE.ISO --extra --headless 2. Actual results: LiveCD build fails during Anaconda Expected results: LiveCD created successfully Additional info: This could simply be a import missing for rhxpl, it may not be.. I assume it is. In any case, it halts progress with Kadischi and Anaconda for FC6T1(RAWHIDE). Thanks.
This looks like another case of needing the newer version of rhpxl available. anaconda now requires a newer version.