X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=cross-compile%2Fappimage%2Fcontrib%2Fexcludelist;h=4baede77594d5d394cd163e578725d9129753a67;hp=7e03b0e11a122f69b345764759d02398a8e5174a;hb=ca369dfa9d2872b8b642b32cbc0c2fecacc8ed2e;hpb=63fc42fe925320cafaae0e803e530b0a238b08d1 diff --git a/cross-compile/appimage/contrib/excludelist b/cross-compile/appimage/contrib/excludelist index 7e03b0e..4baede7 100644 --- a/cross-compile/appimage/contrib/excludelist +++ b/cross-compile/appimage/contrib/excludelist @@ -2,35 +2,44 @@ # should NOT be bundled inside AppImages. This is a working document; expect it to change # over time. File format: one filename per line. Each entry should have a justification comment. +# See the useful tool at https://abi-laboratory.pro/index.php?view=navigator&symbol=hb_buffer_set_cluster_level#result +# to investigate issues with missing symbols. + +ld-linux.so.2 +ld-linux-x86-64.so.2 +libanl.so.1 +libBrokenLocale.so.1 +libcidn.so.1 +libcrypt.so.1 libc.so.6 -# Workaround for: -# relocation error: usr/lib/libc.so.6: symbol _dl_starting_up, version GLIBC_PRIVATE not defined in file ld-linux-x86-64.so.2 with link time reference - libdl.so.2 -# Workaround for: -# Segmentation fault - -libstdc++.so.6 -# Workaround for: -# usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found - libm.so.6 -# Workaround for: -# relocation error: usr/lib/libm.so.6: symbol __get_cpu_features, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference - +libmvec.so.1 +libnsl.so.1 +libnss_compat.so.2 +libnss_db.so.2 +libnss_dns.so.2 +libnss_files.so.2 +libnss_hesiod.so.2 +libnss_nisplus.so.2 +libnss_nis.so.2 libpthread.so.0 -# Workaround for: -# usr/bin/inkscape: relocation error: usr/lib/libpthread.so.0: symbol h_errno, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference - libresolv.so.2 +librt.so.1 +libthread_db.so.1 +libutil.so.1 +# These files are all part of the GNU C Library which should never be bundled. +# List was generated from a fresh build of glibc 2.25. + +libstdc++.so.6 # Workaround for: -# usr/lib/libresolv.so.2: symbol h_errno, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference +# usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found libGL.so.1 -# Workaround for: -# Different distributions put dri/ libraries in different places, which are not found if we supply a bundled libGL.so.1 -# /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so -# /usr/lib64/dri/swrast_dri.so +libEGL.so.1 +# Part of the video driver (OpenGL); present on any regular +# desktop system, may also be provided by proprietary drivers. +# Known to cause issues if it's bundled. libdrm.so.2 # Workaround for: @@ -40,11 +49,18 @@ libdrm.so.2 # libGL error: failed to load driver: swrast # Unrecognized OpenGL version +libglapi.so.0 +# Part of mesa +# known to cause problems with graphics, see https://github.com/RPCS3/rpcs3/issues/4427#issuecomment-381674910 + libxcb.so.1 # Workaround for: # Fedora 23 # symbol lookup error: /lib64/libxcb-dri3.so.0: undefined symbol: xcb_send_fd # Uncertain if this is required to be bundled for some distributions - if so we need to write a version check script and use LD_PRELOAD to load the system version if it is newer +# Fedora 25: +# undefined symbol: xcb_send_request_with_fds +# https://github.com/AppImage/AppImages/issues/128 libX11.so.6 # Workaround for: @@ -56,9 +72,8 @@ libgio-2.0.so.0 # Workaround for: # On Ubuntu, "symbol lookup error: /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/liboverlay-scrollbar.so: undefined symbol: g_settings_new" -libgdk-x11-2.0.so.0 -libgtk-x11-2.0.so.0 -# Simply to reduce size - not known to cause issues +# libgdk-x11-2.0.so.0 # Missing on openSUSE-Tumbleweed-KDE-Live-x86_64-Snapshot20170601-Media.iso +# libgtk-x11-2.0.so.0 # Missing on openSUSE-Tumbleweed-KDE-Live-x86_64-Snapshot20170601-Media.iso libasound.so.2 # Workaround for: @@ -72,9 +87,27 @@ libfontconfig.so.1 # Workaround for: # Application stalls when loading fonts during application launch; e.g., KiCad on ubuntu-mate -libselinux.so.1 +libthai.so.0 +# Workaround for: +# audacity: /tmp/.mount_AudaciUsFbON/usr/lib/libthai.so.0: version `LIBTHAI_0.1.25' not found (required by /usr/lib64/libpango-1.0.so.0) +# on openSUSE Tumbleweed + +# other "low-level" font rendering libraries +# should fix https://github.com/probonopd/linuxdeployqt/issues/261#issuecomment-377522251 +# and https://github.com/probonopd/linuxdeployqt/issues/157#issuecomment-320755694 +libfreetype.so.6 +libharfbuzz.so.0 + +# Note, after discussion we do not exlude this, but we can use a dummy library that just does nothing +# libselinux.so.1 # Workaround for: # sed: error while loading shared libraries: libpcre.so.3: cannot open shared object file: No such file or directory +# Some distributions, such as Arch Linux, do not come with libselinux.so.1 by default. +# The solution is to bundle a dummy mock library: +# echo "extern int is_selinux_enabled(void){return 0;}" >> selinux-mock.c +# gcc -s -shared -o libselinux.so.1 -Wl,-soname,libselinux.so.1 selinux-mock.c +# strip libselinux.so.1 +# More information: https://github.com/AppImage/AppImages/issues/83 # The following are assumed to be part of the base system # Removing these has worked e.g., for Krita. Feel free to report if @@ -85,41 +118,39 @@ libexpat.so.1 libgcc_s.so.1 libglib-2.0.so.0 libgpg-error.so.0 -libgssapi_krb5.so.2 +# libgssapi_krb5.so.2 # Disputed, seemingly needed by Arch Linux since Kerberos is named differently there # libgssapi.so.3 # Seemingly needed when running Ubuntu 14.04 binaries on Fedora 23 -libhcrypto.so.4 +# libhcrypto.so.4 # Missing on openSUSE LEAP 42.0 # libheimbase.so.1 # Seemingly needed when running Ubuntu 14.04 binaries on Fedora 23 # libheimntlm.so.0 # Seemingly needed when running Ubuntu 14.04 binaries on Fedora 23 -libhx509.so.5 +# libhx509.so.5 # Missing on openSUSE LEAP 42.0 libICE.so.6 -libidn.so.11 -libk5crypto.so.3 +# libidn.so.11 # Does not come with Solus by default +# libk5crypto.so.3 # Runnning AppImage built on Debian 9 or Ubuntu 16.04 on an Archlinux fails otherwise; https://github.com/AppImage/AppImages/issues/301 libkeyutils.so.1 -libkrb5.so.26 -libkrb5.so.3 -libkrb5support.so.0 -libm.so.6 +# libkrb5.so.26 # Disputed, seemingly needed by Arch Linux since Kerberos is named differently there. Missing on openSUSE LEAP 42.0 +# libkrb5.so.3 # Disputed, seemingly needed by Arch Linux since Kerberos is named differently there +# libkrb5support.so.0 # Disputed, seemingly needed by Arch Linux since Kerberos is named differently there libp11-kit.so.0 -# libpcre.so.3 # Missing on Fedora 24 and on SLED 12 SP1 -libpthread.so.0 -libresolv.so.2 -libroken.so.18 -librt.so.1 +# libpcre.so.3 # Missing on Fedora 24, SLED 12 SP1, and openSUSE Leap 42.2 +# libroken.so.18 # Mission on openSUSE LEAP 42.0 # libsasl2.so.2 # Seemingly needed when running Ubuntu 14.04 binaries on Fedora 23 libSM.so.6 libusb-1.0.so.0 libuuid.so.1 -libwind.so.0 +# libwind.so.0 # Missing on openSUSE LEAP 42.0 libz.so.1 -# Remove these libraries, we need to use the system versions; -# this means that Ubuntu 11.04 is not supported (making 12.04 is our baseline) -libGL.so.1 -libdrm.so.2 - # Potentially dangerous libraries libgobject-2.0.so.0 +# Workaround for: +# Rectangles instead of fonts +# https://github.com/AppImage/AppImages/issues/240 +libpangoft2-1.0.so.0 +libpangocairo-1.0.so.0 +libpango-1.0.so.0 + # Workaround for: # e.g., Spotify # relocation error: /lib/x86_64-linux-gnu/libgcrypt.so.20: @@ -127,6 +158,10 @@ libgobject-2.0.so.0 # in file libgpg-error.so.0 with link time reference libgpg-error.so.0 +libjack.so.0 +# it must match the ABI of the JACK server which is installed in the base system +# rncbc confirmed this + # Unsolved issue: # https://github.com/probonopd/linuxdeployqt/issues/35 # Error initializing NSS with a persistent database (sql:/home/me/.pki/nssdb): libsoftokn3.so: cannot open shared object file: No such file or directory @@ -134,19 +169,18 @@ libgpg-error.so.0 # nss_error=-5925, os_error=0 # libnss3.so should not be removed from the bundles, as this causes other issues, e.g., # https://github.com/probonopd/linuxdeployqt/issues/35#issuecomment-256213517 -# and https://github.com/probonopd/AppImages/pull/114 +# and https://github.com/AppImage/AppImages/pull/114 # libnss3.so -# Workaround for: -# Fedora 25: -# undefined symbol: xcb_send_request_with_fds -# https://github.com/probonopd/AppImages/issues/128 -libxcb.so.1 - # The following cannot be excluded, see -# https://github.com/probonopd/AppImages/commit/6c7473d8cdaaa2572248dcc53d7f617a577ade6b +# https://github.com/AppImage/AppImages/commit/6c7473d8cdaaa2572248dcc53d7f617a577ade6b # http://stackoverflow.com/questions/32644157/forcing-a-binary-to-use-a-specific-newer-version-of-a-shared-library-so # libssl.so.1 # libssl.so.1.0.0 # libcrypto.so.1 # libcrypto.so.1.0.0 + +# The following may be spefific to a particular GPU and may need to be excluded +# according to https://github.com/RicardoEPRodrigues/3Engine/issues/4#issuecomment-402532194 +# libGLEW.so.2.0 # to be confirmed +# libglut.so.3 # to be confirmed