I had to amend libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/CMakeLists.txt with the following line:
target_link_libraries(index2dump streamanalyzer clucene-shared) so that it could be built with gcc46. This seems like some sort of an upstream issue. Build log snippet: Linking CXX executable index2dump /usr/local/bin/ld: CMakeFiles/index2dump.dir/indexdump.cpp.o: undefined reference to symbol 'lucene::util::atomic_threads::atomic_decrement(unsigned int*)' /usr/local/bin/ld: note: 'lucene::util::atomic_threads::atomic_decrement(unsigned int*)' is defined in DSO /usr/local/lib/libclucene-shared.so.1 so try adding it to the linker command line /usr/local/lib/libclucene-shared.so.1: could not read symbols: Invalid operation collect2: ld returned 1 exit status *** [libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/index2dump] Error code 1 -- Andriy Gapon
_______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
