aferrero2707 / gimp-appimage

174 stars 17 forks source link

Does not run on Ubuntu 14.04 #2

Closed probonopd closed 6 years ago

probonopd commented 7 years ago

Does not run on Ubuntu 14.04 because libexiv2.so.26 depends on a too new libstdc++.so.6:

bin/gimp.bin: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ././/lib/libexiv2.so.26)

This currently prevents GIMP from being added to the AppImageHub central directory of available AppImages.

Reference: https://travis-ci.org/AppImage/appimage.github.io/builds/282749650#L912

aferrero2707 commented 7 years ago

Quite strange... I am producing the AppImage on a Linux Mint 17.2 system, which is based on Ubuntu 14.04.

Would you be able to provide me the output of

strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBC

from the system in which the AppImage is being tested? On Mint 17.2, the GLIBCXX versions are listed up to 3.4.23.

Otherwise, I will probably need to move my build system to an "original" Ubuntu 14.04...

probonopd commented 7 years ago

I am using the Ubuntu 14.04 on Travis CI. Could you build your AppImage on Travis CI, too?

aferrero2707 commented 6 years ago

@probonopd - the AppImage is now built in a Ubuntu 14.04 docker container running on Travis CI.

Could you please test the latest version from here, and let me know if you encounter any problems? Otherwise I would close this issue.

Thanks!

probonopd commented 6 years ago

Thank you, works for me now. Already added to AppImageHub, too :-)