> Could you help to provide the exact command that cause FTBFS?  I use the
> following command to build with pbuilder, and it can be built
> successful.
> 
>     $ gbp buildpackage --git-pbuilder

I'm using sbuild + schroot, as used in the official buildds, so the
command would be something like this:

sbuild --arch-all --no-arch-any -d sid kubectx

assuming you have a chroot called "sid".

I can also make it fail in this way:

unset TERM; dpkg-buildpackage -uc -us -A

Are you relying on TERM being defined? Maybe that's the root of the problem.
Packages must be buildable with sbuild, not just gbp or dpkg-buildpackage.

Thanks.

Reply via email to