Skip to content

Instantly share code, notes, and snippets.

Created December 21, 2015 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/0c303b6df30232fc0de6 to your computer and use it in GitHub Desktop.
Save anonymous/0c303b6df30232fc0de6 to your computer and use it in GitHub Desktop.
/var/log/pkgbuild/soprano.log
prt-get: installing /usr/ports/kde4/soprano
prt-get: starting build Mon Dec 21 17:38:27 2015
=======> Building '/usr/ports/kde4/soprano/soprano#2.9.4-1.pkg.tar.xz'.
bsdtar -p -o -C /usr/ports/kde4/soprano/work/src -xf /usr/ports/kde4/soprano/soprano-2.9.4.tar.bz2
+ build
+ mkdir build
+ cd build
+ cmake ../soprano-2.9.4 -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=OFF -DCMAKE_INSTALL_PREFIX=/usr
-- The C compiler identification is GNU 4.8.5
-- The CXX compiler identification is GNU 4.8.5
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt-Version 4.8.6
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib64/libX11.so
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found Rasqal: /usr/lib64/librasqal.so
-- Found Rasqal 0.9.32: libs - /usr/lib64/librasqal.so; includes - /usr/include/rasqal
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")
-- Found Raptor: /usr/lib64/libraptor2.so (found version "2.0.14", required is "2.0.0")
-- Found Redland storage: /usr/lib64/redland/librdf_storage_mysql.so;/usr/lib64/redland/librdf_storage_sqlite.so;/usr/lib64/redland/librdf_storage_virtuoso.so
-- Found Redland: /usr/bin/redland-config
-- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
-- Could not find Java JNI
Make sure JAVA_HOME is set
-- Found iODBC 3.52.9: libs - /usr/lib64/libiodbc.so; includes - /usr/include
-- Performing Test __SOPRANO_HAVE_GCC_VISIBILITY
-- Performing Test __SOPRANO_HAVE_GCC_VISIBILITY - Success
-- Performing Test __SOPRANO_HAVE_GCC_INLINE_VISIBILITY
-- Performing Test __SOPRANO_HAVE_GCC_INLINE_VISIBILITY - Success
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.10")
---------------------------------------------------------------------------------------
-- 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
* D-Bus server/client support
-- Soprano Components that will NOT be built:
* Sesame2 storage backend (java-based)
* The CLucene-based full-text search index library
---------------------------------------------------------------------------------------
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 /usr/ports/kde4/soprano/work/src/soprano-2.9.4/server
linked by target "sopranocmd" in directory /usr/ports/kde4/soprano/work/src/soprano-2.9.4/tools
-- Configuring incomplete, errors occurred!
See also "/usr/ports/kde4/soprano/work/src/build/CMakeFiles/CMakeOutput.log".
See also "/usr/ports/kde4/soprano/work/src/build/CMakeFiles/CMakeError.log".
=======> ERROR: Building '/usr/ports/kde4/soprano/soprano#2.9.4-1.pkg.tar.xz' failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment