[Bug]: After updating qemu-system-x86_64 returns CANNOT LINK EXECUTABLE "qemu-system-x86_64": library "libdw.so.1" not found and CANNOT LINK EXECUTABLE "qemu-system-x86_64": library "libasound.so" not found #23078
Labels
bug report
Something is not working properly
Problem description
After updating Termux with "apt update" and "apt upgrade" "qemu-system-x86_64" needs the "libdw.so.1" and "libasound.so" libraries to work. After "apt install libdw jack" qemu-system-x86_64 worked.
What steps will reproduce the bug?
An earlier version of qemu-system-x86_64 is installed.
apt update; apt upgrade
~ $ qemu-system-x86_64 --version
CANNOT LINK EXECUTABLE "qemu-system-x86_64": library "libdw.so.1" not found
~ $
After "apt install libdw":
~ $ qemu-system-x86_64 --version
CANNOT LINK EXECUTABLE "qemu-system-x86_64": library "libasound.so" not found
~ $
After "apt install jack" qemu-system-x86_64 works:
~ $ qemu-system-x86_64 --version
QEMU emulator version 8.2.6
Copyright (c) 2003-2023 Fabrice Bellard and the QEMU Project developers
~ $
"qemu-system-x86_64 -nographic" works too.
What is the expected behavior?
The latest version of qemu-system-x86_64 working.
System information
The text was updated successfully, but these errors were encountered: