[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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226123
Bug ID: 226123
Summary: devel/cmake: linking ../bin/ccmake fails with
undefined reference to Json::Value::Value()
Product: Ports & Packages
Version: Latest
Hardware: powerpc
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: kde at FreeBSD.org
Reporter: bug at humdi.net
CC: freebsd-powerpc at FreeBSD.org
Assignee: kde at FreeBSD.org
Flags: maintainer-feedback?(kde at FreeBSD.org)
CC: freebsd-powerpc at FreeBSD.org
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list