Currently the issue I am facing is that the gcc which came with the ppc64 system would some times build 32-bit binaries/libraries and some times build 64-bit binaries/libraries. Things like parted, are compiled 32-bit but libc.so.6 ended up being 64-bit so when my boel_binaries.tar.gz was retrieved, I would get the ELFCLASS error (the gcc which came with my system is 32-bit even though my OS is 64-bit).
Actually this may be an issue with the mklibs script in initrd_source -- I'm not sure. Not sure if updating the mklibs script would help in this case, but currently we cannot update it to the latest version since it requires building. We also have some local modifications to the script itself. Right now I got things working by manually hacking the boel_binaries.tar.gz (much like how Jing Sun described in his post: http://www.mail-archive.com/[email protected]/msg02530.html), but it would be nice if we can get SystemImager to do the right thing. I don't have access to a x86_64 box right now, but can someone confirm that all the binaries we build (eg. parted) are 64-bit and also the libraries which come from boel_binaries.tar.gz? Thanks, Bernard On 5/26/07, Bernard Li <[EMAIL PROTECTED]> wrote: > Hi guys: > > Is anybody currently keeping SystemImager up to date for ppc/ppc64 systems? > > I am going through some of the .rul files in make.d/ and was wondering > whether the following is still necessary: > > ifdef IS_PPC64 > PARTED_CONFIGURE = --build=powerpc-unknown-linux > endif > > If you are building on a 64-bit ppc system, this will force the binary > to be compiled 32-bit and you will end up having issues with > incompatible libraries in BOEL. > > Thanks in advance, > > Bernard > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ sisuite-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-devel
