I'm trying to build ceph on WSL + Ubuntu 20.04 and I'm encountering a build error related to Linux Kernel Version. but my Linux Kernel Version(5.15) is later than the error log mentions(5.10) so I'm wondering the problem is WSL itself. is it possible builing ceph on WSL? For you information, I minimize the error logs and env and what I did. Plz forgive me it's not the full error log. My workplace is behind the firewall. ======================= # env Env : WSL2 + Ubuntu 20.04 Linux Kernel Version : 5.15.153.1-microsoft-standard-WSL2 # execution $> git clone and pull submodules $> ./install-deps.sh $> ./do_cmake.sh $> cd build $> ninja -j1 # Error Logs Building CXX object src/common/CMakeFiles/common-common-objs.dir/Graylog.cc.o FAILED: src/common/CMakeFiles/common-common-objs.dir/Graylog.cc.o ... In file included from /ceph/build/boost/include/boost/asio/io_context.hpp:18, from /ceph/src/common/Graylog.h:7, from /ceph/src/common/Graylog.cc:4 /ceph/build/boost/include/boost/asio/detail/config.hpp:826:5: error: #error Linux kernel 5.10 or later is required to support io_uring ...
participants (1)
-
noroad4work@gmail.com