You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
[ 82%] Linking CXX executable genesis_update
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: ../../libraries/chain/libgraphene_chain.a(db_management.cpp.o): in function `void fc::reflector<graphene::chain::chain_parameters>::visit<fc::to_variant_visitor<graphene::chain::chain_parameters> >(fc::to_variant_visitor<graphene::chain::chain_parameters> const&)':
/home/peter/rpmbuild/BUILD/graphene/libraries/fc/include/fc/variant.hpp:629: undefined reference to `fc::smart_ref<graphene::chain::fee_schedule>::operator*() const'
collect2: error: ld returned 1 exit status
Build Environment
Details about the build environment, including the relevant required libraries. Much of this information can be found in the CMakeFiles/CMakeOutput.log.
The problem may depend on the order in which files are added to libchain.a, which may depend on the underlying filesystem.
The text was updated successfully, but these errors were encountered:
pmconrad
added
2d Developing
Status indicating currently designing and developing a solution
3d Bug
Classification indicating the existing implementation does not match the intention of the design
6 Build
Impact flag identifying the build process
labels
Dec 30, 2018
Build Error Description
Build Environment
Details about the build environment, including the relevant required libraries. Much of this information can be found in the
CMakeFiles/CMakeOutput.log
.Steps To Reproduce
Follow usual build instructions -
git clone ...
,git submodule update ...
,cmake ...
, `makeThe problem may depend on the order in which files are added to libchain.a, which may depend on the underlying filesystem.
The text was updated successfully, but these errors were encountered: