Skip to content

Instantly share code, notes, and snippets.

@zao
Created June 29, 2017 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zao/d985bb9bebe542ad1bd0ee5d5a83e91b to your computer and use it in GitHub Desktop.
Save zao/d985bb9bebe542ad1bd0ee5d5a83e91b to your computer and use it in GitHub Desktop.
[zao@dagur build-hpx-rwdi]$ ninja -j16
[15/465] Building CXX object src/CMake.../runtime/agas/addressing_service.cpp.o
FAILED: src/CMakeFiles/hpx.dir/runtime/agas/addressing_service.cpp.o
/usr/lib64/ccache/c++ -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_NAME=hpx -DHPX_COROUTINE_EXPORTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/zao/slask/stellar/hpx -I. -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -O2 -g -DNDEBUG -fPIC -std=c++17 -MD -MT src/CMakeFiles/hpx.dir/runtime/agas/addressing_service.cpp.o -MF src/CMakeFiles/hpx.dir/runtime/agas/addressing_service.cpp.o.d -o src/CMakeFiles/hpx.dir/runtime/agas/addressing_service.cpp.o -c /home/zao/slask/stellar/hpx/src/runtime/agas/addressing_service.cpp
In file included from /usr/include/boost/icl/type_traits/identity_element.hpp:11:0,
from /usr/include/boost/icl/type_traits/unit_element.hpp:12,
from /usr/include/boost/icl/concept/interval.hpp:17,
from /usr/include/boost/icl/closed_interval.hpp:12,
from /home/zao/slask/stellar/hpx/src/runtime/agas/addressing_service.cpp:48:
/usr/include/boost/icl/type_traits/type_to_string.hpp:56:12: error: partial specialization of ‘struct boost::icl::type_to_string<Unary<Type> >’ after instantiation of ‘struct boost::icl::type_to_string<std::__cxx11::basic_string<char> >’ [-fpermissive]
struct type_to_string<Unary<Type> >
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/icl/type_traits/type_to_string.hpp:72:12: error: partial specialization of ‘struct boost::icl::type_to_string<Binary<Type1, Type2> >’ after instantiation of ‘struct boost::icl::type_to_string<std::__cxx11::basic_string<char> >’ [-fpermissive]
struct type_to_string<Binary<Type1, Type2> >
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[30/465] Building CXX object src/CMake...r/runtime/agas/primary_namespace.cpp.o
ninja: build stopped: subcommand failed.
[zao@dagur build-hpx-rwdi]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment