TENTOfficial / TENT

TENT source code
Other
29 stars 25 forks source link

compiling tent under gentoo amd64 #30

Closed darkicekeel closed 3 years ago

darkicekeel commented 3 years ago

hello, pls i need some support in getting this done i use gentoo amd64 and when i start the build.sh script, it ends with

make: *** [funcs.mk:259: /home/x/x/x/tent/TENT/depends/work/build/x86_64-unknown-linux-gnu/boost/1_70_0-c0fc57b1bb7/./.stamp_built] Error 1 make: Leaving directory '/home/x/x/x/tent/TENT/depends'

there are also 2 lines mentioning errors (earlier): error: "none" is not a known value of feature error: legal values: "off" "speed" "space"

I hope someone can help

darkicekeel commented 3 years ago

is it possible to publish in .AppImage format?

darkicekeel commented 3 years ago

this is how ./zcutil/build.sh fails on my system [...] `touch FOLDER/TENT/depends/work/build/x86_64-unknown-linux-gnu/boost/1_70_0-c0fc57b1bb7/./.stamp_configured echo Building boost... Building boost... mkdir -p FOLDER/TENT/depends/work/build/x86_64-unknown-linux-gnu/boost/1_70_0-c0fc57b1bb7/. cd FOLDER/TENT/depends/work/build/x86_64-unknown-linux-gnu/boost/1_70_0-c0fc57b1bb7/.; PATH="FOLDER/TENT/depends/x86_64-unknown-linux-gnu/native/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/lib/llvm/11/bin" ./b2 -d2 -j2 -d1 --prefix=FOLDER/TENT/depends/work/staging/x86_64-unknown-linux-gnu/boost/1_70_0-c0fc57b1bb7FOLDER/TENT/depends/x86_64-unknown-linux-gnu --layout=system threading=multi link=static -sNO_BZIP2=1 -sNO_ZLIB=1 variant=release threadapi=pthread runtime-link=shared stage FOLDER/TENT/depends/work/build/x86_64-unknown-linux-gnu/boost/1_70_0-c0fc57b1bb7/tools/build/src/build/feature.jam:491: in feature.validate-value-string from module feature error: "none" is not a known value of feature error: legal values: "off" "speed" "space" FOLDER/TENT/depends/work/build/x86_64-unknown-linux-gnu/boost/1_70_0-c0fc57b1bb7/tools/build/src/build/property.jam:341: in validate1 from module property FOLDER/TENT/depends/work/build/x86_64-unknown-linux-gnu/boost/1_70_0-c0fc57b1bb7/tools/build/src/build/property.jam:367: in property.validate from module property FOLDER/TENT/depends/work/build/x86_64-unknown-linux-gnu/boost/1_70_0-c0fc57b1bb7/tools/build/src/tools/features/variant-feature.jam:70: in variant from module variant-feature /usr/share/boost-build/site-config.jam:9: in modules.load from module site-config FOLDER/TENT/depends/work/build/x86_64-unknown-linux-gnu/boost/1_70_0-c0fc57b1bb7/tools/build/src/build-system.jam:255: in load-config from module build-system FOLDER/TENT/depends/work/build/x86_64-unknown-linux-gnu/boost/1_70_0-c0fc57b1bb7/tools/build/src/build-system.jam:425: in load-configuration-files from module build-system FOLDER/TENT/depends/work/build/x86_64-unknown-linux-gnu/boost/1_70_0-c0fc57b1bb7/tools/build/src/build-system.jam:607: in load from module build-system FOLDER/TENT/depends/work/build/x86_64-unknown-linux-gnu/boost/1_70_0-c0fc57b1bb7/tools/build/src/kernel/modules.jam:295: in import from module modules FOLDER/TENT/depends/work/build/x86_64-unknown-linux-gnu/boost/1_70_0-c0fc57b1bb7/tools/build/src/kernel/bootstrap.jam:139: in boost-build from module FOLDER/TENT/depends/work/build/x86_64-unknown-linux-gnu/boost/1_70_0-c0fc57b1bb7/boost-build.jam:17: in module scope from module

make: *** [funcs.mk:259: FOLDER/TENT/depends/work/build/x86_64-unknown-linux-gnu/boost/1_70_0-c0fc57b1bb7/./.stamp_built] Error 1 make: Leaving directory 'FOLDER/TENT/depends'`

darkicekeel commented 3 years ago

the new appimage version is working out of the box. just chmod +x "NAMEVERSION.AppImage" and it works