[digiKam-users] Digikam 6 appimage on Fedora 29 -- facing still problems

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[digiKam-users] Digikam 6 appimage on Fedora 29 -- facing still problems

Kai Blauberg
Hi,

First of all a big hand for everybody for new version of Digikam 6.0.

The bad message is that I still face problems with the appimage on my Fedora 29 environment.

[ Digikam]$ uname -a
Linux localhost.localdomain 4.20.11-200.fc29.x86_64 #1 SMP Wed Feb 20 15:56:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

[ Digikam]$ ./digikam-6.1.0-git-20190228T085259-x86-64.appimage 
libfreetype.so
libudev.so
-- digiKam AppImage Bundle
-- Use 'help' as CLI argument to know all available options for digiKam application
-- Preloading shared libs: 
digikam: symbol lookup error: /lib64/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var

I have been able to get 6.0 running on Fedora 27 which runs on a virtualbox guest.

Any suggestions how to get Digikam 6.0 appimage up and running on Fedora 29? 

Cheers and thanks!

Kai
Reply | Threaded
Open this post in threaded view
|

Re: Digikam 6 appimage on Fedora 29 -- facing still problems

Gilles Caulier-4
Hi,

From a console, if you run "export LD_PRELOAD=$LD_PRELOAD:/usr/lib64/libfontconfig.so" before to start the AppImage, it do not fix the problem ?

Best

Gilles Caulier

Le jeu. 28 févr. 2019 à 22:57, Kai Blauberg <[hidden email]> a écrit :
Hi,

First of all a big hand for everybody for new version of Digikam 6.0.

The bad message is that I still face problems with the appimage on my Fedora 29 environment.

[ Digikam]$ uname -a
Linux localhost.localdomain 4.20.11-200.fc29.x86_64 #1 SMP Wed Feb 20 15:56:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

[ Digikam]$ ./digikam-6.1.0-git-20190228T085259-x86-64.appimage 
libfreetype.so
libudev.so
-- digiKam AppImage Bundle
-- Use 'help' as CLI argument to know all available options for digiKam application
-- Preloading shared libs: 
digikam: symbol lookup error: /lib64/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var

I have been able to get 6.0 running on Fedora 27 which runs on a virtualbox guest.

Any suggestions how to get Digikam 6.0 appimage up and running on Fedora 29? 

Cheers and thanks!

Kai
Reply | Threaded
Open this post in threaded view
|

Re: Digikam 6 appimage on Fedora 29 -- facing still problems

Kai Blauberg
Hi,

Negative. Using the setting:

"
export LD_PRELOAD=$LD_PRELOAD:/usr/lib64/libfontconfig.so.1
"

because in /usr/lib64:

"
[ lib64]$ ls -alF libfontconfig.*
lrwxrwxrwx. 1 root root     23  7.11. 09:45 libfontconfig.so.1 -> libfontconfig.so.1.12.0*
-rwxr-xr-x. 1 root root 294496  7.11. 09:45 libfontconfig.so.1.12.0*
"

get the error message:

"
[ Digikam]$ ./digikam-6.1.0-git-20190228T085259-x86-64.appimage 
libfreetype.so
libudev.so
-- digiKam AppImage Bundle
-- Use 'help' as CLI argument to know all available options for digiKam application
-- Preloading shared libs: :/usr/lib64/libfontconfig.so.1
digikam: symbol lookup error: /usr/lib64/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var
"

Regards,

Kai

-----Alkuperäinen viesti-----
Lähettäjä: Gilles Caulier <[hidden email]>
Vastausosoite: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]>
Vastaanottaja: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]>
Aihe: Re: [digiKam-users] Digikam 6 appimage on Fedora 29 -- facing still problems
Päiväys: Fri, 1 Mar 2019 03:20:51 +0100

Hi,

From a console, if you run "export LD_PRELOAD=$LD_PRELOAD:/usr/lib64/libfontconfig.so" before to start the AppImage, it do not fix the problem ?

Best

Gilles Caulier

Le jeu. 28 févr. 2019 à 22:57, Kai Blauberg <[hidden email]> a écrit :
Hi,

First of all a big hand for everybody for new version of Digikam 6.0.

The bad message is that I still face problems with the appimage on my Fedora 29 environment.

[ Digikam]$ uname -a
Linux localhost.localdomain 4.20.11-200.fc29.x86_64 #1 SMP Wed Feb 20 15:56:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

[ Digikam]$ ./digikam-6.1.0-git-20190228T085259-x86-64.appimage 
libfreetype.so
libudev.so
-- digiKam AppImage Bundle
-- Use 'help' as CLI argument to know all available options for digiKam application
-- Preloading shared libs: 
digikam: symbol lookup error: /lib64/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var

I have been able to get 6.0 running on Fedora 27 which runs on a virtualbox guest.

Any suggestions how to get Digikam 6.0 appimage up and running on Fedora 29? 

Cheers and thanks!

Kai
Reply | Threaded
Open this post in threaded view
|

Re: Digikam 6 appimage on Fedora 29 -- facing still problems

Stuart T Rogers
I had this issue with two openSUSE Tumbleweed systems until I updated libfontconfig to the latest level and did a reboot of the system. Once done appimage loaded fine.

Stuart

On 1 March 2019 07:34:26 GMT, Kai Blauberg <[hidden email]> wrote:

>Hi,
>Negative. Using the setting:
>"export LD_PRELOAD=$LD_PRELOAD:/usr/lib64/libfontconfig.so.1"
>because in /usr/lib64:
>"[ lib64]$ ls -alF libfontconfig.*lrwxrwxrwx. 1 root root     23  7.11.
>09:45
>libfontconfig.so.1 -> libfontconfig.so.1.12.0*-rwxr-xr-x. 1 root root
>294496  7.11. 09:45
>libfontconfig.so.1.12.0*"
>get the error message:
>"[ Digikam]$ ./digikam-6.1.0-git-20190228T085259-x86-64.appimage
>libfreetype.solibudev.so--
>digiKam AppImage Bundle-- Use 'help' as CLI argument to know all
>available options for digiKam
>application-- Preloading shared libs:
>:/usr/lib64/libfontconfig.so.1digikam: symbol lookup
>error: /usr/lib64/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var"
>Regards,
>Kai
>-----Alkuperäinen viesti-----Lähettäjä: Gilles Caulier
><[hidden email]>Vastausosoite:
>digiKam - Home Manage your photographs as a professional with the power
>of open source <
>[hidden email]>Vastaanottaja: digiKam - Home Manage your
>photographs as a professional
>with the power of open source <[hidden email]>Aihe: Re:
>[digiKam-users] Digikam 6
>appimage on Fedora 29 -- facing still problemsPäiväys: Fri, 1 Mar 2019
>03:20:51 +0100
>Hi,
>
>From a console, if you run "export
>LD_PRELOAD=$LD_PRELOAD:/usr/lib64/libfontconfig.so" before
>to start the AppImage, it do not fix the problem ?
>Best
>
>Gilles Caulier
>Le jeu. 28 févr. 2019 à 22:57, Kai Blauberg <[hidden email]>
>a écrit :
>> Hi,
>> First of all a big hand for everybody for new version of Digikam 6.0.
>
>> The bad message is that I still face problems with the appimage on my
>Fedora 29 environment.
>> [ Digikam]$ uname -aLinux localhost.localdomain
>4.20.11-200.fc29.x86_64 #1 SMP Wed Feb 20
>> 15:56:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
>> [ Digikam]$ ./digikam-6.1.0-git-20190228T085259-x86-64.appimage
>libfreetype.solibudev.so--
>> digiKam AppImage Bundle-- Use 'help' as CLI argument to know all
>available options for
>> digiKam application-- Preloading shared libs: digikam: symbol lookup
>error:
>> /lib64/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var
>> I have been able to get 6.0 running on Fedora 27 which runs on a
>virtualbox guest.
>> Any suggestions how to get Digikam 6.0 appimage up and running on
>Fedora 29?
>> Cheers and thanks!
>> Kai

--
Sent from my Samsung Galaxy J5 with K-9 Mail. Please excuse my brevity.
Reply | Threaded
Open this post in threaded view
|

Re: Digikam 6 appimage on Fedora 29 -- facing still problems

Kai Blauberg
Hi,

F29 seems to be up on the latest version of libconfig:

Name         : fontconfig
Version      : 2.13.1
Julkaisu     : 3.fc29
Architecture : x86_64
Size         : 724 k
Lähde        : fontconfig-2.13.1-3.fc29.src.rpm
Repository   : @System

This is also the latest stable version released at fontconfig.org.

Still muddling with this issue...

Cheers!

Kai

-----Alkuperäinen viesti-----
Lähettäjä: Stuart Rogers <[hidden email]>
Vastausosoite: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]>
Vastaanottaja: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]>
Aihe: Re: [digiKam-users] Digikam 6 appimage on Fedora 29 -- facing still problems
Päiväys: Fri, 01 Mar 2019 07:58:18 +0000

I had this issue with two openSUSE Tumbleweed systems until I updated libfontconfig to the latest level and did a reboot of the system. Once done appimage loaded fine.

Stuart

On 1 March 2019 07:34:26 GMT, Kai Blauberg <
[hidden email]
> wrote:
Hi,
Negative. Using the setting:
"export LD_PRELOAD=$LD_PRELOAD:/usr/lib64/libfontconfig.so.1"
because in /usr/lib64:
"[ lib64]$ ls -alF libfontconfig.*lrwxrwxrwx. 1 root root     23  7.11.
09:45
libfontconfig.so.1 -> libfontconfig.so.1.12.0*-rwxr-xr-x. 1 root root
294496  7.11. 09:45
libfontconfig.so.1.12.0*"
get the error message:
"[ Digikam]$ ./digikam-6.1.0-git-20190228T085259-x86-64.appimage
libfreetype.solibudev.so--
digiKam AppImage Bundle-- Use 'help' as CLI argument to know all
available options for digiKam
application-- Preloading shared libs:
:/usr/lib64/libfontconfig.so.1digikam: symbol lookup
error: /usr/lib64/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var"
Regards,
Kai
-----Alkuperäinen viesti-----Lähettäjä: Gilles Caulier
<
[hidden email]
>Vastausosoite:
digiKam - Home Manage your photographs as a professional with the power
of open source <
[hidden email]
>Vastaanottaja: digiKam - Home Manage your
photographs as a professional
with the power of open source <
[hidden email]
>Aihe: Re:
[digiKam-users] Digikam 6
appimage on Fedora 29 -- facing still problemsPäiväys: Fri, 1 Mar 2019
03:20:51 +0100
Hi,

From a console, if you run "export
LD_PRELOAD=$LD_PRELOAD:/usr/lib64/libfontconfig.so" before
to start the AppImage, it do not fix the problem ?
Best

Gilles Caulier
Le jeu. 28 févr. 2019 à 22:57, Kai Blauberg <
[hidden email]
>
a écrit :
Hi,
First of all a big hand for everybody for new version of Digikam 6.0.

The bad message is that I still face problems with the appimage on my
Fedora 29 environment.
[ Digikam]$ uname -aLinux localhost.localdomain
4.20.11-200.fc29.x86_64 #1 SMP Wed Feb 20
15:56:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
[ Digikam]$ ./digikam-6.1.0-git-20190228T085259-x86-64.appimage
libfreetype.solibudev.so--
digiKam AppImage Bundle-- Use 'help' as CLI argument to know all
available options for
digiKam application-- Preloading shared libs: digikam: symbol lookup
error:
/lib64/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var
I have been able to get 6.0 running on Fedora 27 which runs on a
virtualbox guest. 
Any suggestions how to get Digikam 6.0 appimage up and running on
Fedora 29? 
Cheers and thanks!
Kai

Reply | Threaded
Open this post in threaded view
|

Re: Digikam 6 appimage on Fedora 29 -- facing still problems

Stuart T Rogers
That's the same version I'm using.

Stuart

On 02/03/2019 07:27, Kai Blauberg wrote:

