Martin Steigerwald - 09.06.26, 13:57:22 CEST: > It seems there is an ABI change in libzim9 which currently breaks starting > goldendict-ng without a rebuild of that package. > > Symbol in libzim 9.2.3 > > explicit Entry(std::shared_ptr<FileImpl> file_, entry_index_type idx_); > > has been replaced by symbol > > explicit Entry(std::shared_ptr<const FileImpl> file_, entry_index_type > idx_); > > in libzim 9.7.0.
ABI change has been in libzim 9.4.0 already. See the following commit: https://github.com/openzim/libzim/commit/adaf6c8c6398d0b8727e9b93959e2fb51befcee3 Best Regards, -- Martin

