Package: src:e2fsprogs
Version: 1.42.8-1
User: crossbu...@debian.org
Usertags: cross

In debian/rules, there is a line like this:
SYS_BLKID_VER := $(shell dpkg-query -W libblkid1 | cut -f 2 | cut -b 1)

This makes dpkg-query confused when it's actually being cross compiled
and looks for native arch of the build machine, thus failing the
build. This can be fixed by calling:
SYS_BLKID_VER := $(shell dpkg-query -W libblkid1:$(DEB_HOST_ARCH) |
cut -f 2 | cut -b 1)

Thanks,
Eleanor Chen


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to