Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

symbol lookup error: /usr/lib/libtiff.so.6: undefined symbol: jpeg12_write_raw_data, version LIBJPEG_8.0 #1

Closed
quienn opened this issue Jan 1, 2024 · 6 comments

Comments

@quienn
Copy link

quienn commented Jan 1, 2024

Every time I try to run the AppImage (tried both with 29.1 and master/daily build) this is the output I get:

/tmp/.mount_Emacs-BlKoMm/bin/emacs: symbol lookup error: /usr/lib/libtiff.so.6: undefined symbol: jpeg12_write_raw_data, version LIBJPEG_8.0

Currently running Arch Linux.

$ pacman -Q libtiff libjpeg-turbo 
libtiff 4.6.0-2
libjpeg-turbo 3.0.1-1
@blahgeek
Copy link
Owner

blahgeek commented Jan 2, 2024

Hi,

Could you do the following steps and provide the logs

  • Extract the appimage (./Emacs.appimage --appimage-extract; cd squashfs-root), run lddtree: lddtree ./bin/emacs
  • Run emacs with LD debug: env LD_DEBUG=all ./Emacs.appimage

thanks

@quienn
Copy link
Author

quienn commented Jan 13, 2024

Just as I thought, there was a problem with my Arch installation. I can't reproduce this on a fresh install. 😁 Might aswell just close this issue.

@quienn quienn closed this as completed Jan 13, 2024
@endiexz
Copy link

endiexz commented Mar 6, 2024

I also came cross this problem when I installed BitComet as .AppImage file type.
[endiexz@EN Downloads]$ sudo ./BitComet-2.5.1-x86_64.AppImage
/tmp/.mount_BitCom3vAl1Z/usr/bin/BitComet: symbol lookup error: /usr/lib/libtiff.so.6: undefined symbol: jpeg12_write_raw_data, version LIBJPEG_8.0

@quienn
Copy link
Author

quienn commented Jun 27, 2024

Fresh Arch installation, this happened yet again! But I've seen there's a bunch of similar errors out there. 🤔

https://forum.manjaro.org/t/cant-start-onlyoffice-appimage/148332
ente-io/ente#472
ente-io/ente#1978

@quienn quienn reopened this Jun 27, 2024
@blahgeek
Copy link
Owner

blahgeek commented Jul 1, 2024

@quienn thanks for the report. I have identified and fixed the issue (but unfortunately had to drop tiff support). Please download the newest version from the release page to see if it fixes the issue for you.

@quienn
Copy link
Author

quienn commented Jul 4, 2024

Yes it does fix it! All variants now work perfectly fine in Arch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants