anaconda-runtime error

Zhang, Yanmin yanmin_zhang at linux.intel.com
Tue Jan 9 05:07:42 UTC 2007


I tried to build up a dvd image of ia64 from the latest development tree and got
below error.

*********************log**********************
Scrubbing trees... /tmp/treedir.16491/instimage
Compressing .mo files in stage2 images...
Creating fontconfig cache
Creating debug dir
Patching python library...
/root/os/buildinstall.tree.16491/upd-instroot: line 1244: cd:
/tmp/treedir.16491/image-template/usr/lib/python2.4: No such file or directory


script upd-instroot thinks python version is 2.4 while the correct one is 2.5.

Below patch against anaconda-11.2.0.7 fixes it.

Yanmin

---

--- anaconda-11.2.0.7/scripts/upd-instroot	2007-01-07 18:41:51.000000000 -0500
+++ anaconda-11.2.0.7_fix/scripts/upd-instroot	2007-01-07 18:41:21.000000000 -0500
@@ -1241,7 +1241,7 @@ fi
 echo "Patching python library..."
 
 # always use passive mode for ftp installs
-cd $DEST/usr/$LIBDIR/python2.4
+cd $DEST/usr/$LIBDIR/python2.5
 patch -p0 > /dev/null <<EOF
 --- urllib.py.orig	Thu Oct 25 17:05:06 2001
 +++ urllib.py	Thu Oct 25 17:05:34 2001




More information about the fedora-devel-list mailing list