[kde-freebsd] cmake install issues
Something looks to be going wrong here. ===> Registering installation for cmake-3.2.3 (cmake-3.2.3) /usr/ports/devel/cmake/work/stage//usr/local/bin/ccmake - required shared library /usr/local/lib/libjsoncpp.so not found (cmake-3.2.3) /usr/ports/devel/cmake/work/stage//usr/local/bin/cmake - required shared library /usr/local/lib/libjsoncpp.so not found (cmake-3.2.3) /usr/ports/devel/cmake/work/stage//usr/local/bin/cpack - required shared library /usr/local/lib/libjsoncpp.so not found (cmake-3.2.3) /usr/ports/devel/cmake/work/stage//usr/local/bin/ctest - required shared library /usr/local/lib/libjsoncpp.so not found Installing cmake-3.2.3... ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] [Bug 200969] devel/cmake: missing library /usr/local/lib/libjsoncpp.so
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200969 --- Comment #1 from Raphael Kubo da Costa --- The problem is in devel/jsoncpp. Its (deprecated) SCons build system does not generate versioned shared libraries, so libjsoncpp.so does not have a proper SONAME ELF header. Consequently, binaries linking against it get confused with what to mention as a dependency in their own ELF headers. -- You are receiving this mail because: You are the assignee for the bug. ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] [Bug 200969] devel/cmake: missing library /usr/local/lib/libjsoncpp.so
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200969 Raphael Kubo da Costa changed: What|Removed |Added Depends on||201057 --- Comment #2 from Raphael Kubo da Costa --- I've filed bug 201057 to fix devel/jsoncpp. -- You are receiving this mail because: You are the assignee for the bug. ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information