I have run the script tools/bootstrap.sh
, but I failed to run make run
due to a missing binary named brctl
beacse the brctl
is located in sbin
:
> sudo apt-file search brctl
bash-completion: /usr/share/bash-completion/completions/brctl
bridge-utils: /sbin/brctl
Besides this error, I have fixed the missing binary x86_64-linux-musl-gcc
and musl-gcc
by apt install musl-dev musl-tools
. Seems like we need some additional package in debian
. Would you like to add the debian
OS test in github action?
My OS:
lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm