On Wed, May 29, 2024 at 05:15:45PM +0200, Alec Leamas wrote: >... > I can see the build log, but have problems reproducing the problem. In > short, I do > > $ export DEB_BUILD_OPTIONS=nobench nocheck parallel=2 > $ dpkg-buildpackage --sanitize-env -us -uc -B -rfakeroot > > which configures and builds successfully. > > Attaching the build log. Have you any hint about what's going on?
$ export DEB_BUILD_OPTIONS=nobench nocheck parallel=2 $ echo $DEB_BUILD_OPTIONS nobench $ export DEB_BUILD_OPTIONS="nobench nocheck parallel=2" $ echo $DEB_BUILD_OPTIONS nobench nocheck parallel=2 $ > Cheers! > --alec cu Adrian