[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
anaconda-runtime error
- From: "Zhang, Yanmin" <yanmin_zhang linux intel com>
- To: fedora-devel-list <fedora-devel-list redhat com>
- Cc: fedora-ia64-list <fedora-ia64-list redhat com>
- Subject: anaconda-runtime error
- Date: Tue, 09 Jan 2007 13:07:42 +0800
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]