Try now.

On Fri, Oct 28, 2016 at 12:07 AM, Michel Leblond
<michel.leblon...@gmail.com> wrote:
> I always delete build directory before compiling. I use gcc GNU 5.4.0.
>
> Michel.
>
>
> Le 27/10/2016 à 22:59, Tobias Ellinghaus a écrit :
>
> All of that looks good at first sight. It might take until tomorrow to find
> the
> issue.
>
> Tobias
>
> PS: Please send your answers to the list so others can come up with
> solutions,
> too.
>
> Am Donnerstag, 27. Oktober 2016, 21:54:13 CEST schrieb João Horta:
>
> i use this script for upgrade dev versions of darktable:
>
> #!/bin/sh
> #
> cd $HOME/darktable
> rm -rf build
> git pull
> ./build.sh --prefix /usr
> #./build.sh
> cd ./build && sudo make install
>
> 2016-10-27 21:52 GMT+01:00 João Horta <jho...@gmail.com>:
>
> Building directory:  /home/jmhorta/darktable/build
> Installation prefix: /usr
> Build type:          RelWithDebInfo
> Build generator:     Unix Makefiles
> Build tasks:         2
>
>
> -- The CXX compiler identification is GNU 5.4.0
> -- The C compiler identification is GNU 5.4.0
> -- 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
> -- 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
> -- Performing Test _MSSE2
> -- Performing Test _MSSE2 - Success
> -- Building SSE2-optimized codepaths: ON
> -- Check if the system is big endian
> -- Searching 16 bit integer
> -- Looking for sys/types.h
> -- Looking for sys/types.h - found
> -- Looking for stdint.h
> -- Looking for stdint.h - found
> -- Looking for stddef.h
> -- Looking for stddef.h - found
> -- Check size of unsigned short
> -- Check size of unsigned short - done
> -- Using unsigned short
> -- Check if the system is big endian - little endian
> -- Found little endian system. Good.
> -- Performing Test IS_SUPPORTED_PLATFORM
> -- Performing Test IS_SUPPORTED_PLATFORM - Success
> -- Is the target platform supported: 1
> -- multiarch triplet detected: x86_64-linux-gnu
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wall
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wall - Success
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wall
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wall - Success
> -- Performing Test C_COMPILER_UNDERSTANDS_-fno-strict-aliasing
> -- Performing Test C_COMPILER_UNDERSTANDS_-fno-strict-aliasing - Success
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-fno-strict-aliasing
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-fno-strict-aliasing - Success
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wformat
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wformat - Success
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wformat
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wformat - Success
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wformat-security
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wformat-security - Success
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wformat-security
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wformat-security - Success
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wshadow
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wshadow - Success
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wshadow
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wshadow - Success
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wtype-limits
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wtype-limits - Success
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wtype-limits
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wtype-limits - Success
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wvla
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wvla - Success
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wvla
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wvla - Success
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wold-style-declaration
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wold-style-declaration -
> Success
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wold-style-declaration
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wold-style-declaration -
> Failed
> -- 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=1048576
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wlarger-than=1048576 - Success
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wlarger-than=1048576
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wlarger-than=1048576 -
> Success
> -- Looking for external programs
> -- Found perl
> -- Found intltool-merge
> -- Found desktop-file-validate
> -- Missing jsonschema, problems in noiseprofiles.json might go unnoticed
> -- Missing xsltproc
> -- Found saxon-xslt
> -- Found xmllint
> -- All external programs found
> -- Found Gettext: /usr/bin/msgmerge (found version "0.19.7")
> -- Found msgfmt to convert .po file. Translation enabled
> -- Performing Test COMPILER_SUPPORTS_C99
> -- Performing Test COMPILER_SUPPORTS_C99 - Success
> -- Performing Test COMPILER_SUPPORTS_C11
> -- Performing Test COMPILER_SUPPORTS_C11 - Success
> -- Performing Test COMPILER_SUPPORTS_CXX11
> -- Performing Test COMPILER_SUPPORTS_CXX11 - Success
> -- Try OpenMP C flag = [-fopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Success
> -- Try OpenMP CXX flag = [-fopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Success
> -- Found OpenMP: -fopenmp
> -- Found Glib 2.48.1
> -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
> -- Checking for module 'gtk+-3.0'
> --   Found gtk+-3.0, version 3.18.9
> -- Found GTK3: /usr/include/gtk-3.0;/usr/include/at-spi2-atk/2.0;/usr/
> include/at-spi-2.0;/usr/include/dbus-1.0;/usr/lib/x86_
> 64-linux-gnu/dbus-1.0/include;/usr/include/gtk-3.0;/usr/
> include/gio-unix-2.0/;/usr/include/mirclient;/usr/include/mircommon;/usr/
> include/mircookie;/usr/include/cairo;/usr/include/pango-1.0;/usr/include/
> harfbuzz;/usr/include/pango-1.0;/usr/include/atk-1.0;/usr/
> include/cairo;/usr/include/pixman-1;/usr/include/freetype2;/usr/include/
> libpng12;/usr/include/gdk-pixbuf-2.0;/usr/include/
> libpng12;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include
> (Required is at least version "3.14")
> -- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found suitable
> version "2.9.3", minimum required is "2.6")
> -- Checking for one of the modules 'libsoup-2.4;libsoup2'
> -- Checking for one of the modules 'libsoup-2.2;libsoup2'
> -- Found GPHOTO2: /usr/lib/x86_64-linux-gnu/libgphoto2.so
> -- Found OPENEXR: /usr/lib/x86_64-linux-gnu/libIlmImf.so;/usr/lib/x86_64-
> linux-gnu/libImath.so;/usr/lib/x86_64-linux-gnu/libIex.
> so;/usr/lib/x86_64-linux-gnu/libIlmThread.so
> -- Could NOT find WEBP (missing:  WEBP_LIBRARY WEBP_INCLUDE_DIR) (Required
> is at least version "0.3.0")
> -- Found LENSFUN: /usr/local/lib/liblensfun.so
> -- Found GIO
> -- Found GThread: /usr/lib/x86_64-linux-gnu/libgthread-2.0.so
> -- Found GModule: /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so
> -- Found PANGOCAIRO: /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so
> -- Found PThread: /usr/lib/x86_64-linux-gnu/libpthread.so
> -- Found RSVG2: /usr/lib/x86_64-linux-gnu/librsvg-2.so
> -- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version
> "2.9.3")
> -- Found SQLITE3: /usr/lib/x86_64-linux-gnu/libsqlite3.so
> -- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version
> "7.47.0")
> -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
> -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version
> "1.2.54")
> -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so
> -- Found TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (found version
> "4.0.6")
> -- Found LCMS2: /usr/lib/x86_64-linux-gnu/liblcms2.so
> -- Found JsonGlib
> -- Found EXIV2: /usr/lib/x86_64-linux-gnu/libexiv2.so
> -- Found FLICKCURL: /usr/lib/x86_64-linux-gnu/libflickcurl.so
>
> CMake Warning at cmake/modules/LibFindMacros.cmake:263 (message):
>   WARNING: MISSING PACKAGE
>
>   We could not find development headers for OpenJPEG.  Do you have the
>   necessary dev package installed? This package is NOT REQUIRED and you
>   may
>   ignore this warning but by doing so you may miss some functionality of
>   darktable.
>
>   Relevant CMake configuration variables:
>     OpenJPEG_INCLUDE_DIR=<not found>
>     OpenJPEG_LIBRARY=<not found>
>
>   You may use CMake GUI, cmake -D or ccmake to modify the values.  Delete
>   CMakeCache.txt to discard all values and force full re-detection if
>   necessary.
>
> Call Stack (most recent call first):
>   cmake/modules/FindOpenJPEG.cmake:29 (libfind_process)
>   src/CMakeLists.txt:247 (find_package)
>
> -- Could NOT find LIBSECRET (missing:  LIBSECRET_INCLUDE_DIRS
> LIBSECRET_LIBRARIES)
>
> CMake Warning at cmake/modules/LibFindMacros.cmake:263 (message):
>   WARNING: MISSING PACKAGE
>
>   We could not find development headers for GraphicsMagick.  Do you have
>
> the
>
>   necessary dev package installed? This package is NOT REQUIRED and you
>   may
>   ignore this warning but by doing so you may miss some functionality of
>   darktable.
>
>   Relevant CMake configuration variables:
>     GraphicsMagick_INCLUDE_DIR-NOTFOUND=
>     GraphicsMagick_INCLUDE_DIR=<not found>
>     GraphicsMagick_LIBRARY-NOTFOUND=
>     GraphicsMagick_LIBRARY=<not found>
>
>   You may use CMake GUI, cmake -D or ccmake to modify the values.  Delete
>   CMakeCache.txt to discard all values and force full re-detection if
>   necessary.
>
> Call Stack (most recent call first):
>   cmake/modules/FindGraphicsMagick.cmake:33 (libfind_process)
>   src/CMakeLists.txt:302 (find_package)
>
> -- Performing Test HAVE_BUILTIN_CPU_SUPPORTS
> -- Performing Test HAVE_BUILTIN_CPU_SUPPORTS - Success
> -- Does the compiler support __builtin_cpu_supports(): 1
> -- Performing Test HAVE_TLS
> -- Performing Test HAVE_TLS - Success
> -- Checking for -march=native support
> -- Performing Test MARCHNATIVE
> -- Performing Test MARCHNATIVE - Success
> -- Checking for one of the modules 'lua52;lua5.2;lua-5.2;lua'
> -- Lua support: Enabled
> -- Found Pugixml: /usr/lib/x86_64-linux-gnu/libpugixml.so (Required is at
> least version "1.2")
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wno-error=shadow
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wno-error=shadow - Success
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wno-error=shadow
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wno-error=shadow - Success
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wframe-larger-than=16384
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wframe-larger-than=16384 -
> Success
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wframe-larger-than=16384
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wframe-larger-than=16384 -
> Success
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wstack-usage=16384
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wstack-usage=16384 - Success
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wstack-usage=16384
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wstack-usage=16384 - Success
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wlarger-than=16384
> -- Performing Test C_COMPILER_UNDERSTANDS_-Wlarger-than=16384 - Success
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wlarger-than=16384
> -- Performing Test CXX_COMPILER_UNDERSTANDS_-Wlarger-than=16384 - Success
> -- Map mode: disabled, please install libosmgpsmap
> -- No libcolord-gtk found, this build will lack the ability to get the
> screen profile from colord
> -- Could NOT find Cups (missing:  CUPS_LIBRARIES CUPS_INCLUDE_DIR)
> -- Print mode: disabled, please install CUPS dev package
> -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/
> libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
> -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/
> libX11.so;/usr/lib/x86_64-linux-gnu/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/lib/x86_64-linux-gnu/libX11.so
> -- building darktable-cmstest with colord support. nice.
> -- Looking for pthread.h
> -- Looking for pthread.h - found
> -- Looking for pthread_create
> -- Looking for pthread_create - found
> -- Found Threads: TRUE
> -- Could NOT find SDL (missing:  SDL_LIBRARY SDL_INCLUDE_DIR)
> -- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR)
> --
> CMake Warning at /usr/share/cmake-3.5/Modules/FindJava.cmake:158
>
> (message):
>   regex not supported: java version "9-ea"
>
>   Java(TM) SE Runtime Environment (build 9-ea+140)
>
>   Java HotSpot(TM) 64-Bit Server VM (build 9-ea+140, mixed mode).  Please
>   report
>
> Call Stack (most recent call first):
>   cmake/modules/FindSaxon.cmake:11 (find_package)
>   doc/usermanual/CMakeLists.txt:21 (find_package)
>
> -- Found Java: /usr/lib/jvm/java-9-oracle/bin/java (found version "..")
> Missing xml2po. No localized usermanuals are build
> Missing xsltproc
> Missing xml2po
> Can NOT update usermanual translations
> Missing po4a-translate. Can NOT create translated manpages
> Missing po4a-updatepo. Can NOT update manpage translations
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /home/jmhorta/darktable/build
>
> 2016-10-27 21:46 GMT+01:00 Tobias Ellinghaus <m...@houz.org>:
>
> Am Donnerstag, 27. Oktober 2016, 21:34:46 CEST schrieb João Horta:
>
> [compile error due to poisoning]
>
> That might be due to a change I commited earlier. Please try deleting
> build/
> and see if that helps. It would also be interesting to know what compiler
> you
> are using (gcc or clang?) and what version.
>
> Tobias
>
>
>
> ___________________________________________________________________________
> darktable developer mailing list to unsubscribe send a mail to
> darktable-dev+unsubscr...@lists.darktable.org
___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to