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
The instructions for compiling on Linux fail to mention hexdump, potentially leading to failures to compile on minimal installations, such as when using containers to build under host systems with immutable rootfs
Steps to reproduce:
1.) set up any system that doesn't have hexdump by default - in my case it was a podman container using Docker's image of Ubuntu 22.04 (set up using SteamOS 3.5.19's included version of distrobox)
2.) follow the "Compiling on Linux" instructions on the wiki
3.) make will fail, with several errors in the middle of the log stating that hexdump was not found
(compilation was later successful after running sudo apt install bsdmainutils)
The text was updated successfully, but these errors were encountered:
devek1
changed the title
unlisted dependency for compiling on Linux - bsdmainutils
unlisted dependency for compiling on Linux - hexdump
May 25, 2024
The instructions for compiling on Linux fail to mention hexdump, potentially leading to failures to compile on minimal installations, such as when using containers to build under host systems with immutable rootfs
Steps to reproduce:
1.) set up any system that doesn't have hexdump by default - in my case it was a podman container using Docker's image of Ubuntu 22.04 (set up using SteamOS 3.5.19's included version of distrobox)
2.) follow the "Compiling on Linux" instructions on the wiki
3.) make will fail, with several errors in the middle of the log stating that hexdump was not found
(compilation was later successful after running
sudo apt install bsdmainutils
)The text was updated successfully, but these errors were encountered: