maintainer-feedback requested: [Bug 226123] devel/cmake: linking ../bin/ccmake fails with undefined reference to Json::Value::Value()

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 22 19:41:34 UTC 2018


Teemu Toivola <bug at humdi.net> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to Max Brazhnikov
<kde at FreeBSD.org>:
Bug 226123: devel/cmake: linking ../bin/ccmake fails with undefined reference
to Json::Value::Value()
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226123



--- Description ---
Created attachment 190899
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=190899&action=edit
cmake buildlog

Clean build of devel/cmake on powerpc (mac mini g4) fails during linking of
./bin/ccmake with:

[ 79%] Linking CXX executable ../bin/ccmake
libCMakeLib.a(cmNinjaTargetGenerator.cxx.o): In function
`cmNinjaTargetGenerator::WriteTargetDependInfo(std::__cxx11::basic_string<char,
std::char_trai
ts<char>, std::allocator<char> > const&)':
cmNinjaTargetGenerator.cxx:(.text+0x8ec0): undefined reference to
`Json::Value::Value(std::__cxx11::basic_string<char, std::char_traits<char>,
std::all
ocator<char> > const&)'
cmNinjaTargetGenerator.cxx:(.text+0x9050): undefined reference to
`Json::Value::Value(std::__cxx11::basic_string<char, std::char_traits<char>,
std::all
ocator<char> > const&)'
cmNinjaTargetGenerator.cxx:(.text+0x9228): undefined reference to
`Json::Value::Value(std::__cxx11::basic_string<char, std::char_traits<char>,
std::all
ocator<char> > const&)'
cmNinjaTargetGenerator.cxx:(.text+0x92b8): undefined reference to
`Json::Value::Value(std::__cxx11::basic_string<char, std::char_traits<char>,
std::all
ocator<char> > const&)'
etc.

Full build log included as attachment. Rebuild of devel/jsoncpp has been tried
but that didn't change the end result. The error has some similarities with
https://forums.freebsd.org/threads/mysql55-server-5-5-53-port-fails-to-upgrade-
to-version-5-5-54.59912/
but suggested solution didn't apply.


More information about the kde-freebsd mailing list