Closed moeinshahcheraghi closed 8 months ago
can you share the error as a txt file?
/root/katran/_build/deps/include/fmt/core.h:1595:17: note: ‘formattable_char’ evaluates to false
make[2]: [CMakeFiles/folly_base.dir/build.make:272: CMakeFiles/folly_base.dir/folly/IPAddress.cpp.o] Error 1
make[2]: Waiting for unfinished jobs....
make[2]: [CMakeFiles/folly_base.dir/build.make:286: CMakeFiles/folly_base.dir/folly/IPAddressV4.cpp.o] Error 1
In file included from /root/katran/_build/deps/include/fmt/format.h:55,
from /root/katran/_build/deps/folly/folly/FBString.h:34,
from /root/katran/_build/deps/folly/folly/IPAddressV6.h:37,
from /root/katran/_build/deps/folly/folly/IPAddressV6.cpp:17:
/root/katran/_build/deps/include/fmt/core.h: In instantiation of ‘constexpr fmt::v10::detail::value~~~
/root/katran/_build/deps/include/fmt/core.h:1595:17: note: ‘formattable_char’ evaluates to false
make[2]:
same issue for me
gcc --version
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
clang --version
Ubuntu clang version 14.0.0-1ubuntu1.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
should have been fixed with https://github.com/facebookincubator/katran/pull/222
building on Ubuntu 20.04 with this command ./build_katran.sh i get the following error