On 12 November 2015 at 09:02, Laurent Bigonville <bi...@debian.org> wrote: > Source: systemd > Version: 227-3 > Severity: normal > > Hi, > > I'm using libeatmydata in sbuild on my machine, and it FTBFS due to the > postbuild check that looks for libs in /usr > > Not sure how to fix that
This is supposed to be fixed by unsetting LD_PRELOAD[1] before checking. However, eatmydata is now trickier: % eatmydata env -u LD_PRELOAD env | grep LD_ LD_LIBRARY_PATH=/usr/lib/libeatmydata So I guess we should unset LD_LIBRARY_PATH (or better yet, change it to add debian/*/{,usr/}lib{,/$arch}) [1] https://anonscm.debian.org/cgit/pkg-systemd/systemd.git/tree/debian/rules#n222 -- Saludos, Felipe Sateler