https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234487
Bug ID: 234487
Summary: devel/kf5-extra-cmake-modules has unlisted dependency
on qt5-sqldrivers-sqlite3
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
Assignee: [email protected]
Flags: maintainer-feedback?([email protected])
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/ExtraCMakeModules.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/ExtraCMakeModules.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.
--
You are receiving this mail because:
You are the assignee for the bug.