[Ci-reports] fail on QtWebEngine_dev_Integration #111

Qt Continuous Integration System ci-noreply at qt-project.org
Mon Jan 19 13:49:22 CET 2015


qtwebengine failed to compile :(

  In file included from ../../../src/3rdparty/chromium/third_party/angle/src/common/blocklayout.cpp:11:0:
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h: In function ‘float gl::normalizedToFloat(T)’:
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h:415:5: error: there are no arguments to ‘static_assert’ that depend on a template parameter, so a declaration of ‘static_assert’ must be available [-fpermissive]
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h:415:5: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h: In function ‘T gl::floatToNormalized(float)’:
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h:430:5: error: there are no arguments to ‘static_assert’ that depend on a template parameter, so a declaration of ‘static_assert’ must be available [-fpermissive]
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h: In function ‘T gl::getShiftedData(T)’:
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h:437:5: error: there are no arguments to ‘static_assert’ that depend on a template parameter, so a declaration of ‘static_assert’ must be available [-fpermissive]
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h: In function ‘T gl::shiftData(T)’:
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h:445:5: error: there are no arguments to ‘static_assert’ that depend on a template parameter, so a declaration of ‘static_assert’ must be available [-fpermissive]
  In file included from ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.cpp:9:0:
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h: In function ‘float gl::normalizedToFloat(T)’:
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h:415:5: error: there are no arguments to ‘static_assert’ that depend on a template parameter, so a declaration of ‘static_assert’ must be available [-fpermissive]
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h:415:5: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h: In function ‘T gl::floatToNormalized(float)’:
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h:430:5: error: there are no arguments to ‘static_assert’ that depend on a template parameter, so a declaration of ‘static_assert’ must be available [-fpermissive]
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h: In function ‘T gl::getShiftedData(T)’:
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h:437:5: error: there are no arguments to ‘static_assert’ that depend on a template parameter, so a declaration of ‘static_assert’ must be available [-fpermissive]
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h: In function ‘T gl::shiftData(T)’:
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h:445:5: error: there are no arguments to ‘static_assert’ that depend on a template parameter, so a declaration of ‘static_assert’ must be available [-fpermissive]
  In file included from ../../../src/3rdparty/chromium/third_party/angle/src/common/utilities.cpp:10:0:
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h: In function ‘float gl::normalizedToFloat(T)’:
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h:415:5: error: there are no arguments to ‘static_assert’ that depend on a template parameter, so a declaration of ‘static_assert’ must be available [-fpermissive]
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h:415:5: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h: In function ‘T gl::floatToNormalized(float)’:
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h:430:5: error: there are no arguments to ‘static_assert’ that depend on a template parameter, so a declaration of ‘static_assert’ must be available [-fpermissive]
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h: In function ‘T gl::getShiftedData(T)’:
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h:437:5: error: there are no arguments to ‘static_assert’ that depend on a template parameter, so a declaration of ‘static_assert’ must be available [-fpermissive]
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h: In function ‘T gl::shiftData(T)’:
  ../../../src/3rdparty/chromium/third_party/angle/src/common/mathutil.h:445:5: error: there are no arguments to ‘static_assert’ that depend on a template parameter, so a declaration of ‘static_assert’ must be available [-fpermissive]
  make[4]: *** [invoke_ninja] Error 1
  make[3]: *** [sub-gyp_run-pro-make_first] Error 2
  make[2]: *** [sub-core-make_first] Error 2
  make[1]: *** [sub-src-make_first] Error 2
  make: *** [module-qtwebengine] Error 2

  Build log: http://testresults.qt-project.org/ci/QtWebEngine_dev_Integration/build_00111/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz

  Tested changes (refs/builds/dev_1421669830):
    http://codereview.qt-project.org/102209 [PS2] - Update submodule after updating Chromium to 40.0.2214.28.
    http://codereview.qt-project.org/101189 [PS2] - Disable warning about use of deprecated functions on Windows.
    http://codereview.qt-project.org/101188 [PS7] - Add Keyboard modifiers to MotionEventQt.
    http://codereview.qt-project.org/101187 [PS2] - BrowserAccessibilityDelegate has been implemented in RenderFrameHostImpl.
    http://codereview.qt-project.org/101186 [PS3] - Clipboard must now be subclassed.
    http://codereview.qt-project.org/101185 [PS7] - Update Chromium to version 40.0.2214.28 and ninja to 1.5.3.



More information about the Ci-reports mailing list