> Hi,
>
> F29 seems to be up on the latest version of libconfig:
>
> Name         : fontconfig
> Version      : 2.13.1
> Julkaisu     : 3.fc29
> Architecture : x86_64
> Size         : 724 k
> Lähde        : fontconfig-2.13.1-3.fc29.src.rpm
> Repository   : @System
>
> This is also the latest stable version released at fontconfig.org.
>
> Still muddling with this issue...
>
> Cheers!
>
> Kai
>
> -----Alkuperäinen viesti-----
> *Lähettäjä*: Stuart Rogers <[hidden email]
> <mailto:Stuart%20Rogers%20%[hidden email]%3e>>
> *Vastausosoite*: digiKam - Home Manage your photographs as a
> professional with the power of open source <[hidden email]
> <mailto:digiKam%20-%20Home%20Manage%20your%20photographs%20as%20a%20professional%20with%20the%20power%20of%20open%20source%20%[hidden email]%3e>>
> *Vastaanottaja*: digiKam - Home Manage your photographs as a
> professional with the power of open source <[hidden email]
> <mailto:digiKam%20-%20Home%20Manage%20your%20photographs%20as%20a%20professional%20with%20the%20power%20of%20open%20source%20%[hidden email]%3e>>
> *Aihe*: Re: [digiKam-users] Digikam 6 appimage on Fedora 29 -- facing
> still problems
> *Päiväys*: Fri, 01 Mar 2019 07:58:18 +0000
>
> I had this issue with two openSUSE Tumbleweed systems until I updated libfontconfig to the latest level and did a reboot of the system. Once done appimage loaded fine.
>
>
> Stuart
>
>
> On 1 March 2019 07:34:26 GMT, Kai Blauberg <
>
> [hidden email]
>
>   <mailto:[hidden email]>
>
>> wrote:
>> Hi,
>> Negative. Using the setting:
>> "export LD_PRELOAD=$LD_PRELOAD:/usr/lib64/libfontconfig.so.1"
>> because in /usr/lib64:
>> "[ lib64]$ ls -alF libfontconfig.*lrwxrwxrwx. 1 root root     23  7.11.
>> 09:45
>> libfontconfig.so.1 -> libfontconfig.so.1.12.0*-rwxr-xr-x. 1 root root
>> 294496  7.11. 09:45
>> libfontconfig.so.1.12.0*"
>> get the error message:
>> "[ Digikam]$ ./digikam-6.1.0-git-20190228T085259-x86-64.appimage
>> libfreetype.solibudev.so--
>> digiKam AppImage Bundle-- Use 'help' as CLI argument to know all
>> available options for digiKam
>> application-- Preloading shared libs:
>> :/usr/lib64/libfontconfig.so.1digikam: symbol lookup
>> error: /usr/lib64/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var"
>> Regards,
>> Kai
>> -----Alkuperäinen viesti-----Lähettäjä: Gilles Caulier
>> <
>> [hidden email]
>>  <mailto:[hidden email]>
>> >Vastausosoite:
>> digiKam - Home Manage your photographs as a professional with the power
>> of open source <
>> [hidden email]
>>  <mailto:[hidden email]>
>> >Vastaanottaja: digiKam - Home Manage your
>> photographs as a professional
>> with the power of open source <
>> [hidden email]
>>  <mailto:[hidden email]>
>> >Aihe: Re:
>> [digiKam-users] Digikam 6
>> appimage on Fedora 29 -- facing still problemsPäiväys: Fri, 1 Mar 2019
>> 03:20:51 +0100
>> Hi,
>>
>>  From a console, if you run "export
>> LD_PRELOAD=$LD_PRELOAD:/usr/lib64/libfontconfig.so" before
>> to start the AppImage, it do not fix the problem ?
>> Best
>>
>> Gilles Caulier
>> Le jeu. 28 févr. 2019 à 22:57, Kai Blauberg <
>> [hidden email]
>>  <mailto:[hidden email]>
>> >
>> a écrit :
>>> Hi,
>>> First of all a big hand for everybody for new version of Digikam 6.0.
>>
>>> The bad message is that I still face problems with the appimage on my
>> Fedora 29 environment.
>>> [ Digikam]$ uname -aLinux localhost.localdomain
>> 4.20.11-200.fc29.x86_64 #1 SMP Wed Feb 20
>>> 15:56:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
>>> [ Digikam]$ ./digikam-6.1.0-git-20190228T085259-x86-64.appimage
>> libfreetype.solibudev.so--
>>> digiKam AppImage Bundle-- Use 'help' as CLI argument to know all
>> available options for
>>> digiKam application-- Preloading shared libs: digikam: symbol lookup
>> error:
>>> /lib64/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var
>>> I have been able to get 6.0 running on Fedora 27 which runs on a
>> virtualbox guest.
>>> Any suggestions how to get Digikam 6.0 appimage up and running on
>> Fedora 29?
>>> Cheers and thanks!
>>> Kai
>

--
Website: https://www.stella-maris.org.uk
or:      https//www.broadstairs.org