[kde-freebsd] ports/181935: x11/libkonq: ERROR: cmake/modules/FindKDE4Internal.cmake not found in Call Stack (most recent call first): CMakeLists.txt:12 (find_package)
Raphael Kubo da Costa
rakuco at FreeBSD.org
Tue Sep 10 15:20:02 UTC 2013
The following reply was made to PR ports/181935; it has been noted by GNATS.
From: Raphael Kubo da Costa <rakuco at FreeBSD.org>
To: "O. Hartmann" <ohartman at zedat.fu-berlin.de>
Cc: bug-followup at FreeBSD.org
Subject: Re: ports/181935: x11/libkonq: ERROR: cmake/modules/FindKDE4Internal.cmake not found in Call Stack (most recent call first): CMakeLists.txt:12 (find_package)
Date: Tue, 10 Sep 2013 12:18:10 -0300
"O. Hartmann" <ohartman at zedat.fu-berlin.de> writes:
> [...]
> [ 47%] Built target kfilemetadatareader_automoc
> Linking CXX executable ../bin/kfilemetadatareader
> /usr/local/lib/libstreamanalyzer.so.0: undefined reference to
> `Strigi::ProcessInputStream::ProcessInputStream(std::vector<std::string,
> std::allocator<std::string> > const&,
> Strigi::StreamBase<char>*)' /usr/local/lib/libstreamanalyzer.so.0:
> undefined reference to `Strigi::checkUtf8(std::string
> const&)' ../lib/libkio.so.7.0.1: undefined reference to
> `Strigi::AnalysisResult::AnalysisResult(std::__1::basic_string<char,
> std::__1::char_traits<char>, std::__1::allocator<char> > const&, long,
> Strigi::IndexWriter&, Strigi::StreamAnalyzer&,
> std::__1::basic_string<char, std::__1::char_traits<char>,
> std::__1::allocator<char> > const&)' c++: error: linker command failed
> with exit code 1 (use -v to see invocation) *** Error code 1
It looks like your libstreamanalyzer is still built with libstdc++ and
there's a symbol conflict there.
I've just (r326906) fixed libstreamanalyzer so that it builds with
libc++. Can you rebuild it and then retry kdelibs4?
More information about the kde-freebsd
mailing list