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: [email protected]
Reporter: [email protected]
CC: [email protected]
Assignee: [email protected]
Flags: maintainer-feedback?([email protected])
CC: [email protected]
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.