On Wed, Nov 23, 2016 at 8:49 PM, Sascha Oleszczuk <[email protected]> wrote:
> Sorry Roman,
> below the complete output incl. and attached the logs.
>
> ./build.sh
> Darktable build script
>
> Building directory:  /home/sami/Downloads/darktable-2.2.0~rc1/build
> Installation prefix: /opt/darktable
> Build type:          RelWithDebInfo
> Build generator:     Unix Makefiles
> Build tasks:         4
>
>
> -- Building SSE2-optimized codepaths: ON
> -- Found little endian system. Good.
> -- Is the target platform supported: 1
> -- multiarch triplet detected: x86_64-linux-gnu
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wno-error=varargs
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wno-error=varargs - Success
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wno-error=varargs
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wno-error=varargs - Success
> -- Performing Test
> C_COMPILER_UNDERSTANDS_-Wno-error=address-of-packed-member
> -- Performing Test
> C_COMPILER_UNDERSTANDS_-Wno-error=address-of-packed-member - Failed
> -- Performing Test
> CXX_COMPILER_UNDERSTANDS_-Wno-error=address-of-packed-member
> -- Performing Test
> CXX_COMPILER_UNDERSTANDS_-Wno-error=address-of-packed-member - Failed
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wframe-larger-than=32768
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wframe-larger-than=32768 -
> Success
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wframe-larger-than=32768
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wframe-larger-than=32768 -
> Success
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wstack-usage=32768
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wstack-usage=32768 - Success
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wstack-usage=32768
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wstack-usage=32768 - Success
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wlarger-than=524288
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wlarger-than=524288 - Success
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wlarger-than=524288
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wlarger-than=524288 - Success
> -- Looking for external programs
> -- Found perl

> -- Missing intltool-merge
^ this is the problem, probably intltool package.

> -- Found desktop-file-validate

> CMake Warning at CMakeLists.txt:324 (find_package):
>   Could not find a package configuration file provided by "LLVM" (requested
>   version 3.9) with any of the following names:
>
>     LLVMConfig.cmake
>     llvm-config.cmake
>
>   Add the installation prefix of "LLVM" to CMAKE_PREFIX_PATH or set
>   "LLVM_DIR" to a directory containing one of the above files.  If "LLVM"
>   provides a separate development package or SDK, be sure it has been
>   installed.
>
>
> CMake Warning at CMakeLists.txt:353 (message):
>   Could not find LLVM 3.9+
>
>
> CMake Warning at CMakeLists.txt:354 (message):
>   Test-compilation of OpenCL programs can not be done.
>
>
> -- Test-compilation of OpenCL programs is disabled.
This is *optional*, it needs following packages: clang-3.9
libclang-common-3.9-dev llvm-3.9-dev

> -- Missing jsonschema, problems in noiseprofiles.json might go unnoticed

> -- Missing xsltproc
> -- Missing saxon-xslt
> -- No xslt interpreter found
^ this is the problem, probably xsltproc package.

> -- Found xmllint
> CMake Error at CMakeLists.txt:403 (message):
>   Some external programs couldn't be found
>
>
> -- Configuring incomplete, errors occurred!
> See also
> "/home/sami/Downloads/darktable-2.2.0~rc1/build/CMakeFiles/CMakeOutput.log".
> See also
> "/home/sami/Downloads/darktable-2.2.0~rc1/build/CMakeFiles/CMakeError.log".
>
>
> 2016-11-23 18:30 GMT+01:00 Roman Lebedev <[email protected]>:
>>
>> On Wed, Nov 23, 2016 at 8:01 PM, Sascha Oleszczuk <[email protected]>
>> wrote:
>> > Hi,
>> >
>> > I tried to build darktable-2.2.0~rc1 via build.sh on my ubuntu 16.04
>> > machine, but it fails all the time, because of "Could not find LLVM
>> > 3.9+".
>> > I already installed LLVM 3.9 and Clang 3.9 see below:
>> >
>> > clang-3.9 --version
>> > clang version 3.9.1-svn281634-1~exp1 (branches/release_39)
>> > Target: x86_64-pc-linux-gnu
>> > Thread model: posix
>> > InstalledDir: /usr/bin
>> >
>> > Any idea what I am doing wrong?
>> Please always post the full output, guessing based on the phrase that
>> is stripped out of context is no fun.
>>
>> > Thx in advance
>> Roman.
>>
>> >
>> > ____________________________________________________________________________
>> > darktable user mailing list to unsubscribe send a mail to
>> > [email protected]
>
>
____________________________________________________________________________
darktable user mailing list
to unsubscribe send a mail to [email protected]

Reply via email to