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

Compatibility with qt6-online-installer #193

Open
tresf opened this issue Feb 24, 2025 · 0 comments
Open

Compatibility with qt6-online-installer #193

tresf opened this issue Feb 24, 2025 · 0 comments

Comments

@tresf
Copy link

tresf commented Feb 24, 2025

When using linuxdeploy-plugin-qt with Qt6 installed from the qt6-online-installer, it fails with the following message:

ERROR: Could not find dependency: libQt6Xml.so.6 
ERROR: Failed to deploy dependencies for existing files 

ldd on the main executable shows the correct path:

tresf@ubuntu-linux-2404:~/lmms/build$ ldd lmms
	linux-vdso.so.1 (0x0000e3d32ffce000)
	libQt6Widgets.so.6 => /home/tresf/Qt/6.8.2/gcc_arm64/lib/libQt6Widgets.so.6 (0x0000e3d32ec00000)
	libQt6Xml.so.6 => /home/tresf/Qt/6.8.2/gcc_arm64/lib/libQt6Xml.so.6 (0x0000e3d32ff40000)
	libQt6Gui.so.6 => /home/tresf/Qt/6.8.2/gcc_arm64/lib/libQt6Gui.so.6 (0x0000e3d32e000000)

Workaround:

A temporary workaround is to set LD_LIBRARY_PATH to ~/Qt/6.8.2/gcc_arm64/lib/

Environment:

  • OS: Ubuntu 24.04
  • Arch: ARM64
  • Qt: 6.8.2
  • linuxdeploy: version 1-alpha (git commit ID c28054b), GitHub actions build 303 built on 2025-02-13 18:15:04 UTC
  • linuxdeploy-plugin-qt: version 1-alpha (git commit ID ce5291e), GitHub actions build 210 built on 2025-02-13 21:29:12
@tresf tresf mentioned this issue Feb 24, 2025
26 tasks
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

1 participant