mmmh... what's the output of `uname -m`? $ARCH in your case should be
already ppc64... but maybe the point is at line 131. Here are the
critical steps from Makefile:

---@ line #113---
ifeq ($(ARCH),ppc64)
IS_PPC64 := 1
ifneq ($(shell ls /proc/iSeries 2>/dev/null),)
        ARCH := ppc64-iSeries
endif
endif
---@ line #131---
ifneq ($(BUILD_ARCH),)
        ARCH := $(BUILD_ARCH)
endif
---@ line #161---
BOOT_BIN_DEST     = $(USR)/share/systemimager/boot/$(ARCH)/$(FLAVOR)

So the output of uname -m should help... and you could also try to check
the value of $(BUILD_ARCH), just add a "echo BUILD_ARCH=$(BUILD_ARCH)"
somewhere in the Makefile.

Regards,
-Andrea

Jing CDL Sun wrote:
> Hi, Andrea:
> 
> I have tried to fix this problem, and it seems OK.
> 
> ./noarch/systemimager-server-3.7.4-1.noarch.rpm
> ./noarch/systemimager-ppcboot-standard-3.7.4-1.noarch.rpm
> ./noarch/systemimager-ppcinitrd_template-3.7.4-1.noarch.rpm
> ./noarch/systemimager-client-3.7.4-1.noarch.rpm
> ./noarch/systemimager-imagemanip-3.7.4-1.noarch.rpm
> ./noarch/systemimager-bittorrent-3.7.4-1.noarch.rpm
> ./noarch/systemimager-flamethrower-3.7.4-1.noarch.rpm
> ./noarch/systemimager-common-3.7.4-1.noarch.rpm
> 
> but I am not sure about my solution, so I write it below to you since
> you are professional for SIS, hope your confirm.:)
> 
> Makefile.d line 161
> change "BOOT_BIN_DEST" from
> $(USR)/share/systemimager/boot/$(ARCH)/$(FLAVOR) (actually it is
> "/tmp/systemimager-3.7.4-root/usr/share/systemimager/boot/ppc64/standard")
> to $(USR)/share/systemimager/boot/ppc/$(FLAVOR)
> 
> 
> 
> 
> 
> Best Regards,
> -----------------------------
> Sun jing(??)
> IBM China Software Development Laboratory
> Tel: (86-10) 82782244 ext.3625 E-mail: [EMAIL PROTECTED]
> Address:8/F, Power Creative Building,No. 1, East Road, ShangDi, Beijing
> 100085, P.R.China.
> 
> Inactive hide details for Jing CDL Sun/China/IBMJing CDL Sun/China/IBM
> 
> 
>                         *Jing CDL Sun/China/IBM*
> 
>                         2006-10-18 13:25
> 
>       
> 
> To
>       
> [EMAIL PROTECTED]
> 
> cc
>       
> sisuite-devel@lists.sourceforge.net
> 
> Subject
>       
> Re: [Sisuite-devel] arch error for building SIS rpm for ppc64Jing CDL
> Sun
> <Notes:///482571B8003D5139/DABA975B9FB113EB852564B5001283EA/220B73023F8998924825720A006552EE>
> 
>       
> 
> Hi, Andrea:
> 
> come again:)
> I have verified the new patch you sent to me, and it works well.
> but at the end of rpm build, there is another error coming:
> 
> ssing files: systemimager-common-3.7.4-1
> Processing files: systemimager-client-3.7.4-1
> Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.13280
> + umask 022
> + cd /usr/src/redhat/BUILD
> + cd systemimager-3.7.4
> +
> DOCDIR=/tmp/systemimager-3.7.4-root/usr/share/doc/systemimager-client-3.7.4
> + export DOCDIR
> + rm -rf
> /tmp/systemimager-3.7.4-root/usr/share/doc/systemimager-client-3.7.4
> + /bin/mkdir -p
> /tmp/systemimager-3.7.4-root/usr/share/doc/systemimager-client-3.7.4
> + cp -pr CHANGE.LOG COPYING CREDITS README VERSION
> /tmp/systemimager-3.7.4-root/usr/share/doc/systemimager-client-3.7.4
> + exit 0
> Processing files: systemimager-ppcboot-standard-3.7.4-1
> error: File not found:
> /tmp/systemimager-3.7.4-root/usr/share/systemimager/boot/ppc
> error: File not found:
> /tmp/systemimager-3.7.4-root/usr/share/systemimager/boot/ppc/standard
> error: File not found:
> /tmp/systemimager-3.7.4-root/usr/share/systemimager/boot/ppc/standard/boel_binaries.tar.gz
> error: File not found:
> /tmp/systemimager-3.7.4-root/usr/share/systemimager/boot/ppc/standard/config
> error: File not found:
> /tmp/systemimager-3.7.4-root/usr/share/systemimager/boot/ppc/standard/initrd.img
> error: File not found:
> /tmp/systemimager-3.7.4-root/usr/share/systemimager/boot/ppc/standard/kernel
> Processing files: systemimager-ppcinitrd_template-3.7.4-1
> error: File not found:
> /tmp/systemimager-3.7.4-root/usr/share/systemimager/boot/ppc/standard/initrd_template
> error: File not found by glob:
> /tmp/systemimager-3.7.4-root/usr/share/systemimager/boot/ppc/standard/initrd_template/*
> Processing files: systemimager-bittorrent-3.7.4-1
> Processing files: systemimager-imagemanip-3.7.4-1
> 
> 
> RPM build errors:
> File not found: /tmp/systemimager-3.7.4-root/usr/share/systemimager/boot/ppc
> File not found:
> /tmp/systemimager-3.7.4-root/usr/share/systemimager/boot/ppc/standard
> File not found:
> /tmp/systemimager-3.7.4-root/usr/share/systemimager/boot/ppc/standard/boel_binaries.tar.gz
> File not found:
> /tmp/systemimager-3.7.4-root/usr/share/systemimager/boot/ppc/standard/config
> File not found:
> /tmp/systemimager-3.7.4-root/usr/share/systemimager/boot/ppc/standard/initrd.img
> File not found:
> /tmp/systemimager-3.7.4-root/usr/share/systemimager/boot/ppc/standard/kernel
> File not found:
> /tmp/systemimager-3.7.4-root/usr/share/systemimager/boot/ppc/standard/initrd_template
> File not found by glob:
> /tmp/systemimager-3.7.4-root/usr/share/systemimager/boot/ppc/standard/initrd_template/*
> 
> I have checked the directory
> /tmp/systemimager-3.7.4-root/usr/share/systemimager/boot, and there is a
> "ppc64" in it, but "ppc".
> and I think it may be the same error with the problem I mentioned before.
> 
> [EMAIL PROTECTED] boot]# pwd
> /tmp/systemimager-3.7.4-root/usr/share/systemimager/boot
> [EMAIL PROTECTED] boot]#
> [EMAIL PROTECTED] boot]#
> [EMAIL PROTECTED] boot]# ll
> total 8
> drwxr-xr-x 3 root root 4096 Oct 28 03:30 ppc64
> [EMAIL PROTECTED] boot]# cd ppc64/standard/
> boel_binaries.tar.gz config initrd.img initrd_template/ kernel
> 
> 
> 
> Best Regards,
> -----------------------------
> Sun jing(??)
> IBM China Software Development Laboratory
> Tel: (86-10) 82782244 ext.3625 E-mail: [EMAIL PROTECTED]
> Address:8/F, Power Creative Building,No. 1, East Road, ShangDi, Beijing
> 100085, P.R.China.
> 

-------------------------------------------------------------------------
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