Summary: | digikam: symbol lookup error: /tmp/.mount_digika5N9rGH/usr/lib/libQt5XcbQpa.so.5: undefined symbol: FT_Property_Set | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Simon J Mudd <sjmudd> |
Component: | Bundle-AppImage | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, iwannaberich |
Priority: | NOR | ||
Version: | 6.0.0 | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 6.1.0 | |
Sentry Crash Report: |
Description
Simon J Mudd
2019-03-08 17:57:20 UTC
I must port the digiKAm AppImage script to LinuXdeployQt from AppImage SDK : https://github.com/probonopd/linuxdeployqt I will do it while this week end... Gilles Caulier I can confirm this bug. I tried the last appimage available (digikam-6.1.0-git-20190307T101229-x86-64.appimage) and got the exact same error on Ubuntu 18.04. Please wait, AppImage bundles are under construction from scratch... GilleS Caulier Hi, I progress slowly, but my work advance to propose a refactored appimage up to date. Still tuned... Gilles Caulier PhilV, After 3 weeks of work, i finally completed the compilation of AppImage using Qt 5.11.3 + QWebkit 5.212. New 6.1.0 pre-release AppImage bundle can be found here (64 bits only for the moment) : https://files.kde.org/digikam/ Please check if the problem remain. Gilles Caulier I tried the last appimage (digikam-6.1.0-git-20190320T143140-x86-64) and it seems to work properly now. Thanks. Hum, this problem is not yet fixed. And now i found the problem. Typically, in the bundle, i compiled a new version of Freetype and fontconfig libraries and ask to Qt to use it. This is fine, but at end when i bundle all files, the linker used to parse use to Centos 6 fontconfig and freetype to resolve deps while packaging. To resume, there is a mix of older and newer libraries in the bundle. Solution => I will remove fontconfig and freetype at bundle compilation and only use Centos6 based libraries. I will not bundle these fontconfig/freetype to the bundle and at runtime i will delegate the host system libraries. Compilation from scratch is under progress... Gilles Caulier Definitively fixed with digikam-6.1.0-git-20190329T223601-x86-64.appimage Gilles Caulier |