:: [devuan-dev] bug#752: bug#752: Wor…
Top Page
Delete this message
Reply to this message
Author: Mark Hindley
Date:  
To: peter
CC: 752
Subject: [devuan-dev] bug#752: bug#752: Worked out the fix
Control: tags -1 moreinfo

Peter,

The default for configure --enable-qt-help defaults is auto. However, you
appear to building directly on a production system and I suspect you have some
Qt package installed on the system which then means the build enables qt-help.

To get a standard build you should use a build chroot (pbuilder, sbuild,
qemubuild...)

Doing that, the configure stage includes

checking for qhelpgenerator... no
checking for qhelpgenerator-qt5... no

the qt help files are not attempted and the build succeeds.

Can you attach the failing build log without qhelpgenerator-qt5 installed?

Thanks

Mark