Summary: | MySQL and PostgreSQL plugins not found for KEXI flatpak | ||
---|---|---|---|
Product: | [Applications] KEXI | Reporter: | Jarosław Staniek <staniek> |
Component: | General | Assignee: | Kexi Bugs <kexi-bugs> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | adam, aleixpol, inksi |
Priority: | NOR | ||
Version: | 3.2.0 Beta | ||
Target Milestone: | --- | ||
Platform: | Flatpak | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Database plugins not found |
Description
Jarosław Staniek
2019-03-07 09:20:17 UTC
It seems that the KDb component has SQLite plugin only and not MySQL and PostgreSQL: 03:27:34 -- Could NOT find MySQL (missing: MYSQL_LIBRARIES MYSQL_INCLUDE_DIR MYSQL_LIB_DIR) 03:27:34 -- Could NOT find PostgreSQL (missing: PostgreSQL_LIBRARY PostgreSQL_INCLUDE_DIR PostgreSQL_TYPE_INCLUDE_DIR) See https://binary-factory.kde.org/job/Kexi_stable_flatpak/7/consoleFull Yep, they're not installed. It needs the libraries included in the packaging. @Aleix I would appreciate pointers on how to do it. It will need the projects bundled. Here for example you can see how they build mariadb for flatpak: https://github.com/flathub/com.github.alecaddd.sequeler/blob/d2a26dbc45a754892f2963f6beca5075a27d7e2c/com.github.alecaddd.sequeler.json#L123 |