The patch below enables the package to cross build using xdeb --- diff -Nru e2fsprogs-1.41.12/debian/patches/cross.diff e2fsprogs-1.41.12-1ubuntu2/debian/patches/cross.diff --- e2fsprogs-1.41.12/debian/patches/cross.diff 1970-01-01 01:00:00.000000000 +0100 +++ e2fsprogs-1.41.12-1ubuntu2/debian/patches/cross.diff 2010-11-22 16:02:27.000000000 +0000 @@ -0,0 +1,15 @@ +diff -purN e2fsprogs/MCONFIG.in e2fsprogs_patched//MCONFIG.in +--- e2fsprogs/MCONFIG.in 2010-11-22 15:59:32.000000000 +0000 ++++ e2fsprogs_patched//MCONFIG.in 2010-11-22 16:00:31.000000000 +0000 +@@ -107,7 +107,10 @@ STATIC_LIBBLKID = @STATIC_LIBBLKID@ $(ST + DEPSTATIC_LIBSS = $(LIB)/li...@static_lib_ext@ + DEPSTATIC_LIBCOM_ERR = $(LIB)/libcom_...@static_lib_ext@ + DEPSTATIC_LIBUUID = @DEPSTATIC_LIBUUID@ +-DEPSTATIC_LIBBLKID = @DEPSTATIC_LIBBLKID@ $(STATIC_LIBUUID) ++# Why add the non static string here? ++# - causes the cross build to fail ++# DEPSTATIC_LIBBLKID = @DEPSTATIC_LIBBLKID@ $(STATIC_LIBUUID) ++DEPSTATIC_LIBBLKID = @DEPSTATIC_LIBBLKID@ + + PROFILED_LIBSS = $(LIB)/li...@profiled_lib_ext@ @DLOPEN_LIB@ + PROFILED_LIBCOM_ERR = $(LIB)/libcom_...@profiled_lib_ext@ @SEM_INIT_LIB@ diff -Nru e2fsprogs-1.41.12/debian/patches/series e2fsprogs-1.41.12-1ubuntu2/debian/patches/series --- e2fsprogs-1.41.12/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ e2fsprogs-1.41.12-1ubuntu2/debian/patches/series 2010-11-22 14:42:18.000000000 +0000 @@ -0,0 +1 @@ +cross.diff
-- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org