Bernard Li wrote: > DongInn was trying to build SystemImager on PS3 with my latest SRPM > and got the following errors: > > strip -s -R .comment vmlinux -o vmlinux.strip > WRAP arch/powerpc/boot/zImage.ps3 > /usr/src/yellowdog/BUILD/systemimager-4.0.1.svn4352.kexecfix+rsync3pre6.bli/src/linux-2.6.23-20071023/arch/powerpc/boot/wrapper: > line 113: dtc: command not found > make[2]: *** [arch/powerpc/boot/zImage.ps3] Error 1 > make[1]: *** [zImage] Error 2 > make[1]: Leaving directory > `/usr/src/yellowdog/BUILD/systemimager-4.0.1.svn4352.kexecfix+rsync3pre6.bli/src/linux-2.6.23-20071023' > make: *** > [/usr/src/yellowdog/BUILD/systemimager-4.0.1.svn4352.kexecfix+rsync3pre6.bli/src/linux-2.6.23-20071023/vmlinux.strip] > Error 2 > error: Bad exit status from /var/tmp/rpm-tmp.45059 (%build) > > dtc is missing -- should I add this dependency to > systemimager-ppc64-ps3boot-standard? > > Andrea -- DongInn mentioned that when he rebuilt your 4.0.1 SRPM, he > didn't encounter this problem, do you know anything about this?
The latest trunk uses a 2.6.23 kernel that needs the dtc compiler, see: http://www.kernel.org/pub/linux/kernel/people/geoff/cell/CELL-Linux-CL_20071023-ADDON/doc/LinuxKernelOverview.html In Ubuntu it should be sufficient to add a build-dependency on device-tree-compiler package: http://packages.ubuntu.com/feisty/devel/device-tree-compiler I don't know if this is shipped with RH distributions too, otherwise you should download and build it from source. In any case we should add a build-dependency also for RPMs and only for PS3 arch. Anyway, the latest trunk is quite unstable/untested, I mean, a lot of core packages have been updated, in particular kernel and busybox. FYI the next stable release will be based on the 4.0.x branch. -Andrea ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ sisuite-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-devel
