Hi All, I'm trying to compile digikam from Git repo below macOS ElCapitan (aka 10.11.6, XCode 8.2.1). The intention is to test a minor patch I made to import those Adobe-like sidecar files, if none sidecar with file extension like ".jpg" in the middle exists. I'm not that great C/C++-Hacker so I need a kind of help at this point. I got stucked in the batch files which are located in /digikam/project/bundles/macports and can't pass the ./01-build-macports.sh It stops in the line: cmake $ORIG_WD/../3rdparty \ -DCMAKE_INSTALL_PREFIX:PATH=$INSTALL_PREFIX \ -DINSTALL_ROOT=$INSTALL_PREFIX \ -DEXTERNALS_DOWNLOAD_DIR=$DOWNLOAD_DIR \ -Wno-dev The shell writes (I patched it to get more verbose output): cmake /Volumes/git/digikam/project/bundles/macports/../3rdparty -DCMAKE_INSTALL_PREFIX:PATH=/opt/local -DINSTALL_ROOT=/opt/local -DEXTERNALS_DOWNLOAD_DIR=/Volumes/git/digikam/project/bundles/macports/temp.dwnld -Wno-dev -- The C compiler identification is AppleClang 8.0.0.8000042 -- The CXX compiler identification is AppleClang 8.0.0.8000042 -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- CMAKE_GENERATOR: Unix Makefiles -- CMAKE_CL_64: CMake Error at ext_kf5/CMakeLists.txt:101 (message): Cannot donwload MD5 sum for extra-cmake-modules! Call Stack (most recent call first): ext_kf5/CMakeLists.txt:197 (InstallKF5Component) -- Configuring incomplete, errors occurred! See also "/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeOutput.log". That last log file contains: The system is: Darwin - 15.6.0 - x86_64 Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc Build flags: Id flags: The output was: 0 Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" The C compiler identification is AppleClang, found in "/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/3.7.2/CompilerIdC/a.out" Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ Build flags: -stdlib=libc++ Id flags: The output was: 0 Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" The CXX compiler identification is AppleClang, found in "/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/3.7.2/CompilerIdCXX/a.out" Determining if the C compiler works passed with the following output: Change Dir: /Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp Run Build Command:"/opt/local/bin/gmake" "cmTC_6fdfb/fast" /opt/local/bin/gmake -f CMakeFiles/cmTC_6fdfb.dir/build.make CMakeFiles/cmTC_6fdfb.dir/build gmake[1]: Verzeichnis „/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp“ wird betreten Building C object CMakeFiles/cmTC_6fdfb.dir/testCCompiler.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -o CMakeFiles/cmTC_6fdfb.dir/testCCompiler.c.o -c /Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp/testCCompiler.c Linking C executable cmTC_6fdfb /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6fdfb.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6fdfb.dir/testCCompiler.c.o -o cmTC_6fdfb gmake[1]: Verzeichnis „/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp“ wird verlassen Detecting C compiler ABI info compiled with the following output: Change Dir: /Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp Run Build Command:"/opt/local/bin/gmake" "cmTC_4639e/fast" /opt/local/bin/gmake -f CMakeFiles/cmTC_4639e.dir/build.make CMakeFiles/cmTC_4639e.dir/build gmake[1]: Verzeichnis „/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp“ wird betreten Building C object CMakeFiles/cmTC_4639e.dir/CMakeCCompilerABI.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -o CMakeFiles/cmTC_4639e.dir/CMakeCCompilerABI.c.o -c /opt/local/share/cmake-3.7/Modules/CMakeCCompilerABI.c Linking C executable cmTC_4639e /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4639e.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_4639e.dir/CMakeCCompilerABI.c.o -o cmTC_4639e Apple LLVM version 8.0.0 (clang-800.0.42.1) Target: x86_64-apple-darwin15.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.8.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -o cmTC_4639e -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_4639e.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-274.2 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib Framework search paths: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ gmake[1]: Verzeichnis „/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp“ wird verlassen Parsed C implicit link information from above output: link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)] ignore line: [Change Dir: /Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp] ignore line: [] ignore line: [Run Build Command:"/opt/local/bin/gmake" "cmTC_4639e/fast"] ignore line: [/opt/local/bin/gmake -f CMakeFiles/cmTC_4639e.dir/build.make CMakeFiles/cmTC_4639e.dir/build] ignore line: [gmake[1]: Verzeichnis „/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp“ wird betreten] ignore line: [Building C object CMakeFiles/cmTC_4639e.dir/CMakeCCompilerABI.c.o] ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -o CMakeFiles/cmTC_4639e.dir/CMakeCCompilerABI.c.o -c /opt/local/share/cmake-3.7/Modules/CMakeCCompilerABI.c] ignore line: [Linking C executable cmTC_4639e] ignore line: [/opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4639e.dir/link.txt --verbose=1] ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_4639e.dir/CMakeCCompilerABI.c.o -o cmTC_4639e ] ignore line: [Apple LLVM version 8.0.0 (clang-800.0.42.1)] ignore line: [Target: x86_64-apple-darwin15.6.0] ignore line: [Thread model: posix] ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin] link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.8.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -o cmTC_4639e -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_4639e.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a] arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore arg [-demangle] ==> ignore arg [-dynamic] ==> ignore arg [-arch] ==> ignore arg [x86_64] ==> ignore arg [-macosx_version_min] ==> ignore arg [10.8.0] ==> ignore arg [-syslibroot] ==> ignore arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk] ==> ignore arg [-o] ==> ignore arg [cmTC_4639e] ==> ignore arg [-search_paths_first] ==> ignore arg [-headerpad_max_install_names] ==> ignore arg [-v] ==> ignore arg [CMakeFiles/cmTC_4639e.dir/CMakeCCompilerABI.c.o] ==> ignore arg [-lSystem] ==> lib [System] arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a] Library search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib] Framework search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/] remove lib [System] remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a] collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib] collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks] implicit libs: [] implicit dirs: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib] implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks] Detecting C [-std=c11] compiler features compiled with the following output: Change Dir: /Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp Run Build Command:"/opt/local/bin/gmake" "cmTC_59379/fast" /opt/local/bin/gmake -f CMakeFiles/cmTC_59379.dir/build.make CMakeFiles/cmTC_59379.dir/build gmake[1]: Verzeichnis „/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp“ wird betreten Building C object CMakeFiles/cmTC_59379.dir/feature_tests.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -std=c11 -o CMakeFiles/cmTC_59379.dir/feature_tests.c.o -c /Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/feature_tests.c Linking C executable cmTC_59379 /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_59379.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_59379.dir/feature_tests.c.o -o cmTC_59379 gmake[1]: Verzeichnis „/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp“ wird verlassen Feature record: C_FEATURE:1c_function_prototypes Feature record: C_FEATURE:1c_restrict Feature record: C_FEATURE:1c_static_assert Feature record: C_FEATURE:1c_variadic_macros Detecting C [-std=c99] compiler features compiled with the following output: Change Dir: /Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp Run Build Command:"/opt/local/bin/gmake" "cmTC_7a622/fast" /opt/local/bin/gmake -f CMakeFiles/cmTC_7a622.dir/build.make CMakeFiles/cmTC_7a622.dir/build gmake[1]: Verzeichnis „/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp“ wird betreten Building C object CMakeFiles/cmTC_7a622.dir/feature_tests.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -std=c99 -o CMakeFiles/cmTC_7a622.dir/feature_tests.c.o -c /Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/feature_tests.c Linking C executable cmTC_7a622 /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7a622.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7a622.dir/feature_tests.c.o -o cmTC_7a622 gmake[1]: Verzeichnis „/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp“ wird verlassen Feature record: C_FEATURE:1c_function_prototypes Feature record: C_FEATURE:1c_restrict Feature record: C_FEATURE:0c_static_assert Feature record: C_FEATURE:1c_variadic_macros Detecting C [-std=c90] compiler features compiled with the following output: Change Dir: /Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp Run Build Command:"/opt/local/bin/gmake" "cmTC_5b8dc/fast" /opt/local/bin/gmake -f CMakeFiles/cmTC_5b8dc.dir/build.make CMakeFiles/cmTC_5b8dc.dir/build gmake[1]: Verzeichnis „/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp“ wird betreten Building C object CMakeFiles/cmTC_5b8dc.dir/feature_tests.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -std=c90 -o CMakeFiles/cmTC_5b8dc.dir/feature_tests.c.o -c /Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/feature_tests.c Linking C executable cmTC_5b8dc /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5b8dc.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5b8dc.dir/feature_tests.c.o -o cmTC_5b8dc gmake[1]: Verzeichnis „/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp“ wird verlassen Feature record: C_FEATURE:1c_function_prototypes Feature record: C_FEATURE:0c_restrict Feature record: C_FEATURE:0c_static_assert Feature record: C_FEATURE:0c_variadic_macros Determining if the CXX compiler works passed with the following output: Change Dir: /Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp Run Build Command:"/opt/local/bin/gmake" "cmTC_d8b53/fast" /opt/local/bin/gmake -f CMakeFiles/cmTC_d8b53.dir/build.make CMakeFiles/cmTC_d8b53.dir/build gmake[1]: Verzeichnis „/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp“ wird betreten Building CXX object CMakeFiles/cmTC_d8b53.dir/testCXXCompiler.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -o CMakeFiles/cmTC_d8b53.dir/testCXXCompiler.cxx.o -c /Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx Linking CXX executable cmTC_d8b53 /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d8b53.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d8b53.dir/testCXXCompiler.cxx.o -o cmTC_d8b53 gmake[1]: Verzeichnis „/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp“ wird verlassen Detecting CXX compiler ABI info compiled with the following output: Change Dir: /Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp Run Build Command:"/opt/local/bin/gmake" "cmTC_535d6/fast" /opt/local/bin/gmake -f CMakeFiles/cmTC_535d6.dir/build.make CMakeFiles/cmTC_535d6.dir/build gmake[1]: Verzeichnis „/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp“ wird betreten Building CXX object CMakeFiles/cmTC_535d6.dir/CMakeCXXCompilerABI.cpp.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -o CMakeFiles/cmTC_535d6.dir/CMakeCXXCompilerABI.cpp.o -c /opt/local/share/cmake-3.7/Modules/CMakeCXXCompilerABI.cpp Linking CXX executable cmTC_535d6 /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_535d6.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_535d6.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_535d6 Apple LLVM version 8.0.0 (clang-800.0.42.1) Target: x86_64-apple-darwin15.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.8.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -o cmTC_535d6 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_535d6.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-274.2 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib Framework search paths: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ gmake[1]: Verzeichnis „/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp“ wird verlassen Parsed CXX implicit link information from above output: link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)] ignore line: [Change Dir: /Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp] ignore line: [] ignore line: [Run Build Command:"/opt/local/bin/gmake" "cmTC_535d6/fast"] ignore line: [/opt/local/bin/gmake -f CMakeFiles/cmTC_535d6.dir/build.make CMakeFiles/cmTC_535d6.dir/build] ignore line: [gmake[1]: Verzeichnis „/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp“ wird betreten] ignore line: [Building CXX object CMakeFiles/cmTC_535d6.dir/CMakeCXXCompilerABI.cpp.o] ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -o CMakeFiles/cmTC_535d6.dir/CMakeCXXCompilerABI.cpp.o -c /opt/local/share/cmake-3.7/Modules/CMakeCXXCompilerABI.cpp] ignore line: [Linking CXX executable cmTC_535d6] ignore line: [/opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_535d6.dir/link.txt --verbose=1] ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_535d6.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_535d6 ] ignore line: [Apple LLVM version 8.0.0 (clang-800.0.42.1)] ignore line: [Target: x86_64-apple-darwin15.6.0] ignore line: [Thread model: posix] ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin] link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.8.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -o cmTC_535d6 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_535d6.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a] arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore arg [-demangle] ==> ignore arg [-dynamic] ==> ignore arg [-arch] ==> ignore arg [x86_64] ==> ignore arg [-macosx_version_min] ==> ignore arg [10.8.0] ==> ignore arg [-syslibroot] ==> ignore arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk] ==> ignore arg [-o] ==> ignore arg [cmTC_535d6] ==> ignore arg [-search_paths_first] ==> ignore arg [-headerpad_max_install_names] ==> ignore arg [-v] ==> ignore arg [CMakeFiles/cmTC_535d6.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore arg [-lc++] ==> lib [c++] arg [-lSystem] ==> lib [System] arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a] Library search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib] Framework search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/] remove lib [System] remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a] collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib] collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks] implicit libs: [c++] implicit dirs: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib] implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks] Detecting CXX [-std=c++14] compiler features compiled with the following output: Change Dir: /Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp Run Build Command:"/opt/local/bin/gmake" "cmTC_2a8a2/fast" /opt/local/bin/gmake -f CMakeFiles/cmTC_2a8a2.dir/build.make CMakeFiles/cmTC_2a8a2.dir/build gmake[1]: Verzeichnis „/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp“ wird betreten Building CXX object CMakeFiles/cmTC_2a8a2.dir/feature_tests.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -std=c++14 -o CMakeFiles/cmTC_2a8a2.dir/feature_tests.cxx.o -c /Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/feature_tests.cxx Linking CXX executable cmTC_2a8a2 /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2a8a2.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2a8a2.dir/feature_tests.cxx.o -o cmTC_2a8a2 gmake[1]: Verzeichnis „/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp“ wird verlassen Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers Feature record: CXX_FEATURE:1cxx_alias_templates Feature record: CXX_FEATURE:1cxx_alignas Feature record: CXX_FEATURE:1cxx_alignof Feature record: CXX_FEATURE:1cxx_attributes Feature record: CXX_FEATURE:1cxx_attribute_deprecated Feature record: CXX_FEATURE:1cxx_auto_type Feature record: CXX_FEATURE:1cxx_binary_literals Feature record: CXX_FEATURE:1cxx_constexpr Feature record: CXX_FEATURE:1cxx_contextual_conversions Feature record: CXX_FEATURE:1cxx_decltype Feature record: CXX_FEATURE:1cxx_decltype_auto Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types Feature record: CXX_FEATURE:1cxx_default_function_template_args Feature record: CXX_FEATURE:1cxx_defaulted_functions Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers Feature record: CXX_FEATURE:1cxx_delegating_constructors Feature record: CXX_FEATURE:1cxx_deleted_functions Feature record: CXX_FEATURE:1cxx_digit_separators Feature record: CXX_FEATURE:1cxx_enum_forward_declarations Feature record: CXX_FEATURE:1cxx_explicit_conversions Feature record: CXX_FEATURE:1cxx_extended_friend_declarations Feature record: CXX_FEATURE:1cxx_extern_templates Feature record: CXX_FEATURE:1cxx_final Feature record: CXX_FEATURE:1cxx_func_identifier Feature record: CXX_FEATURE:1cxx_generalized_initializers Feature record: CXX_FEATURE:1cxx_generic_lambdas Feature record: CXX_FEATURE:1cxx_inheriting_constructors Feature record: CXX_FEATURE:1cxx_inline_namespaces Feature record: CXX_FEATURE:1cxx_lambdas Feature record: CXX_FEATURE:1cxx_lambda_init_captures Feature record: CXX_FEATURE:1cxx_local_type_template_args Feature record: CXX_FEATURE:1cxx_long_long_type Feature record: CXX_FEATURE:1cxx_noexcept Feature record: CXX_FEATURE:1cxx_nonstatic_member_init Feature record: CXX_FEATURE:1cxx_nullptr Feature record: CXX_FEATURE:1cxx_override Feature record: CXX_FEATURE:1cxx_range_for Feature record: CXX_FEATURE:1cxx_raw_string_literals Feature record: CXX_FEATURE:1cxx_reference_qualified_functions Feature record: CXX_FEATURE:1cxx_relaxed_constexpr Feature record: CXX_FEATURE:1cxx_return_type_deduction Feature record: CXX_FEATURE:1cxx_right_angle_brackets Feature record: CXX_FEATURE:1cxx_rvalue_references Feature record: CXX_FEATURE:1cxx_sizeof_member Feature record: CXX_FEATURE:1cxx_static_assert Feature record: CXX_FEATURE:1cxx_strong_enums Feature record: CXX_FEATURE:1cxx_template_template_parameters Feature record: CXX_FEATURE:1cxx_thread_local Feature record: CXX_FEATURE:1cxx_trailing_return_types Feature record: CXX_FEATURE:1cxx_unicode_literals Feature record: CXX_FEATURE:1cxx_uniform_initialization Feature record: CXX_FEATURE:1cxx_unrestricted_unions Feature record: CXX_FEATURE:1cxx_user_literals Feature record: CXX_FEATURE:1cxx_variable_templates Feature record: CXX_FEATURE:1cxx_variadic_macros Feature record: CXX_FEATURE:1cxx_variadic_templates Detecting CXX [-std=c++11] compiler features compiled with the following output: Change Dir: /Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp Run Build Command:"/opt/local/bin/gmake" "cmTC_21fc4/fast" /opt/local/bin/gmake -f CMakeFiles/cmTC_21fc4.dir/build.make CMakeFiles/cmTC_21fc4.dir/build gmake[1]: Verzeichnis „/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp“ wird betreten Building CXX object CMakeFiles/cmTC_21fc4.dir/feature_tests.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -std=c++11 -o CMakeFiles/cmTC_21fc4.dir/feature_tests.cxx.o -c /Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/feature_tests.cxx Linking CXX executable cmTC_21fc4 /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_21fc4.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_21fc4.dir/feature_tests.cxx.o -o cmTC_21fc4 gmake[1]: Verzeichnis „/Volumes/git/digikam/project/bundles/macports/temp.build/CMakeFiles/CMakeTmp“ wird verlassen Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers Feature record: CXX_FEATURE:1cxx_alias_templates Feature record: CXX_FEATURE:1cxx_alignas Feature record: CXX_FEATURE:1cxx_alignof Feature record: CXX_FEATURE:1cxx_attributes Feature record: CXX_FEATURE:0cxx_attribute_deprecated Feature record: CXX_FEATURE:1cxx_auto_type Feature record: CXX_FEATURE:0cxx_binary_literals Feature record: CXX_FEATURE:1cxx_constexpr Feature record: CXX_FEATURE:0cxx_contextual_conversions Feature record: CXX_FEATURE:1cxx_decltype Feature record: CXX_FEATURE:0cxx_decltype_auto Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types Feature record: CXX_FEATURE:1cxx_default_function_template_args Feature record: CXX_FEATURE:1cxx_defaulted_functions Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers Feature record: CXX_FEATURE:1cxx_delegating_constructors Feature record: CXX_FEATURE:1cxx_deleted_functions Feature record: CXX_FEATURE:0cxx_digit_separators Feature record: CXX_FEATURE:1cxx_enum_forward_declarations Feature record: CXX_FEATURE:1cxx_explicit_conversions Feature record: CXX_FEATURE:1cxx_extended_friend_declarations Feature record: CXX_FEATURE:1cxx_extern_templates Feature record: CXX_FEATURE:1cxx_final Feature record: CXX_FEATURE:1cxx_func_identifier Feature record: CXX_FEATURE:1cxx_generalized_initializers Feature record: CXX_FEATURE:0cxx_generic_lambdas Feature record: CXX_FEATURE:1cxx_inheriting_constructors Feature record: CXX_FEATURE:1cxx_inline_namespaces Feature record: CXX_FEATURE:1cxx_lambdas Feature record: CXX_FEATURE:0cxx_lambda_init_captures Feature record: CXX_FEATURE:1cxx_local_type_template_args Feature record: CXX_FEATURE:1cxx_long_long_type Feature record: CXX_FEATURE:1cxx_noexcept Feature record: CXX_FEATURE:1cxx_nonstatic_member_init Feature record: CXX_FEATURE:1cxx_nullptr Feature record: CXX_FEATURE:1cxx_override Feature record: CXX_FEATURE:1cxx_range_for Feature record: CXX_FEATURE:1cxx_raw_string_literals Feature record: CXX_FEATURE:1cxx_reference_qualified_functions Feature record: CXX_FEATURE:0cxx_relaxed_constexpr Feature record: CXX_FEATURE:0cxx_return_type_deduction Feature record: CXX_FEATURE:1cxx_right_angle_brackets Feature record: CXX_FEATURE:1cxx_rvalue_references Feature record: CXX_FEATURE:1cxx_sizeof_member Feature record: CXX_FEATURE:0cxx_alias_templates Feature record: CXX_FEATURE:0cxx_alignas Feature record: CXX_FEATURE:0cxx_alignof Feature record: CXX_FEATURE:0cxx_attributes Feature record: CXX_FEATURE:0cxx_attribute_deprecated Feature record: CXX_FEATURE:0cxx_auto_type Feature record: CXX_FEATURE:0cxx_binary_literals Feature record: CXX_FEATURE:0cxx_constexpr Feature record: CXX_FEATURE:0cxx_contextual_conversions Feature record: CXX_FEATURE:0cxx_decltype Feature record: CXX_FEATURE:0cxx_decltype_auto Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types Feature record: CXX_FEATURE:0cxx_default_function_template_args Feature record: CXX_FEATURE:0cxx_defaulted_functions Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers Feature record: CXX_FEATURE:0cxx_delegating_constructors Feature record: CXX_FEATURE:0cxx_deleted_functions Feature record: CXX_FEATURE:0cxx_digit_separators Feature record: CXX_FEATURE:0cxx_enum_forward_declarations Feature record: CXX_FEATURE:0cxx_explicit_conversions Feature record: CXX_FEATURE:0cxx_extended_friend_declarations Feature record: CXX_FEATURE:0cxx_extern_templates Feature record: CXX_FEATURE:0cxx_final Feature record: CXX_FEATURE:0cxx_func_identifier Feature record: CXX_FEATURE:0cxx_generalized_initializers Feature record: CXX_FEATURE:0cxx_generic_lambdas Feature record: CXX_FEATURE:0cxx_inheriting_constructors Feature record: CXX_FEATURE:0cxx_inline_namespaces Feature record: CXX_FEATURE:0cxx_lambdas Feature record: CXX_FEATURE:0cxx_lambda_init_captures Feature record: CXX_FEATURE:0cxx_local_type_template_args Feature record: CXX_FEATURE:0cxx_long_long_type Feature record: CXX_FEATURE:0cxx_noexcept Feature record: CXX_FEATURE:0cxx_nonstatic_member_init Feature record: CXX_FEATURE:0cxx_nullptr Feature record: CXX_FEATURE:0cxx_override Feature record: CXX_FEATURE:0cxx_range_for Feature record: CXX_FEATURE:0cxx_raw_string_literals Feature record: CXX_FEATURE:0cxx_reference_qualified_functions Feature record: CXX_FEATURE:0cxx_relaxed_constexpr Feature record: CXX_FEATURE:0cxx_return_type_deduction Feature record: CXX_FEATURE:0cxx_right_angle_brackets Feature record: CXX_FEATURE:0cxx_rvalue_references Feature record: CXX_FEATURE:0cxx_sizeof_member Feature record: CXX_FEATURE:0cxx_static_assert Feature record: CXX_FEATURE:0cxx_strong_enums Feature record: CXX_FEATURE:1cxx_template_template_parameters Feature record: CXX_FEATURE:0cxx_thread_local Feature record: CXX_FEATURE:0cxx_trailing_return_types Feature record: CXX_FEATURE:0cxx_unicode_literals Feature record: CXX_FEATURE:0cxx_uniform_initialization Feature record: CXX_FEATURE:0cxx_unrestricted_unions Feature record: CXX_FEATURE:0cxx_user_literals Feature record: CXX_FEATURE:0cxx_variable_templates Feature record: CXX_FEATURE:0cxx_variadic_macros Feature record: CXX_FEATURE:0cxx_variadic_templates Thanks, and cheers, Stefan |
This is the error in fact : CMake Error at ext_kf5/CMakeLists.txt:101 (message): Cannot donwload MD5 sum for extra-cmake-modules! Call Stack (most recent call first): ext_kf5/CMakeLists.txt:197 (InstallKF5Component) The cmake script is normally able to extract MD5 sum of download tarball directly from web page. There is no necessity to setup MD5 sum hard-coded somewhere in script. I suspect that KDE server switch all to https instead http. This can be a problem with cmake download interface, where SSL is not fully supported (i don't know why exactly). I see this problem under Windows through MXE. I found a simple solution to fix the problem. So i will test this morning on my mac if the problem is reproducible. Gilles Caulier 2017-03-24 10:21 GMT+01:00 Stefan <[hidden email]>:
|