Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2018 19:41:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 226123] devel/cmake: linking ../bin/ccmake fails with undefined reference to Json::Value::Value()
Message-ID:  <bug-226123-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226123

            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@FreeBSD.org
          Reporter: bug@humdi.net
                CC: freebsd-powerpc@FreeBSD.org
          Assignee: kde@FreeBSD.org
             Flags: maintainer-feedback?(kde@FreeBSD.org)
                CC: freebsd-powerpc@FreeBSD.org

Created attachment 190899
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D190899&action=
=3Dedit
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<c=
har,
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 tr=
ied
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-upgr=
ade-to-version-5-5-54.59912/
but suggested solution didn't apply.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226123-13>