]> sigrok.org Git - sigrok-util.git/blob - cross-compile/appimage/contrib/excludelist
sigrok-cross-mingw: Optionally emit progress messages.
[sigrok-util.git] / cross-compile / appimage / contrib / excludelist
1 # This file lists libraries that we will assume to be present on the host system and hence
2 # should NOT be bundled inside AppImages. This is a working document; expect it to change
3 # over time. File format: one filename per line. Each entry should have a justification comment.
4
5 # See the useful tool at https://abi-laboratory.pro/index.php?view=navigator&symbol=hb_buffer_set_cluster_level#result
6 # to investigate issues with missing symbols.
7
8 ld-linux.so.2
9 ld-linux-x86-64.so.2
10 libanl.so.1
11 libBrokenLocale.so.1
12 libcidn.so.1
13 # libcrypt.so.1 # Not part of glibc anymore as of Fedora 30. See https://github.com/slic3r/Slic3r/issues/4798 and https://pagure.io/fedora-docs/release-notes/c/01d74b33564faa42959c035e1eee286940e9170e?branch=f28
14 libc.so.6
15 libdl.so.2
16 libm.so.6
17 libmvec.so.1
18 # libnsl.so.1 # Not part of glibc anymore as of Fedora 28. See https://github.com/RPCS3/rpcs3/issues/5224#issuecomment-434930594
19 libnss_compat.so.2
20 libnss_db.so.2
21 libnss_dns.so.2
22 libnss_files.so.2
23 libnss_hesiod.so.2
24 libnss_nisplus.so.2
25 libnss_nis.so.2
26 libpthread.so.0
27 libresolv.so.2
28 librt.so.1
29 libthread_db.so.1
30 libutil.so.1
31 # These files are all part of the GNU C Library which should never be bundled.
32 # List was generated from a fresh build of glibc 2.25.
33
34 libstdc++.so.6
35 # Workaround for:
36 # usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found
37
38 libGL.so.1
39 # The above may be missing on Chrome OS, https://www.reddit.com/r/Crostini/comments/d1lp67/ultimaker_cura_no_longer_running_as_an_appimage/
40 libEGL.so.1
41 # Part of the video driver (OpenGL); present on any regular
42 # desktop system, may also be provided by proprietary drivers.
43 # Known to cause issues if it's bundled.
44
45 libGLdispatch.so.0
46 libGLX.so.0
47 # reported to be superfluent and conflicting system libraries (graphics driver)
48 # see https://github.com/linuxdeploy/linuxdeploy/issues/89
49
50 libdrm.so.2
51 # Workaround for:
52 # Antergos Linux release 2015.11 (ISO-Rolling)
53 # /usr/lib/libdrm_amdgpu.so.1: error: symbol lookup error: undefined symbol: drmGetNodeTypeFromFd (fatal)
54 # libGL error: unable to load driver: swrast_dri.so
55 # libGL error: failed to load driver: swrast
56 # Unrecognized OpenGL version
57
58 libglapi.so.0
59 # Part of mesa
60 # known to cause problems with graphics, see https://github.com/RPCS3/rpcs3/issues/4427#issuecomment-381674910
61
62 libgbm.so.1
63 # Part of mesa
64 # https://github.com/probonopd/linuxdeployqt/issues/390#issuecomment-529036305
65
66 libxcb.so.1
67 # Workaround for:
68 # Fedora 23
69 # symbol lookup error: /lib64/libxcb-dri3.so.0: undefined symbol: xcb_send_fd
70 # 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
71 # Fedora 25:
72 # undefined symbol: xcb_send_request_with_fds
73 # https://github.com/AppImage/AppImages/issues/128
74
75 libX11.so.6
76 # Workaround for:
77 # Fedora 23
78 # symbol lookup error: ./lib/libX11.so.6: undefined symbol: xcb_wait_for_reply64
79 # 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
80
81 libgio-2.0.so.0
82 # Workaround for:
83 # On Ubuntu, "symbol lookup error: /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/liboverlay-scrollbar.so: undefined symbol: g_settings_new"
84
85 # libgdk-x11-2.0.so.0 # Missing on openSUSE-Tumbleweed-KDE-Live-x86_64-Snapshot20170601-Media.iso
86 # libgtk-x11-2.0.so.0 # Missing on openSUSE-Tumbleweed-KDE-Live-x86_64-Snapshot20170601-Media.iso
87
88 libasound.so.2
89 # Workaround for:
90 # No sound, e.g., in VLC.AppImage (does not find sound cards)
91
92 libgdk_pixbuf-2.0.so.0
93 # Workaround for:
94 # On Ubuntu, get (inkscape:25621): GdkPixbuf-WARNING **: Error loading XPM image loader: Image type 'xpm' is not supported
95
96 libfontconfig.so.1
97 # Workaround for:
98 # Application stalls when loading fonts during application launch; e.g., KiCad on ubuntu-mate
99
100 libthai.so.0
101 # Workaround for:
102 # 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)
103 # on openSUSE Tumbleweed
104
105 # other "low-level" font rendering libraries
106 # should fix https://github.com/probonopd/linuxdeployqt/issues/261#issuecomment-377522251
107 # and https://github.com/probonopd/linuxdeployqt/issues/157#issuecomment-320755694
108 libfreetype.so.6
109 libharfbuzz.so.0
110
111 # Note, after discussion we do not exlude this, but we can use a dummy library that just does nothing
112 # libselinux.so.1
113 # Workaround for:
114 # sed: error while loading shared libraries: libpcre.so.3: cannot open shared object file: No such file or directory
115 # Some distributions, such as Arch Linux, do not come with libselinux.so.1 by default.
116 # The solution is to bundle a dummy mock library:
117 # echo "extern int is_selinux_enabled(void){return 0;}" >> selinux-mock.c
118 # gcc -s -shared -o libselinux.so.1 -Wl,-soname,libselinux.so.1 selinux-mock.c 
119 # strip libselinux.so.1
120 # More information: https://github.com/AppImage/AppImages/issues/83
121
122 # The following are assumed to be part of the base system
123 # Removing these has worked e.g., for Krita. Feel free to report if
124 # you think that some of these should go into AppImages and why.
125 libcom_err.so.2
126 libexpat.so.1
127 libgcc_s.so.1
128 libglib-2.0.so.0
129 libgpg-error.so.0
130 # libgssapi_krb5.so.2 # Disputed, seemingly needed by Arch Linux since Kerberos is named differently there
131 # libgssapi.so.3 # Seemingly needed when running Ubuntu 14.04 binaries on Fedora 23
132 # libhcrypto.so.4 # Missing on openSUSE LEAP 42.0
133 # libheimbase.so.1 # Seemingly needed when running Ubuntu 14.04 binaries on Fedora 23
134 # libheimntlm.so.0 # Seemingly needed when running Ubuntu 14.04 binaries on Fedora 23
135 # libhx509.so.5 # Missing on openSUSE LEAP 42.0
136 libICE.so.6
137 # libidn.so.11 # Does not come with Solus by default
138 # 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
139 # libkeyutils.so.1 # Does not come with Void Linux by default; https://github.com/Subsurface-divelog/subsurface/issues/1971#issuecomment-466606834
140 # libkrb5.so.26 # Disputed, seemingly needed by Arch Linux since Kerberos is named differently there. Missing on openSUSE LEAP 42.0
141 # libkrb5.so.3 # Disputed, seemingly needed by Arch Linux since Kerberos is named differently there
142 # libkrb5support.so.0 # Disputed, seemingly needed by Arch Linux since Kerberos is named differently there
143 libp11-kit.so.0
144 # libpcre.so.3 # Missing on Fedora 24, SLED 12 SP1, and openSUSE Leap 42.2
145 # libroken.so.18 # Mission on openSUSE LEAP 42.0
146 # libsasl2.so.2 # Seemingly needed when running Ubuntu 14.04 binaries on Fedora 23
147 libSM.so.6
148 libusb-1.0.so.0
149 libuuid.so.1
150 # libwind.so.0 # Missing on openSUSE LEAP 42.0
151 libz.so.1
152
153 # Potentially dangerous libraries
154 libgobject-2.0.so.0
155
156 # Workaround for:
157 # Rectangles instead of fonts
158 # https://github.com/AppImage/AppImages/issues/240
159 libpangoft2-1.0.so.0
160 libpangocairo-1.0.so.0
161 libpango-1.0.so.0
162
163 # FIXME:
164 # Can get symbol lookup error: /lib64/libpango-1.0.so.0: undefined symbol: g_log_structured_standard
165 # if libcairo is bundled but libpango is not
166
167 # Workaround for:
168 # e.g., Spotify
169 # relocation error: /lib/x86_64-linux-gnu/libgcrypt.so.20: 
170 # symbol gpgrt_lock_lock, version GPG_ERROR_1.0 not defined
171 # in file libgpg-error.so.0 with link time reference
172 libgpg-error.so.0
173
174 libjack.so.0
175 # it must match the ABI of the JACK server which is installed in the base system
176 # rncbc confirmed this
177
178 # Unsolved issue:
179 # https://github.com/probonopd/linuxdeployqt/issues/35
180 # Error initializing NSS with a persistent database (sql:/home/me/.pki/nssdb): libsoftokn3.so: cannot open shared object file: No such file or directory
181 # Error initializing NSS without a persistent database: NSS error code: -5925
182 # nss_error=-5925, os_error=0
183 # libnss3.so should not be removed from the bundles, as this causes other issues, e.g.,
184 # https://github.com/probonopd/linuxdeployqt/issues/35#issuecomment-256213517
185 # and https://github.com/AppImage/AppImages/pull/114
186 # libnss3.so
187
188 # The following cannot be excluded, see
189 # https://github.com/AppImage/AppImages/commit/6c7473d8cdaaa2572248dcc53d7f617a577ade6b
190 # http://stackoverflow.com/questions/32644157/forcing-a-binary-to-use-a-specific-newer-version-of-a-shared-library-so
191 # libssl.so.1
192 # libssl.so.1.0.0
193 # libcrypto.so.1
194 # libcrypto.so.1.0.0
195
196 # According to https://github.com/RicardoEPRodrigues/3Engine/issues/4#issuecomment-511598362
197 # libGLEW is not tied to a specific GPU. It's linked against libGL.so.1 
198 # and that one is different depending on the installed driver. 
199 # In fact libGLEW is changing its soversion very often, so you should always bundle libGLEW.so.2.0
200
201 # libglut.so.3 # to be confirmed
202
203 libxcb-dri3.so.0 # https://github.com/AppImage/AppImages/issues/348
204 libxcb-dri2.so.0 # https://github.com/probonopd/linuxdeployqt/issues/331#issuecomment-442276277
205
206 # If the next line turns out to cause issues, we will have to remove it again and find another solution
207 libfribidi.so.0 # https://github.com/olive-editor/olive/issues/221 and https://github.com/knapsu/plex-media-player-appimage/issues/14