Hi, 2010/6/4 Michael Olbrich <[email protected]>: > On Fri, Jun 04, 2010 at 08:44:06PM +0200, Remy Bohmer wrote: >> I noticed the error message as mentioned in the subject for quite some >> time now with ptxdist. >> It still happens with a unmodified current git master on a Kubuntu >> 64-bit build machine. It happens on at least Kubuntu 8.10 and 10.04 >> release based systems. >> >> I noticed that message only appears after an 'install_copy' of a file >> with 'permissions=0755', it does not seem to occur on a >> 'permissions=0644', see below >> >> Any idea what could be causing this error? > > I'm quite certain this has nothing to do with the permissions. I think this > is caused by 'strip'. Can you please verify this? The problem probably is > that your toolchain is 32-bit and the libfakeroot is 64-bit. > This should not cause any problems. There are some ugly hacks in > scripts/lib/ptxd_make_xpkg_pkg.sh to make sure of that.
Indeed the CodeSourcery strip being used is 32 bit, and libfakeroot is 64-bit. And do I understand it correctly that these 'hacks' make sure that the error message can safely be ignored? Maybe an idea to build strip as host tool and use that instead? Kind regards, Remy -- ptxdist mailing list [email protected]
