Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gentoo amd64] build.sh fails on boost #2442

Closed
darkicekeel opened this issue Jun 14, 2017 · 6 comments
Closed

[gentoo amd64] build.sh fails on boost #2442

darkicekeel opened this issue Jun 14, 2017 · 6 comments

Comments

@darkicekeel
Copy link

compiling zcash after fetch-params.sh results in this
$./zcutil/build.sh --disable-rust -j6

`Building boost...
mkdir -p /home/user/work/dude/activity/z_c_ash_wa_llet/zcash/depends/work/build/x86_64-unknown-linux-gnu/boost/1_62_0-2d69d505974/.
cd /home/user/work/dude/activity/z_c_ash_wa_llet/zcash/depends/work/build/x86_64-unknown-linux-gnu/boost/1_62_0-2d69d505974/.; PATH=/home/user/work/dude/activity/z_c_ash_wa_llet/zcash/depends/x86_64-unknown-linux-gnu/native/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.4:/usr/lib/llvm/5/bin:/usr/lib/llvm/4/bin:/usr/games/bin ./b2 -d2 -j2 -d1 --prefix=/home/user/work/dude/activity/z_c_ash_wa_llet/zcash/depends/work/staging/x86_64-unknown-linux-gnu/boost/1_62_0-2d69d505974/home/user/work/dude/activity/z_c_ash_wa_llet/zcash/depends/x86_64-unknown-linux-gnu --layout=tagged --build-type=complete --user-config=user-config.jam threading=multi link=static -sNO_BZIP2=1 -sNO_ZLIB=1 variant=release threadapi=pthread runtime-link=shared stage
/home/user/work/dude/activity/z_c_ash_wa_llet/zcash/depends/work/build/x86_64-unknown-linux-gnu/boost/1_62_0-2d69d505974/tools/build/src/build/feature.jam:494: in feature.validate-value-string from module feature
error: "none" is not a known value of feature
error: legal values: "off" "speed" "space"
/home/user/work/dude/activity/z_c_ash_wa_llet/zcash/depends/work/build/x86_64-unknown-linux-gnu/boost/1_62_0-2d69d505974/tools/build/src/build/property.jam:276: in validate1 from module property
/home/user/work/dude/activity/z_c_ash_wa_llet/zcash/depends/work/build/x86_64-unknown-linux-gnu/boost/1_62_0-2d69d505974/tools/build/src/build/property.jam:302: in property.validate from module property
/home/user/work/dude/activity/z_c_ash_wa_llet/zcash/depends/work/build/x86_64-unknown-linux-gnu/boost/1_62_0-2d69d505974/tools/build/src/tools/builtin.jam:381: in variant from module builtin
/usr/share/boost-build/site-config.jam:9: in modules.load from module site-config
/home/user/work/dude/activity/z_c_ash_wa_llet/zcash/depends/work/build/x86_64-unknown-linux-gnu/boost/1_62_0-2d69d505974/tools/build/src/build-system.jam:249: in load-config from module build-system
/home/user/work/dude/activity/z_c_ash_wa_llet/zcash/depends/work/build/x86_64-unknown-linux-gnu/boost/1_62_0-2d69d505974/tools/build/src/build-system.jam:351: in load-configuration-files from module build-system
/home/user/work/dude/activity/z_c_ash_wa_llet/zcash/depends/work/build/x86_64-unknown-linux-gnu/boost/1_62_0-2d69d505974/tools/build/src/build-system.jam:524: in load from module build-system
/home/user/work/dude/activity/z_c_ash_wa_llet/zcash/depends/work/build/x86_64-unknown-linux-gnu/boost/1_62_0-2d69d505974/tools/build/src/kernel/modules.jam:295: in import from module modules
/home/user/work/dude/activity/z_c_ash_wa_llet/zcash/depends/work/build/x86_64-unknown-linux-gnu/boost/1_62_0-2d69d505974/tools/build/src/kernel/bootstrap.jam:139: in boost-build from module
/home/user/work/dude/activity/z_c_ash_wa_llet/zcash/depends/work/build/x86_64-unknown-linux-gnu/boost/1_62_0-2d69d505974/boost-build.jam:17: in module scope from module

make: *** [funcs.mk:240: /home/user/work/dude/activity/z_c_ash_wa_llet/zcash/depends/work/build/x86_64-unknown-linux-gnu/boost/1_62_0-2d69d505974/./.stamp_built] Error 1
make: uscita dalla directory "/home/user/work/dude/activity/z_c_ash_wa_llet/zcash/depends"

`

system's boost version: 1.62.0-r1

@darkicekeel
Copy link
Author

i tried the tarball contained here https://z.cash/download.html
and followed instructions there.. now i've got my node up and running.

@daira
Copy link
Contributor

daira commented Jun 26, 2017

@darkicekeel: what gcc compiler version were you using?

@daira daira added this to Collect Information in User Support Jun 26, 2017
@darkicekeel
Copy link
Author

emerge --info:

sys-devel/gcc: 4.9.4::gentoo, 5.4.0-r3::gentoo

@ghost
Copy link

ghost commented Jul 2, 2017

I've a working ebuild here in my overlay. But don't trust me though, review everything before emerging it. Enjoy!

Cheers.

@daira daira added this to Discussion in Portability Jul 3, 2017
@ioptio ioptio moved this from Collect Information to Discussion in User Support Jul 25, 2017
@bitcartel
Copy link
Contributor

@darkicekeel Does the above ebuild patch fix things for you?

@bitcartel bitcartel moved this from Discussion to Collect Information in User Support Aug 14, 2017
@ioptio
Copy link
Contributor

ioptio commented Dec 4, 2017

Closing this issue due to lack of user response. If issue is still a problem, feel free to reopen this ticket.

@ioptio ioptio closed this as completed Dec 4, 2017
Portability automation moved this from Discussion to Complete Dec 4, 2017
User Support automation moved this from Collect Information to Complete Dec 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
User Support
  
Complete
Portability
  
Complete
Development

No branches or pull requests

4 participants