https://bugs.kde.org/show_bug.cgi?id=374313
--- Comment #19 from Simon <[hidden email]> --- Yes, I know it is weird, but that is what is in the lensfun CMakeList.txt (https://github.com/lensfun/lensfun/blob/v0.3.2/CMakeLists.txt#L76) I am currently trying to run it for 32bit. -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374313
--- Comment #20 from Simon <[hidden email]> --- After building with win32 comparing was easier and I found an issue: you: -- Install configuration: "relwithdebinfo" me: -- Install configuration: "Release" I have no clue why, we use the exact same scripts and cmake files. Any idea why I end up with build type Release? -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374313
--- Comment #21 from [hidden email] --- i think that i found the problem. There is a typo. Look on 01-build-mxe.sh line 149 and compare with lines 165 to 168... Gilles -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374313
--- Comment #22 from [hidden email] --- And the problem exist also in others shell scripts... At least the same typo must used everywhere. Please fix and check if it solve your problem. Gilles -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374313
--- Comment #23 from [hidden email] --- Look right typo to use cmake doc, especially the CMAKE_BUILD_TYPE variable section here : https://cmake.org/Wiki/CMake_Useful_Variables Gilles -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374313
--- Comment #24 from Simon <[hidden email]> --- The doc says it should be CamelCase, so I replaced all occurrences of relwithdebinfo with RelWithDebInfo but the problem remains (I started completely clean): http://pastebin.com/LyVm2ZEP I am still very confused with the fact that we get different behaviours at all. Everything is downloaded and built with these scripts, so where does this difference come from? -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374313
--- Comment #25 from [hidden email] --- Git commit 71465fadc6ce4c0cb03eca3810d8a1e13721b558 by Gilles Caulier. Committed on 11/01/2017 at 08:59. Pushed by cgilles into branch 'master'. Debug => RelWithDebInfo relwithdebinfo => RelWithDebInfo M +1 -1 project/bundles/mxe/01-build-mxe.sh M +2 -2 project/bundles/mxe/02-build-extralibs.sh M +1 -1 project/bundles/mxe/04-build-installer.sh https://commits.kde.org/digikam-software-compilation/71465fadc6ce4c0cb03eca3810d8a1e13721b558 -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374313
--- Comment #26 from Simon <[hidden email]> --- Git commit b9a2074364ced57bfb9deb31c2e41ed0ebcb79ad by Simon Frei. Committed on 11/01/2017 at 09:12. Pushed by sfrei into branch 'master'. relwithdebinfo => RelWithDebInfo M +1 -1 bootstrap.mxe M +2 -2 project/bundles/3rdparty/ext_exiv2/CMakeLists.txt M +1 -1 project/bundles/3rdparty/ext_lensfun/CMakeLists.txt M +1 -1 project/bundles/3rdparty/ext_opencv/CMakeLists.txt M +1 -1 project/bundles/appimage/03-build-digikam.sh M +1 -1 project/bundles/mxe/03-build-digikam.sh https://commits.kde.org/digikam-software-compilation/b9a2074364ced57bfb9deb31c2e41ed0ebcb79ad -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374313
--- Comment #27 from [hidden email] --- Simon, Your last commits fix the MXE compialtion problem with lenfun library ? If yes, did you complete the MXE build and test installer on Windows target ? Gilles -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374313
--- Comment #28 from Simon <[hidden email]> --- No, the problem remains. With the problem I mean that it still says -- Install configuration: "Release" and it still fails on the glib2 dll when compiling lensfun. I gave up kind of frustrated as I can reproduce the issue starting completely clean and you can't, and I don't find any reason why CMAKE_BUILD_TYPE is not propagated correctly or anything related to glib2. -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374313
--- Comment #29 from [hidden email] --- ok, I will try again this evening with a new fresh MXE install from scratch Gilles -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374313
--- Comment #30 from [hidden email] --- Maik, Do you have this kind of liking problem with LensFun/GLib2 under your MXE install ? Gilles -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374313
--- Comment #31 from [hidden email] --- No problem to compile MXE from scratch. The 32 bits version is under way to be completed. I used makeall.sh script. The 64 bits will come in few hours. This is the trace of lensfun 32 bits build (between OPenCV and Exiv2) : ... -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/OpenCV/haarcascades/haarcascade_frontalcatface_extended.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/OpenCV/haarcascades/haarcascade_lowerbody.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/OpenCV/haarcascades/haarcascade_frontalface_alt_tree.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/OpenCV/haarcascades/haarcascade_upperbody.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/OpenCV/haarcascades/haarcascade_lefteye_2splits.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/OpenCV/lbpcascades/lbpcascade_profileface.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/OpenCV/lbpcascades/lbpcascade_frontalcatface.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/OpenCV/lbpcascades/lbpcascade_frontalface.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/OpenCV/lbpcascades/lbpcascade_silverware.xml [100%] Completed 'ext_opencv' [100%] Built target ext_opencv == Using MXE wrapper: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/bin/i686-w64-mingw32.shared-cmake == Skip using MXE toolchain: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/cmake/mxe-conf.cmake Scanning dependencies of target ext_lensfun [ 0%] Creating directories for 'ext_lensfun' [ 50%] Performing download step (download, verify and extract) for 'ext_lensfun' -- verifying file... file='/mnt/devel/GIT/5.x/project/bundles/mxe/temp.dwnld/lensfun-0.3.2.tar.gz' -- verifying file... done -- extracting... src='/mnt/devel/GIT/5.x/project/bundles/mxe/temp.dwnld/lensfun-0.3.2.tar.gz' dst='/mnt/devel/GIT/5.x/project/bundles/mxe/temp.build/ext_lensfun/ext_lensfun-prefix/src/ext_lensfun' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 50%] Performing patch step for 'ext_lensfun' [ 50%] No update step for 'ext_lensfun' patching file CMakeLists.txt [ 50%] Performing configure step for 'ext_lensfun' MXE target : 32 bits shared Installing to /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32 for target i686-w64-mingw32.shared with build mode relwithdebinfo and configure options -DBUILD_TESTING=false == Using MXE wrapper: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/bin/i686-w64-mingw32.shared-cmake == Using MXE toolchain: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/cmake/mxe-conf.cmake == Using MXE runresult: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/share/cmake/modules/TryRunResults.cmake loading initial cache file /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/share/cmake/modules/TryRunResults.cmake -- The C compiler identification is GNU 4.9.4 -- The CXX compiler identification is GNU 4.9.4 -- Check for working C compiler: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/bin/i686-w64-mingw32.shared-gcc -- Check for working C compiler: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/bin/i686-w64-mingw32.shared-gcc -- 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: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/bin/i686-w64-mingw32.shared-g++ -- Check for working CXX compiler: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/bin/i686-w64-mingw32.shared-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Looking for include file endian.h -- Looking for include file endian.h - not found -- Found PkgConfig: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/bin/i686-w64-mingw32.shared-pkg-config (found version "0.28") -- Checking for one of the modules 'glib-2.0' -- ------------------------------------------------------------------------------------- -- Building Lensfun 0.3.2.0 -- ------------------------------------------------------------------------------------- -- Build as dynamic/shared library -- Build type: Release -- Build doc: OFF -- Build test suite: OFF -- Build lenstool: OFF -- Build with support for SSE: ON -- Build with support for SSE2: ON -- Install helper scripts: ON -- Install prefix: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared -- Using: -- GLIB2 include dir: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/include/glib-2.0;/mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/lib/glib-2.0/include;/mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/include -- GLIB2 library: glib-2.0;intl -- GLIB2 DLL: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/bin/libglib-2.0-0.dll -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING CMAKE_FIND_PREFIX_PATH CMAKE_LIBRARY_PATH DIGIKAMSC_CHECKOUT_DOC DIGIKAMSC_CHECKOUT_PO DIGIKAMSC_COMPILE_DIGIKAM DIGIKAMSC_COMPILE_DOC DIGIKAMSC_COMPILE_KIPIPLUGINS DIGIKAMSC_COMPILE_LIBKIPI DIGIKAMSC_COMPILE_LIBKSANE DIGIKAMSC_COMPILE_LIBKVKONTAKTE DIGIKAMSC_COMPILE_LIBMEDIAWIKI DIGIKAMSC_COMPILE_PO ENABLE_AKONADICONTACTSUPPORT ENABLE_APPSTYLES ENABLE_DBUS ENABLE_INTERNALMYSQL ENABLE_KFILEMETADATASUPPORT ENABLE_KIO ENABLE_MEDIAPLAYER ENABLE_MYSQLSUPPORT ENABLE_OPENCV3 MXE_TOOLCHAIN OpenCV_DIR ZLIB_ROOT -- Build files have been written to: /mnt/devel/GIT/5.x/project/bundles/mxe/temp.build/ext_lensfun/ext_lensfun-prefix/src/ext_lensfun/build [100%] Performing build step for 'ext_lensfun' make[4]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Scanning dependencies of target tre_regex [ 3%] Building C object libs/regex/CMakeFiles/tre_regex.dir/tre-ast.c.obj [ 6%] Building C object libs/regex/CMakeFiles/tre_regex.dir/regcomp.c.obj [ 10%] Building C object libs/regex/CMakeFiles/tre_regex.dir/tre-parse.c.obj [ 13%] Building C object libs/regex/CMakeFiles/tre_regex.dir/tre-compile.c.obj [ 17%] Building C object libs/regex/CMakeFiles/tre_regex.dir/tre-match-approx.c.obj [ 20%] Building C object libs/regex/CMakeFiles/tre_regex.dir/regexec.c.obj [ 24%] Building C object libs/regex/CMakeFiles/tre_regex.dir/regerror.c.obj [ 27%] Building C object libs/regex/CMakeFiles/tre_regex.dir/xmalloc.c.obj [ 31%] Building C object libs/regex/CMakeFiles/tre_regex.dir/tre-match-parallel.c.obj [ 34%] Building C object libs/regex/CMakeFiles/tre_regex.dir/tre-mem.c.obj [ 37%] Building C object libs/regex/CMakeFiles/tre_regex.dir/tre-match-backtrack.c.obj [ 41%] Building C object libs/regex/CMakeFiles/tre_regex.dir/tre-stack.c.obj [ 44%] Linking C static library libtre_regex.a [ 44%] Built target tre_regex Scanning dependencies of target lensfun [ 48%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/camera.cpp.obj [ 51%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/database.cpp.obj [ 55%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/lens.cpp.obj [ 58%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mount.cpp.obj [ 62%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/cpuid.cpp.obj [ 65%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mod-color-sse.cpp.obj [ 68%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mod-color-sse2.cpp.obj [ 72%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mod-color.cpp.obj [ 75%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mod-coord-sse.cpp.obj [ 79%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mod-coord.cpp.obj [ 82%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mod-subpix.cpp.obj [ 86%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/modifier.cpp.obj [ 89%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/auxfun.cpp.obj [ 93%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/windows/auxfun.cpp.obj [ 96%] Linking CXX shared library liblensfun.dll [ 96%] Built target lensfun Scanning dependencies of target python-package [100%] Generating build/timestamp running build running build_py creating build creating build/lib creating build/lib/lensfun copying /mnt/devel/GIT/5.x/project/bundles/mxe/temp.build/ext_lensfun/ext_lensfun-prefix/src/ext_lensfun/build/apps/lensfun/__init__.py -> build/lib/lensfun [100%] Built target python-package [100%] Performing install step for 'ext_lensfun' make[4]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Install the project... -- Install configuration: "Release" -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/include/lensfun/lensfun.h -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/include/regex/regex.h -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/compact-olympus.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/compact-casio.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/mil-zeiss.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/slr-schneider.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/mil-tamron.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/slr-konica-minolta.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/compact-fujifilm.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/compact-pentax.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/compact-kodak.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/slr-canon.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/misc.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/slr-vivitar.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/slr-tokina.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/generic.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/slr-hasselblad.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/compact-panasonic.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/mil-samyang.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/mil-panasonic.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/actioncams.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/compact-nikon.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/slr-zeiss.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/slr-panasonic.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/mil-fujifilm.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/mil-olympus.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/slr-ussr.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/slr-samyang.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/compact-canon.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/mil-nikon.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/rf-leica.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/mil-canon.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/slr-samsung.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/6x6.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/compact-sigma.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/slr-tamron.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/contax.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/slr-sony.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/slr-leica.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/slr-pentax.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/compact-leica.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/compact-samsung.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/slr-ricoh.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/compact-sony.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/mil-samsung.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/mil-sigma.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/mil-pentax.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/slr-soligor.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/slr-nikon.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/compact-konica-minolta.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/slr-olympus.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/slr-sigma.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/compact-ricoh.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/mil-sony.xml -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/lensfun/version_1/timestamp.txt -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/lib/libtre_regex.a -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/lib/liblensfun.dll.a -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/bin/liblensfun.dll -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/lib/pkgconfig/lensfun.pc -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/bin/g-lensfun-update-data -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/bin/lensfun-add-adapter -- Installing: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/bin/lensfun-update-data running install running build running build_py creating build creating build/lib creating build/lib/lensfun copying /mnt/devel/GIT/5.x/project/bundles/mxe/temp.build/ext_lensfun/ext_lensfun-prefix/src/ext_lensfun/build/apps/lensfun/__init__.py -> build/lib/lensfun running install_lib creating /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/lib/python3.4 creating /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/lib/python3.4/site-packages creating /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/lib/python3.4/site-packages/lensfun copying build/lib/lensfun/__init__.py -> /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/lib/python3.4/site-packages/lensfun byte-compiling /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/lib/python3.4/site-packages/lensfun/__init__.py to __init__.cpython-34.pyc running install_egg_info Writing /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/lib/python3.4/site-packages/lensfun-0.3.2-py3.4.egg-info [100%] Completed 'ext_lensfun' [100%] Built target ext_lensfun == Using MXE wrapper: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/bin/i686-w64-mingw32.shared-cmake == Skip using MXE toolchain: /mnt/devel/GIT/5.x/project/bundles/mxe/build.win32/usr/i686-w64-mingw32.shared/share/cmake/mxe-conf.cmake Scanning dependencies of target ext_exiv2 [ 0%] Creating directories for 'ext_exiv2' [ 0%] Performing download step (SVN checkout) for 'ext_exiv2' A ext_exiv2/Makefile A ext_exiv2/FindExiv2.cmake A ext_exiv2/CMakeLists.txt A ext_exiv2/msvc2003 A ext_exiv2/msvc2003/tiff-test A ext_exiv2/msvc2003/tiff-test/tiff-test.vcproj A ext_exiv2/msvc2003/mmap-test A ext_exiv2/msvc2003/mmap-test/mmap-test.vcproj A ext_exiv2/msvc2003/exifprint ... Gilles -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374313
--- Comment #32 from [hidden email] --- Simon, The MXE 64 build failed to Qtbase about ssl linking problem. It's not yet solved to MXE team, even if 32 bits build fine. I have a backup of working version : [gilles@localhost build.win32.old]$ git log -1 commit 6b8a1fd0712eaac40ff95dabc894194fa0a8b369 Merge: 7ce70ae d10bc3e Author: Boris Nagaev <[hidden email]> Date: Fri Dec 16 16:25:51 2016 -0800 Merge pull request #1597 from LuaAndC/freetds-non-ftp freetds: add HTTP download URL It's the same from 64 bits. It compile fine. I recommend to use this MXE revision in place of git/master. Gilles -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374313
--- Comment #33 from [hidden email] --- Git commit 01864737967122d5457809b8afb7443e02d2731d by Gilles Caulier. Committed on 15/01/2017 at 10:57. Pushed by cgilles into branch 'master'. add new settings to use a specific revision of MXE git repository to build bundle. Se t git revision to 16 december 2016 which work as expected to release 5.4.0 M +10 -4 project/bundles/mxe/01-build-mxe.sh M +2 -0 project/bundles/mxe/config.sh https://commits.kde.org/digikam-software-compilation/01864737967122d5457809b8afb7443e02d2731d -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374313
--- Comment #34 from [hidden email] --- Git commit a1fea8affc57df5008407b7e2c494d3e0be2b6c4 by Gilles Caulier. Committed on 15/01/2017 at 15:25. Pushed by cgilles into branch 'master'. manage breeze and breeze-dark icon themes from ressource files. Related: bug 374671 M +39 -8 libs/widgets/mainview/dxmlguiwindow.cpp https://commits.kde.org/digikam/a1fea8affc57df5008407b7e2c494d3e0be2b6c4 -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374313
--- Comment #35 from [hidden email] --- Git commit a5664d2515aef4cabbe5b85e79c9304d384886e4 by Gilles Caulier. Committed on 15/01/2017 at 15:27. Pushed by cgilles into branch 'master'. package breeze and breeze-drask icons set as ressource files Store files in AppImage bundles Related: bug 374671 M +1 -0 project/bundles/appimage/04-build-appimage.sh M +13 -5 project/bundles/appimage/icon-rcc/CMakeLists.txt https://commits.kde.org/digikam-software-compilation/a5664d2515aef4cabbe5b85e79c9304d384886e4 -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374313
--- Comment #36 from [hidden email] --- Git commit bfc94680177ebc360fa11fe3e67dc5fa713562e8 by Gilles Caulier. Committed on 15/01/2017 at 16:41. Pushed by cgilles into branch 'master'. package breeze and breeze-drask icons set as ressource files Store files in MacOS bundles Related: bug 374671 M +1 -0 project/bundles/macports/04-build-installer.sh M +13 -5 project/bundles/macports/icon-rcc/CMakeLists.txt M +1 -1 project/bundles/macports/installer/digikam.pkgproj https://commits.kde.org/digikam-software-compilation/bfc94680177ebc360fa11fe3e67dc5fa713562e8 -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374313
--- Comment #37 from [hidden email] --- Git commit 6a762e3d50f6cbb45c7db65ce5e0f814b155da6a by Gilles Caulier. Committed on 15/01/2017 at 18:09. Pushed by cgilles into branch 'master'. package breeze and breeze-drask icons set as ressource files Store files in MacOS bundles Related: bug 374671 M +1 -0 project/bundles/mxe/04-build-installer.sh M +14 -6 project/bundles/mxe/icon-rcc/CMakeLists.txt https://commits.kde.org/digikam-software-compilation/6a762e3d50f6cbb45c7db65ce5e0f814b155da6a -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374313
--- Comment #38 from [hidden email] --- Simon, Now i can reproduce the downloading problem with lensfun: [ 0%] Creating directories for 'ext_lensfun' [ 50%] Performing download step (download, verify and extract) for 'ext_lensfun' -- downloading... src='http://downloads.sourceforge.net/project/lensfun/0.3.2/lensfun-0.3.2.tar.gz' dst='/mnt/data/5.x/project/bundles/mxe/temp.dwnld/lensfun-0.3.2.tar.gz' timeout='none' -- [download 0% complete] CMake Error at ext_lensfun-stamp/download-ext_lensfun.cmake:27 (message): error: downloading 'http://downloads.sourceforge.net/project/lensfun/0.3.2/lensfun-0.3.2.tar.gz' failed status_code: 1 status_string: "Unsupported protocol" log: Trying 216.34.181.59... Connected to downloads.sourceforge.net (216.34.181.59) port 80 (#0) GET /project/lensfun/0.3.2/lensfun-0.3.2.tar.gz HTTP/1.1 Host: downloads.sourceforge.net User-Agent: curl/7.44.0 Accept: */* HTTP/1.1 302 Found Server: nginx Date: Fri, 20 Jan 2017 10:10:42 GMT Content-Type: text/html; charset=UTF-8 Connection: close content-disposition: attachment; filename="lensfun-0.3.2.tar.gz" Set-Cookie: sf_mirror_attempt="lensfun:vorboss:0.3.2/lensfun-0.3.2.tar.gz"; expires=120; Path=/ Location: https://vorboss.dl.sourceforge.net/project/lensfun/0.3.2/lensfun-0.3.2.tar.gz Content-Length: 337 Closing connection 0 Issue another request to this URL: 'https://vorboss.dl.sourceforge.net/project/lensfun/0.3.2/lensfun-0.3.2.tar.gz' Protocol "https" not supported or disabled in libcurl Closing connection -1 ext_lensfun/CMakeFiles/ext_lensfun.dir/build.make:89: recipe for target 'ext_lensfun/ext_lensfun-prefix/src/ext_lensfun-stamp/ext_lensfun-download' failed gmake[3]: *** [ext_lensfun/ext_lensfun-prefix/src/ext_lensfun-stamp/ext_lensfun-download] Error 1 CMakeFiles/Makefile2:755: recipe for target 'ext_lensfun/CMakeFiles/ext_lensfun.dir/all' failed gmake[2]: *** [ext_lensfun/CMakeFiles/ext_lensfun.dir/all] Error 2 CMakeFiles/Makefile2:767: recipe for target 'ext_lensfun/CMakeFiles/ext_lensfun.dir/rule' failed gmake[1]: *** [ext_lensfun/CMakeFiles/ext_lensfun.dir/rule] Error 2 Makefile:287: recipe for target 'ext_lensfun' failed gmake: *** [ext_lensfun] Error 2 [gilles@localhost mxe]$ I see the same problem with OpenCV package. this is due to cmake, configured with MXE, which use curl to get the tarball through https. Strangely, https is not supported to curl... I solved the OpenCV problem to use native CURL and pass local url to cmake. I will do it with LensFun. Gilles -- You are receiving this mail because: You are the assignee for the bug. |
Free forum by Nabble | Edit this page |