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 failed on ubuntu 22.04 #54

Open
clicx opened this issue Mar 3, 2025 · 5 comments
Open

build failed on ubuntu 22.04 #54

clicx opened this issue Mar 3, 2025 · 5 comments

Comments

@clicx
Copy link

clicx commented Mar 3, 2025

[ 25%] Completed 'apache-arrow-cpp'
[ 25%] Built target apache-arrow-cpp
gmake: *** [Makefile:146: all] Error 2

@daimashusheng
Copy link

daimashusheng commented Mar 3, 2025

make sure the version of liburing on your machine is >= 2.3, if it isn't, please upgrade it and then retry
https://github.com/axboe/liburing/tree/liburing-2.5

@huww98
Copy link
Contributor

huww98 commented Mar 3, 2025

See #33 (comment), Maybe you need more RAM, or limit the number of jobs for arrow

@clicx
Copy link
Author

clicx commented Mar 3, 2025

same issue after make install liburing, PS: make install seems installed same version as existing-> 2.10
same issue after applied #33, and ram is 64G, shouldn't be the RAM problem.
Is there any way to output more debug information?

@szukeymaker
Copy link

buiding in docker ? add --privileged and try again

@diabloneo
Copy link

Building in docker does not require using --privileged argument.

I have made a docker image for the building process and I have tested it:

https://hub.docker.com/repository/docker/diabloneo/3fs-build/general

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

5 participants