#4167: soprano-2.9.4
-------------------------+-----------------------
Reporter: bdubbs@… | Owner: izivkov
Type: enhancement | Status: assigned
Priority: normal | Milestone: current
Component: BOOK | Version: SVN
Severity: normal | Resolution:
Keywords: |
-------------------------+-----------------------
Comment (by izivkov):
I can't even get it to configure before the build:
---------------------------------------------------------------------------------------
-- Soprano Components that will be built:
* Redland storage backend
* Virtuoso storage backend (Run-time dependency: Virtuoso)
* Raptor RDF parser
(including TriG parser)
* Raptor RDF serializer
-- Soprano Components that will NOT be built:
* Sesame2 storage backend (java-based)
* The CLucene-based full-text search index library
* D-Bus server/client support
---------------------------------------------------------------------------------------
CMake Error: The following variables are used in this project, but they
are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
CLUCENE_LIBRARY (ADVANCED)
linked by target "sopranod" in directory
/home/izivkov/soprano-2.9.4/server
linked by target "sopranocmd" in directory
/home/izivkov/soprano-2.9.4/tools
-- Configuring incomplete, errors occurred!
Looking at the diff -Naur between 2.9.3 and 2.9.4 I found:
{{{
+
+# On Linux, Soprano needs both clucene-core and clucene-shared
+# CLUCENE_LIBRARIES contains both entries if available
+set(CLUCENE_LIBRARIES ${CLUCENE_LIBRARY})
}}}
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/4167#comment:6>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page