Ruijie Meng
Ruijie Meng
Many thanks for your update. The building error about seastar is gone. However, while manually building in Fredora:34 and the recommended image `vectorized/redpanda-toolchain`, encountered another issue about `depot_tools`: ``` [98/144]...
The `depot_tools update failed` issue also occurs in old versions like branch `v21.11.x`.
There seems another issue about `undefined reference to fmt::v7::basic_format_context`. As the readme, I manually built (1) in `fedora:34` with the command `sudo ./install-dependencies.sh && CC=clang CXX=clang++ ./build.sh`, and (2) in...
For the compilation error: As your suggestion, check the `cmake/ `directory. I guess the fix is to add the `fmt` lib with: ``` ExternalProject_Add(fmt URL https://github.com/fmtlib/fmt/archive/refs/tags/8.1.1.tar.gz URL_MD5 fe7f1585844b14c647bd332ad5562832 INSTALL_DIR @REDPANDA_DEPS_INSTALL_DIR@...
While building the `dev` branch commit `6b9599e7ff5e3b56dbac9db0c27f2a58cca4e869`, report errors about `static_assert failed`. Is there a way to fix this building issue? ``` FAILED: src/v/storage/CMakeFiles/v_storage.dir/offset_translator_state.cc.o /usr/bin/ccache /usr/bin/clang++ -DFMT_LOCALE -DSEASTAR_API_LEVEL=6 -DSEASTAR_SCHEDULING_GROUPS_COUNT=16 -DXXH_PRIVATE_API...
Thanks for your update. Do you have any plans to update relevant scripts or docker images? As far as I can tell, there is no version that can be manually...