Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-61829

qtwebkit build failed on Windows 10 (msvc2015-x86) on Windows 10 (msvc2015-x86_64)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P0: Blocker
    • None
    • 5.10.0 Alpha
    • Coin Configuration, WebKit
    • None
    • Windows 10 (msvc2015-x86) on Windows 10 (msvc2015-x86_64) - Packaging, DebugAndRelease, Release, ForceDebugInfo, OpenGLDynamic

    Description

      In qt5 5.9->dev merge, https://codereview.qt-project.org/#/c/197418/
      https://testresults.qt.io/coin/integration/qt/qt5/tasks/1499155634
      https://testresults.qt.io/coin/api/results/qt/qtwebkit/488cabfdeaa2a0a0449534564da4747a1da4951c/WindowsWindows_10x86_64WindowsWindows_10x86MSVC2015qtci-windows-10-x86_64-7-253cf4DebugAndRelease_Release_ForceDebugInfo_OpenGLDynamic/7dd3ced5cbbad47c57524d5f09bc9c4fed59140c/build_1499157338/buildlog.txt.gz

      Generating CMake toolchain file C:/Users/qt/work/qt/qtwebkit/qmake_toolchain.cmake 
      
      set(CMAKE_C_COMPILER "cl")
      set(CMAKE_CXX_COMPILER "cl")
      
      	C:\utils\jom\jom.exe -f Makefile.generate_cmake_toolchain_file.Release
      	cd Tools\qmake\projects\ && ( if not exist Makefile.generate_forwarding_pris c:\Users\qt\work\install\bin\qmake.exe -o Makefile.generate_forwarding_pris C:\Users\qt\work\qt\qtwebkit\Tools\qmake\projects\generate_forwarding_pris.pro "INSTALL_PREFIX=\Users\qt\work" ) && C:\utils\jom\jom.exe -f Makefile.generate_forwarding_pris
      Project MESSAGE: Writing C:/Users/qt/work/qt/qtwebkit/mkspecs/modules/qt_lib_webkit.pri
      Project MESSAGE: Writing C:/Users/qt/work/qt/qtwebkit/mkspecs/modules/qt_lib_webkitwidgets.pri
      	C:\utils\jom\jom.exe -f Makefile.generate_forwarding_pris.Release all
      	C:\utils\jom\jom.exe -f Makefile.generate_forwarding_pris.Debug all
      	cd Tools\qmake\projects\ && ( if not exist Makefile.run_cmake c:\Users\qt\work\install\bin\qmake.exe -o Makefile.run_cmake C:\Users\qt\work\qt\qtwebkit\Tools\qmake\projects\run_cmake.pro "INSTALL_PREFIX=\Users\qt\work" ) && C:\utils\jom\jom.exe -f Makefile.run_cmake
      -- The C compiler identification is MSVC 19.0.24215.1
      -- The CXX compiler identification is MSVC 19.0.24215.1
      -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
      -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works
      -- Detecting C compiler ABI info
      -- Detecting C compiler ABI info - done
      -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
      -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works
      -- Detecting CXX compiler ABI info
      -- Detecting CXX compiler ABI info - done
      -- Detecting CXX compile features
      -- Detecting CXX compile features - done
      -- Found BISON: /Users/qt/work/qt/qt5-toolset/gnuwin32/bin/bison.exe (found suitable version "3.0", minimum required is "2.1") 
      -- Found Gperf: /Users/qt/work/qt/qt5-toolset/gnuwin32/bin/gperf.exe (Required is at least version "3.0.1") 
      -- Found Perl: C:/strawberry/perl/bin/perl.exe (found suitable version "5.14.2", minimum required is "5.10.0") 
      -- Found PythonInterp: C:/Python27/python.exe (found suitable version "2.7.13", minimum required is "2.7.0") 
      -- Could NOT find Ruby (missing:  RUBY_LIBRARY) (found suitable version "2.3.0", minimum required is "1.9")
      CMake Warning (dev) at Source/cmake/OptionsCommon.cmake:167 (if):
        Policy CMP0054 is not set: Only interpret if() arguments as variables or
        keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
        details.  Use the cmake_policy command to set the policy and suppress this
        warning.
      
        Quoted variables like "MSVC" will no longer be dereferenced when the policy
        is set to NEW.  Since the policy is not set the OLD behavior will be used.
      Call Stack (most recent call first):
        Source/cmake/WebKitCommon.cmake:46 (include)
        CMakeLists.txt:135 (include)
      This warning is for project developers.  Use -Wno-dev to suppress it.
      
      -- Looking for include file features.h
      -- Looking for include file features.h - not found
      -- Looking for pthread.h
      -- Looking for pthread.h - not found
      -- Found Threads: TRUE  
      -- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE) 
      CMake Error at Source/cmake/FindICU.cmake:82 (message):
        Could not find ICU
      Call Stack (most recent call first):
        Source/cmake/OptionsQt.cmake:349 (find_package)
        Source/cmake/WebKitCommon.cmake:47 (include)
        CMakeLists.txt:135 (include)
      
      
      -- Configuring incomplete, errors occurred!
      See also "C:/Users/qt/work/qt/qtwebkit/release/CMakeFiles/CMakeOutput.log".
      See also "C:/Users/qt/work/qt/qtwebkit/release/CMakeFiles/CMakeError.log".
      Cannot read C:/Users/qt/work/qt/qtwebkit/release/Source/WebKit/qt_lib_webkit.pri: The system cannot find the path specified.
      Cannot read C:/Users/qt/work/qt/qtwebkit/release/Source/WebKit/qt_lib_webkitwidgets.pri: The system cannot find the path specified.
      
      Running  cmake C:/Users/qt/work/qt/qtwebkit -G "NMake Makefiles JOM" -DPORT=Qt -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=C:\Users\qt\work\qt\qtwebkit\qmake_toolchain.cmake -DUSE_LIBHYPHEN=OFF -DCMAKE_PREFIX_PATH="c:/Users/qt/work/install" -DQT_BUNDLED_JPEG=1 -DJPEG_INCLUDE_DIR=C:/Users/qt/work/qt/qtwebkit/../qtbase/src/3rdparty/libjpeg -DJPEG_LIBRARIES=C:/Users/qt/work/qt/qtwebkit/lib/qtjpeg.lib -DQT_BUNDLED_PNG=1 -DPNG_INCLUDE_DIRS=C:/Users/qt/work/qt/qtwebkit/../qtbase/src/3rdparty/libpng -DPNG_LIBRARIES=C:/Users/qt/work/qt/qtwebkit/lib/qtpng.lib -DQT_BUNDLED_ZLIB=1 -DZLIB_INCLUDE_DIRS=C:/Users/qt/work/qt/qtwebkit/../qtbase/src/3rdparty/zlib -DUSE_MINIMAL_DEBUG_INFO_MSVC=ON 
      
      Project ERROR: Running cmake failed
      jom: C:\Users\qt\work\qt\qtwebkit\Makefile [sub-Tools-qmake-projects-run_cmake-pro-make_first-ordered] Error 3
      

      Attachments

        For Gerrit Dashboard: QTBUG-61829
        # Subject Branch Project Status CR V

        Activity

          People

            annulen Konstantin Tokarev
            liaqi Liang Qi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes