We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I'm running on Ubuntu 24.04, and I’m unable to successfully build, despite all the dependencies being installed. Here are the steps I ran:
sudo apt update sudo apt install -y make git gcc build-essential pkgconf libtool libsystemd-dev libprotobuf-c-dev libcap-dev libseccomp-dev libyajl-dev go-md2man libtool autoconf python3 automake git clone https://github.com/containers/crun cd crun ./autogen.sh ./configure make
Logs:
make all-recursive make[1]: Entering directory '/home/ubuntu/crun' Making all in libocispec make[2]: Entering directory '/home/ubuntu/crun/libocispec' make[2]: *** No rule to make target 'all'. Stop. make[2]: Leaving directory '/home/ubuntu/crun/libocispec' make[1]: *** [Makefile:2803: all-recursive] Error 1 make[1]: Leaving directory '/home/ubuntu/crun' make: *** [Makefile:1048: all] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I'm running on Ubuntu 24.04, and I’m unable to successfully build, despite all the dependencies being installed. Here are the steps I ran:
Logs:
The text was updated successfully, but these errors were encountered: