BTCPrivate / BitcoinPrivate-legacy

Bitcoin Private is a Bitcoin and Zclassic fork which uses ZK-SNARK technology for privacy and fungibility.
Other
283 stars 132 forks source link

GENTOO LINUX BUILD: error: "none" is not a known value of feature <optimization> #104

Closed VERTlG0 closed 6 years ago

VERTlG0 commented 6 years ago

z170x ~/BitcoinPrivate # ./btcputil/build.sh -j9
+++ readlink -f ./btcputil/build.sh
++ dirname /root/BitcoinPrivate/btcputil/build.sh

make: *** [funcs.mk:244: /root/BitcoinPrivate/depends/work/build/x86_64-unknown-linux-gnu/boost/1_62_0-936672d2af6/./.stamp_built] Error 1
make: Leaving directory '/root/BitcoinPrivate/depends'

SOLUTION: Add "--ignore-site-config" option to depends/packages/boost.mk file where ./b2 is called. This will save gentoo users a headache.

rterbush commented 6 years ago

I can confirm the same problem on Gentoo and the provided solution does work.

@VERTlG0 thanks for reporting.

BlueSilver22 commented 6 years ago

@ch4ot1c did you make the necessary pull request to fix this?

ch4ot1c commented 6 years ago

No, but again:

SOLUTION: Add "--ignore-site-config" option to depends/packages/boost.mk file where ./b2 is called. This will save gentoo users a headache.