On Thu, 7 Jul 2016, Yves-Alexis Perez wrote: > On jeu., 2016-07-07 at 10:06 +0200, Santiago Vila wrote: > > You have to build the package in a chroot with only the build-essential > > packages installed (and the build-dependencies, of course). > > > > Don't install systemd in the chroot, it's not build-essential. > > The builds are done in a standard pbuilder chroot.
The "standard" which matters here is the one saying you should only install build-essential packages. If you can't do that with pbuilder, don't use pbuilder, use something else (for example, I use sbuild myself). Thanks.