Failed to emerge dev-libs/boost-1.63.0 (incompatible properties)

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am new in gentoo. I am trying to install gentoo (genkernel) and I have boost as dependency. I got this error in log file:
What is the problem and what I need to correct?
b2
--user-config=/var/tmp/portage/dev-libs/boost-1.63.0/work/boost_1_63_0-abi_x86_64.amd64/user-config.jam
gentoodebug -j2 -q -d+2 -sICU_PATH=/usr pch=off
--boost-build=/usr/share/boost-build --prefix=/var/tmp/portage/dev-libs/boost-1.63.0/image/usr --layout=system threading=multi link=shared,static Performing configuration checks
- 32-bit : no (cached)
- 64-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
- symlinks supported : yes
- has_icu builds : yes (cached)
- lockfree boost::atomic_flag : yes (cached)
error: Name clash for '<p../dist/bin>auto_index'
error:
error: Tried to build the target twice, with property sets having
error: these incompatible properties:
error:
error: - none
error: - <format>html
error:
error: Please make sure to have consistent requirements for
these error: properties everywhere in your project, especially for
install error: targets.
ERROR: dev-libs/boost-1.63.0::gentoo failed (compile phase):
Building of Boost tools failed
Call stack:
ebuild.sh, line 124: Called src_compile
environment, line 4352: Called multilib-minimal_src_compile
environment, line 2469: Called multilib_foreach_abi 'multilib-minimal_abi_src_compile'
environment, line 2700: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_compile'
environment, line 2347: Called _multibuild_run _multilib_multibuild_wrapper' 'multilib-minimal_abi_src_compile'
environment, line 2345: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_compile'
environment, line 413: Called multilib-minimal_abi_src_compile
environment, line 2463: Called multilib_src_compile
environment, line 2960: Called die
The specific snippet of code:
ejam "$OPTIONS[@]" $PYTHON_OPTIONS || die "Building of Boost tools failed";
If you need support, post the output of `emerge --info '=dev-libs/boost-1.63.0::gentoo'`,
the complete build log and the output of `emerge -pqv '=dev-libs/boost-1.63.0::gentoo'`.
The complete build log is located at '/var/tmp/portage/dev-libs/boost-1.63.0/temp/build.log'.
The ebuild environment file is located at '/var/tmp/portage/dev-libs/boost-1.63.0/temp/environment'.
Working directory: '/var/tmp/portage/dev-libs/boost-1.63.0/work/boost_1_63_0-abi_x86_64.amd64/tools'
S: '/var/tmp/portage/dev-libs/boost-1.63.0/work/boost_1_63_0'
gentoo emerge
add a comment |Â
up vote
0
down vote
favorite
I am new in gentoo. I am trying to install gentoo (genkernel) and I have boost as dependency. I got this error in log file:
What is the problem and what I need to correct?
b2
--user-config=/var/tmp/portage/dev-libs/boost-1.63.0/work/boost_1_63_0-abi_x86_64.amd64/user-config.jam
gentoodebug -j2 -q -d+2 -sICU_PATH=/usr pch=off
--boost-build=/usr/share/boost-build --prefix=/var/tmp/portage/dev-libs/boost-1.63.0/image/usr --layout=system threading=multi link=shared,static Performing configuration checks
- 32-bit : no (cached)
- 64-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
- symlinks supported : yes
- has_icu builds : yes (cached)
- lockfree boost::atomic_flag : yes (cached)
error: Name clash for '<p../dist/bin>auto_index'
error:
error: Tried to build the target twice, with property sets having
error: these incompatible properties:
error:
error: - none
error: - <format>html
error:
error: Please make sure to have consistent requirements for
these error: properties everywhere in your project, especially for
install error: targets.
ERROR: dev-libs/boost-1.63.0::gentoo failed (compile phase):
Building of Boost tools failed
Call stack:
ebuild.sh, line 124: Called src_compile
environment, line 4352: Called multilib-minimal_src_compile
environment, line 2469: Called multilib_foreach_abi 'multilib-minimal_abi_src_compile'
environment, line 2700: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_compile'
environment, line 2347: Called _multibuild_run _multilib_multibuild_wrapper' 'multilib-minimal_abi_src_compile'
environment, line 2345: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_compile'
environment, line 413: Called multilib-minimal_abi_src_compile
environment, line 2463: Called multilib_src_compile
environment, line 2960: Called die
The specific snippet of code:
ejam "$OPTIONS[@]" $PYTHON_OPTIONS || die "Building of Boost tools failed";
If you need support, post the output of `emerge --info '=dev-libs/boost-1.63.0::gentoo'`,
the complete build log and the output of `emerge -pqv '=dev-libs/boost-1.63.0::gentoo'`.
The complete build log is located at '/var/tmp/portage/dev-libs/boost-1.63.0/temp/build.log'.
The ebuild environment file is located at '/var/tmp/portage/dev-libs/boost-1.63.0/temp/environment'.
Working directory: '/var/tmp/portage/dev-libs/boost-1.63.0/work/boost_1_63_0-abi_x86_64.amd64/tools'
S: '/var/tmp/portage/dev-libs/boost-1.63.0/work/boost_1_63_0'
gentoo emerge
euse -D tools -p dev-libs/boost(bugs.gentoo.org/585336#c3)
â webKnjaZ
Feb 7 at 14:11
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am new in gentoo. I am trying to install gentoo (genkernel) and I have boost as dependency. I got this error in log file:
What is the problem and what I need to correct?
b2
--user-config=/var/tmp/portage/dev-libs/boost-1.63.0/work/boost_1_63_0-abi_x86_64.amd64/user-config.jam
gentoodebug -j2 -q -d+2 -sICU_PATH=/usr pch=off
--boost-build=/usr/share/boost-build --prefix=/var/tmp/portage/dev-libs/boost-1.63.0/image/usr --layout=system threading=multi link=shared,static Performing configuration checks
- 32-bit : no (cached)
- 64-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
- symlinks supported : yes
- has_icu builds : yes (cached)
- lockfree boost::atomic_flag : yes (cached)
error: Name clash for '<p../dist/bin>auto_index'
error:
error: Tried to build the target twice, with property sets having
error: these incompatible properties:
error:
error: - none
error: - <format>html
error:
error: Please make sure to have consistent requirements for
these error: properties everywhere in your project, especially for
install error: targets.
ERROR: dev-libs/boost-1.63.0::gentoo failed (compile phase):
Building of Boost tools failed
Call stack:
ebuild.sh, line 124: Called src_compile
environment, line 4352: Called multilib-minimal_src_compile
environment, line 2469: Called multilib_foreach_abi 'multilib-minimal_abi_src_compile'
environment, line 2700: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_compile'
environment, line 2347: Called _multibuild_run _multilib_multibuild_wrapper' 'multilib-minimal_abi_src_compile'
environment, line 2345: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_compile'
environment, line 413: Called multilib-minimal_abi_src_compile
environment, line 2463: Called multilib_src_compile
environment, line 2960: Called die
The specific snippet of code:
ejam "$OPTIONS[@]" $PYTHON_OPTIONS || die "Building of Boost tools failed";
If you need support, post the output of `emerge --info '=dev-libs/boost-1.63.0::gentoo'`,
the complete build log and the output of `emerge -pqv '=dev-libs/boost-1.63.0::gentoo'`.
The complete build log is located at '/var/tmp/portage/dev-libs/boost-1.63.0/temp/build.log'.
The ebuild environment file is located at '/var/tmp/portage/dev-libs/boost-1.63.0/temp/environment'.
Working directory: '/var/tmp/portage/dev-libs/boost-1.63.0/work/boost_1_63_0-abi_x86_64.amd64/tools'
S: '/var/tmp/portage/dev-libs/boost-1.63.0/work/boost_1_63_0'
gentoo emerge
I am new in gentoo. I am trying to install gentoo (genkernel) and I have boost as dependency. I got this error in log file:
What is the problem and what I need to correct?
b2
--user-config=/var/tmp/portage/dev-libs/boost-1.63.0/work/boost_1_63_0-abi_x86_64.amd64/user-config.jam
gentoodebug -j2 -q -d+2 -sICU_PATH=/usr pch=off
--boost-build=/usr/share/boost-build --prefix=/var/tmp/portage/dev-libs/boost-1.63.0/image/usr --layout=system threading=multi link=shared,static Performing configuration checks
- 32-bit : no (cached)
- 64-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
- symlinks supported : yes
- has_icu builds : yes (cached)
- lockfree boost::atomic_flag : yes (cached)
error: Name clash for '<p../dist/bin>auto_index'
error:
error: Tried to build the target twice, with property sets having
error: these incompatible properties:
error:
error: - none
error: - <format>html
error:
error: Please make sure to have consistent requirements for
these error: properties everywhere in your project, especially for
install error: targets.
ERROR: dev-libs/boost-1.63.0::gentoo failed (compile phase):
Building of Boost tools failed
Call stack:
ebuild.sh, line 124: Called src_compile
environment, line 4352: Called multilib-minimal_src_compile
environment, line 2469: Called multilib_foreach_abi 'multilib-minimal_abi_src_compile'
environment, line 2700: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_compile'
environment, line 2347: Called _multibuild_run _multilib_multibuild_wrapper' 'multilib-minimal_abi_src_compile'
environment, line 2345: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_compile'
environment, line 413: Called multilib-minimal_abi_src_compile
environment, line 2463: Called multilib_src_compile
environment, line 2960: Called die
The specific snippet of code:
ejam "$OPTIONS[@]" $PYTHON_OPTIONS || die "Building of Boost tools failed";
If you need support, post the output of `emerge --info '=dev-libs/boost-1.63.0::gentoo'`,
the complete build log and the output of `emerge -pqv '=dev-libs/boost-1.63.0::gentoo'`.
The complete build log is located at '/var/tmp/portage/dev-libs/boost-1.63.0/temp/build.log'.
The ebuild environment file is located at '/var/tmp/portage/dev-libs/boost-1.63.0/temp/environment'.
Working directory: '/var/tmp/portage/dev-libs/boost-1.63.0/work/boost_1_63_0-abi_x86_64.amd64/tools'
S: '/var/tmp/portage/dev-libs/boost-1.63.0/work/boost_1_63_0'
gentoo emerge
asked Dec 16 '17 at 8:40
Sacha_D
12
12
euse -D tools -p dev-libs/boost(bugs.gentoo.org/585336#c3)
â webKnjaZ
Feb 7 at 14:11
add a comment |Â
euse -D tools -p dev-libs/boost(bugs.gentoo.org/585336#c3)
â webKnjaZ
Feb 7 at 14:11
euse -D tools -p dev-libs/boost (bugs.gentoo.org/585336#c3)â webKnjaZ
Feb 7 at 14:11
euse -D tools -p dev-libs/boost (bugs.gentoo.org/585336#c3)â webKnjaZ
Feb 7 at 14:11
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Â
draft saved
draft discarded
Â
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f411217%2ffailed-to-emerge-dev-libs-boost-1-63-0-incompatible-properties%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
euse -D tools -p dev-libs/boost(bugs.gentoo.org/585336#c3)â webKnjaZ
Feb 7 at 14:11