On Mon, Aug 02, 2010 at 07:54:11PM +0300, Amit Kucheria wrote:
On Mon, Aug 2, 2010 at 7:00 PM, Loïc Minier loic.minier@linaro.org wrote:
On Mon, Aug 02, 2010, Amit Kucheria wrote:
All my xdeb builds crash and burn with the following error: arm-linux-gnueabi-objdump: /lib/libm.so.6: File format not recognized dpkg-shlibdeps: error: arm-linux-gnueabi-objdump gave error exit status 1
I'm not quite sure; would you mind sharing the full log, and the command you used to build? There's probably a .build log in the dir.
It looks like you're missing the ARM cross libc, or that the build is not configured as a cross-build.
Errr, looks like something else is wrong here :)
$ xdeb --apt-source -a armel grep
<snip>
dpkg-source -x pcre3_8.02-1.dsc pcre3
<snip>
pcre3 does not show in 'apt-rdepends grep',
But it does correctly show up in 'apt-cache showsrc grep | grep Build-Depends'. (grepgrep? grepgrep!) And also in the Suggests: field of grep. grep dynamically loads libpcre when invoked with the '-P' option; it's not an ELF library dependency in order to not encumber the set of Essential: yes packages with extra libraries.