You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
On ubuntu 24.04.1,
dpkg -S /lib64/ld-linux-x86-64.so.2
gives this output: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.
The text was updated successfully, but these errors were encountered: