OK, I think the problem is in the _build_arch builtin variable in
systemimager.spec. Try with the following patch.

Cheers,
-Andrea

Index: systemimager.spec
===================================================================
--- systemimager.spec   (revision 3775)
+++ systemimager.spec   (working copy)
@@ -23,7 +23,12 @@
 # prevent RPM from stripping files (eg. bittorrent binaries)
 %define __spec_install_post /usr/lib/rpm/brp-compress
 %define is_suse %(test -f /etc/SuSE-release && echo 1 || echo 0)
+%define is_ppc64 %([ "`uname -m`" = "ppc64" ] && echo 1 || echo 0)

+%if %is_ppc64
+%define _build_arch ppc64
+%endif
+
 Summary: Software that automates Linux installs, software distribution, and 
production deployment.
 Name: %name
 Version: %ver

Jing CDL Sun wrote:
> Hi, Andrea:
> 
> the output of "uname -m" is ppc64
> [EMAIL PROTECTED] ~]# uname -m
> ppc64
> [EMAIL PROTECTED] ~]#
> 
> I have tried with the following patch, and it seems not work:(.
> 
> This is the rpmbuild log, I think it may be helpful for you.
> 
> /(See attached file: log.1)/
> 
> By the way, can SIS extract the zImage from golden-client on ppc64 or
> kernel and initrd.img separately?
> do user need to combine the kernel and initrd.img into zImage themselves
> manually?

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sisuite-devel mailing list
Sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to