Hi list,

People can't install image-creator with binary files (RPM base) in SuSE
Linux (OpenSUSE 11.0, or SLED). Even re-compile also met some troubles.

This is not very fancy for some users AFAIK.

# My way to resolve this program:
git clone http://www.moblin.org/repos/tools/moblin-image-creator.git
moblin-image-creator

# zypper in intltool autoconf autogen automake python-devel
# pushd moblin-image-creator
# ./autogen.sh
# mkdir /opt/intel && ./configure --prefix=/opt/intel
# make 
# cat > verifyOS.patch << EOF
Index: moblin-image-creator.swp/image-creator
===================================================================
--- moblin-image-creator.swp.orig/image-creator
+++ moblin-image-creator.swp/image-creator
@@ -60,7 +60,7 @@ def main():
         print >> sys.stderr, _("Error: %s depends on a Python version
of at least 2.4!") % (sys.argv[0])
         sys.exit(1)
     # Make sure the executables we need are on the system
-    verifyExes()
+    # verifyExes()
     # Set needed environment variables
     setEnvironmentVariables()
     # Initial stuff for Internationlization and Localization support.
EOF
# patch < verifyOS.patch
# make install
# /opt/intel/sbin/image-creator

Another issue:
Packages in this url:
http://repo.moblin.org/moblin/development/source/ 
If we want to exam xorg-x11-drv-intel pakcage, there is no way to
install in a clean SUSE platform.
Maybe we can improve this with by build service
https://build.opensuse.org/







Armani Liao 

Technology Specialist
Novell Asia Pacific
[email protected]
Tel : +886- 2- 27370946 ext 501
Fax: +886- 2- 27370947 
Mobile : +886- 936- 832035

Novell, Inc.
SUSE® Linux Enterprise 10
Your Linux is ready™
www.novell.com/linux














_______________________________________________
Moblin dev Mailing List
[email protected]

To manage or unsubscribe from this mailing list visit:
https://lists.moblin.org/mailman/listinfo/dev or your user account on 
http://moblin.org once logged in.

For more information on the Moblin Developer Mailing lists visit:
http://moblin.org/community/mailing-lists

Reply via email to