flathub / org.kde.kontact

https://flathub.org/apps/details/org.kde.kontact
4 stars 8 forks source link

Use the same sqlite than the SDK #207

Closed tsdgeos closed 10 months ago

tsdgeos commented 10 months ago

Otherwise we will get into trouble when loading things that have been built against the SDK sqlite like the qt db plugin

Now, how to make sure we get this in sync in the future...

flathubbot commented 10 months ago

Started test build 61796

flathubbot commented 10 months ago

Build 61796 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/44431/org.kde.kontact.flatpakref
andrevmatos commented 10 months ago

still failing for me with

/app/bin/akonadiserver: symbol lookup error: /usr/lib/plugins/sqldrivers/libqsqlite.so: undefined symbol: sqlite3_column_table_name16
flathubbot commented 10 months ago

Started test build 61912

travier commented 10 months ago

If possible, let's keep the x-checker-data but add a version constraint instead: https://github.com/flathub/flatpak-external-data-checker#version-constraining

travier commented 10 months ago

Example in https://github.com/flathub/flatpak-external-data-checker#gnome-checker

This can be a follow up PR as this one takes a long time to build.

flathubbot commented 10 months ago

Build 61912 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/44546/org.kde.kontact.flatpakref
Erick555 commented 10 months ago

What was the reason for bundling sqlite in the app? Maybe you can try dropping it and use runtime one?

Justinzobel commented 10 months ago

Fixed in #209