ton-blockchain / ton

Main TON monorepo
Other
3.05k stars 956 forks source link

[Makefile:3364: rldp-http-proxy] Error 2 #931

Open LuckyCoders opened 7 months ago

LuckyCoders commented 7 months ago

[ 10%] Built target absl_low_level_hash [ 10%] Built target absl_hash [ 10%] Built target absl_cord_internal [ 10%] Built target absl_cordz_functions [ 10%] Built target absl_cordz_handle [ 12%] Built target absl_cordz_info [ 12%] Built target absl_cord [ 20%] Built target tdutils [ 20%] Built target tdactor [ 22%] Built target tddb_utils [ 26%] Built target ton_crypto_core [ 28%] Built target src_parser [ 28%] Built target tlbc [ 28%] Built target tlb_generate_block [ 28%] Built target blst [ 30%] Built target tdtl [ 30%] Built target generate_common [ 30%] Built target tl_generate_common [ 30%] Building CXX object tl/CMakeFiles/tl_api.dir/generate/auto/tl/ton_api.cpp.o gmake[3]: [tl/CMakeFiles/tl_api.dir/build.make:76: tl/CMakeFiles/tl_api.dir/generate/auto/tl/ton_api.cpp.o] Error 255 gmake[2]: [CMakeFiles/Makefile2:7606: tl/CMakeFiles/tl_api.dir/all] Error 2 gmake[1]: [CMakeFiles/Makefile2:13158: rldp-http-proxy/CMakeFiles/rldp-http-proxy.dir/rule] Error 2 gmake: [Makefile:3364: rldp-http-proxy] Error 2

cmake --build . --target rldp-http-proxy https://docs.ton.org/develop/howto/compile#rldp-http-proxy

Debian 12 arm64

LuckyCoders commented 7 months ago

If there is an existing precompiled binares why no dokcer image yet? 👍

stenolog commented 7 months ago

I assume you did the common part (https://docs.ton.org/develop/howto/compile#rldp-http-proxy) and are within the build directory?

I tried cmake --build . --target rldp-http-proxy within a docker dev-container (ubuntu 22.04), works fine.

root@765faef410d3:~/ton/build# cmake --build . --target rldp-http-proxy -j16
[...]
[100%] Built target rldp-http-proxy
root@765faef410d3:~/ton/build#