Bugzilla Automation <[email protected]> has asked [email protected] for
maintainer-feedback:
Bug 234487: devel/kf5-extra-cmake-modules has unlisted dependency on
qt5-sqldrivers-sqlite3
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234487
--- Description ---
I can't build kf5-extra-cmake-modules without qt5-sqldrivers-sqlite3 installed.
The build fails whilst running `/usr/local/bin/qhelpgenerator
/usr/ports/devel/kf5-extra-cmake-modules/work/.build/docs/qthelp/ExtraCMakeModu
les.qhcp`
with:
```
Reading collection config file...
Generating help for
ExtraCMakeModules.qhp...
Building up file structure...
QSqlDatabase: QSQLITE driver not
loaded
QSqlDatabase: available drivers:
Cannot open data base file
/usr/ports/devel/kf5-extra-cmake-modules/work/.build/docs/qthelp/ExtraCMakeModu
les.qch.
```
make showconfig looks like:
```
===> The following configuration options are available for
kf5-extra-cmake-modules-5.53.0_1:
DOCS=on: Build and/or install documentation
HELP=on: Generate QtHelp documentation for installed modules
MANPAGES=on: Build and/or install manual pages
===> Use 'make config' to modify these settings
```
I would guess the problem only occurs with `HELP=on` but I haven't tested
further.