[Tts-project] Bug#1022239: festival FTBFS: make[2]: *** [/usr/lib/speech_tools/config/rules/targets.mak:55: src] Error 2

Samuel Thibault sthibault at debian.org
Sat Oct 22 16:06:07 BST 2022


Nilesh Patra, le sam. 22 oct. 2022 20:09:05 +0530, a ecrit:
> Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot -j5

Ok, that's why. festival's makefile does not support parallel builds.
That's why we do not pass any -j parameter to the explicit make call.

It seems that dpkg-buildpackage's -j option forcibly passes -j
in MAKEFLAGS. Is there a way to prevent it from doing that, or
should users just know whether they can use -j, and rather use
DEB_BUILD_OPTIONS=parallel=nn if they don't know?

Samuel



More information about the Tts-project mailing list