Skip to content
New issue

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

Build failure on Ubuntu #1675

Open
Nivedita-V opened this issue Feb 21, 2025 · 0 comments
Open

Build failure on Ubuntu #1675

Nivedita-V opened this issue Feb 21, 2025 · 0 comments

Comments

@Nivedita-V
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant