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

appimage-builder --generate fails when dpkg-query -S output contains "diversion from" #360

Open
wttw opened this issue Oct 30, 2024 · 1 comment

Comments

@wttw
Copy link

wttw commented Oct 30, 2024

On ubuntu 24.04.1, dpkg -S /lib64/ld-linux-x86-64.so.2 gives this output:

diversion by libc6 from: /lib64/ld-linux-x86-64.so.2
diversion by libc6 to: /lib64/ld-linux-x86-64.so.2.usr-is-merged

appimage-builder then runs (something like) dpkg-query -W "diversion by libc6 from"

This prints a warning: "WARNING:dpkg-query:dpkg-query: no packages found matching diversion by libc6 from"
and dpkg-query fails with exit code 1. That causes appimage-builder to fail with "Package lockup failed" and a stack trace, producing no output file.

@carlonluca
Copy link
Contributor

Opened PR #362.

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

2 participants