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 /usr/bin/xdeb:15: DeprecationWarning: please use 'debian' instead of 'debian_bundle' from debian_bundle import deb822 Building source package cache ... Building working tree cache ... Build sequence: pcre3* grep* apt-get -d source pcre3=8.02-1 Reading package lists... Done Building dependency tree Reading state information... Done Need to get 1336kB of source archives. Get:1 http://archive.ubuntu.com/ubuntu/ maverick/main pcre3 8.02-1 (dsc) [994B] Get:2 http://archive.ubuntu.com/ubuntu/ maverick/main pcre3 8.02-1 (tar) [1248kB] Get:3 http://archive.ubuntu.com/ubuntu/ maverick/main pcre3 8.02-1 (diff) [87.5kB] Fetched 1336kB in 1s (994kB/s) Download complete and in download only mode dpkg-source -x pcre3_8.02-1.dsc pcre3 gpgv: Signature made Fri May 7 20:20:38 2010 UTC using DSA key ID 8B0D42F9 gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./pcre3_8.02-1.dsc dpkg-source: info: extracting pcre3 in pcre3 dpkg-source: info: unpacking pcre3_8.02.orig.tar.gz dpkg-source: info: applying pcre3_8.02-1.diff.gz dpkg-source: info: upstream files that have been modified: pcre3/Makefile.am pcre3/Makefile.in pcre3/config.h.in pcre3/config.sub pcre3/configure pcre3/configure.ac pcre3/doc/pcre_version.3 pcre3/doc/pcreapi.3 pcre3/doc/pcregrep.1 pcre3/ltmain.sh pcre3/pcrecpp.cc
pcre3 does not show in 'apt-rdepends grep', so I am not sure what is going on here...