Hi Santiago,

On Mon, Apr 25, 2016 at 09:24:51PM +0200, Santiago Vila wrote:
> Question: Why should this package be the only one which does not work
> with eatmydata? Are there good reasons for the build system to be
> incompatible with eatmydata? Could julia be made compatible with
> eatmydaya again? I'm building a lot of packages and this is a real
> time saver.

I had the same issue with eatmydata causing segmentation faults:

https://github.com/JuliaLang/julia/issues/14033

You can still use eatmydata by diverting dpkg inside the sbuild chroot

dpkg-divert --rename /usr/bin/dpkg

and putting the following script in its place:

#!/bin/sh
exec /usr/bin/eatmydata /usr/bin/dpkg.distrib "$@"

Regards,
Peter

Reply via email to