[Ci-reports] fail on QtBase_stable_Integration #3268

Qt Continuous Integration System ci-noreply at qt-project.org
Mon Mar 3 23:32:03 CET 2014


Compilation failed :(

  g++ -include configure_pch.h -fno-rtti -fno-exceptions -mthreads -Wall -Wextra -DUNICODE -DQT_NO_DATASTREAM -DQT_NO_CODECS -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -D_CRT_SECURE_NO_DEPRECATE -DQT_BOOTSTRAPPED -DQT_BUILD_CONFIGURE -DCOMMERCIAL_VERSION -I"../../include" -I"../../include/QtCore" -I"../../include/QtCore/5.3.0" -I"../../include/QtCore/5.3.0/QtCore" -I"C:/work/build/qt/qtbase/tools/shared" -I"C:/work/build/qt/qtbase/mkspecs/win32-g++"   -c -o tools.o tools.cpp
  tools.cpp: In static member function 'static void Tools::checkLicense(QMap<QString, QString>&, QMap<QString, QString>&, const QString&, const QString&)':
  tools.cpp:209:44: error: expected ')' before '{' token
  tools.cpp:216:54: warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
  tools.cpp:223:44: error: 'toLicenseFile' was not declared in this scope
  tools.cpp:228:34: error: 'toLicenseFile' was not declared in this scope
  mingw32-make: *** [tools.o] Error 1

  Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_03268/win32-mingw48_developer-build_qtlibinfix_opengl_Windows_7/log.txt.gz

    ============================================================

Compilation failed :(

  	cl -c -FIconfigure_pch.h -Yuconfigure_pch.h -Fpconfigure_pch.pch -MP -nologo -Zm200 -Zc:wchar_t -MT -W3 -GR -EHsc -w34100 -w34189  -DUNICODE -DQT_NO_CODECS -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -D_CRT_SECURE_NO_DEPRECATE -DQT_BOOTSTRAPPED -DQT_BUILD_CONFIGURE -DCOMMERCIAL_VERSION -I"..\..\include" -I"..\..\include\QtCore" -I"..\..\include\QtCore\5.3.0" -I"..\..\include\QtCore\5.3.0\QtCore" -I"C:\work\build\qt\qtbase\tools\shared" -I"C:\work\build\qt\qtbase\mkspecs\win32-msvc2008" C:\work\build\qt\qtbase\tools\configure\main.cpp C:\work\build\qt\qtbase\tools\configure\configureapp.cpp C:\work\build\qt\qtbase\tools\configure\environment.cpp C:\work\build\qt\qtbase\tools\configure\tools.cpp
  C:\work\build\qt\qtbase\tools\configure\tools.cpp(209) : error C2143: syntax error : missing ')' before '{'
  NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\cl.EXE"' : return code '0x2'

  Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_03268/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz

    ============================================================

Compilation failed :(

  	cl -c -FIconfigure_pch.h -Yuconfigure_pch.h -Fpconfigure_pch.pch -MP -nologo -Zm200 -Zc:wchar_t -MT -W3 -GR -EHsc -w34100 -w34189  -DUNICODE -DQT_NO_CODECS -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -D_CRT_SECURE_NO_DEPRECATE -DQT_BOOTSTRAPPED -DQT_BUILD_CONFIGURE -DCOMMERCIAL_VERSION -I"..\..\include" -I"..\..\include\QtCore" -I"..\..\include\QtCore\5.3.0" -I"..\..\include\QtCore\5.3.0\QtCore" -I"C:\work\build\qt\qtbase\tools\shared" -I"C:\work\build\qt\qtbase\mkspecs\win32-msvc2008" C:\work\build\qt\qtbase\tools\configure\main.cpp C:\work\build\qt\qtbase\tools\configure\configureapp.cpp C:\work\build\qt\qtbase\tools\configure\environment.cpp C:\work\build\qt\qtbase\tools\configure\tools.cpp
  C:\work\build\qt\qtbase\tools\configure\tools.cpp(209) : error C2143: syntax error : missing ')' before '{'
  NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.EXE"' : return code '0x2'

  Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_03268/wince70embedded-armv4i-msvc2008_Windows_7/log.txt.gz

  Tested changes (refs/builds/stable_1393885714):
    http://codereview.qt-project.org/78957 [PS1] - Add optimize_full qmake config option
    http://codereview.qt-project.org/79390 [PS3] - Remove deleted QNetworkReplies from SPDY queues
    http://codereview.qt-project.org/79134 [PS1] - Atomics: implement fetchAndSub on top of fetchAndAdd
    http://codereview.qt-project.org/79624 [PS1] - Fix use uninitialized, detected by GCC 4.8
    http://codereview.qt-project.org/79626 [PS2] - Remove the header precompilation for QtXml and QtOpenGLExtensions
    http://codereview.qt-project.org/72939 [PS7] - Fix issue where revealed widget children do not receive paint event.
    http://codereview.qt-project.org/79636 [PS1] - Disable 'gsub' table check for AAT fonts on Mac
    http://codereview.qt-project.org/79581 [PS4] - Support QQuickWidget on Windows.
    http://codereview.qt-project.org/79699 [PS1] - Remove use of templates in tst_qatomicinteger.
    http://codereview.qt-project.org/78798 [PS2] - iOS: prevent crash on iOS 5
    http://codereview.qt-project.org/79605 [PS2] - Doc: fix warning: No documentation for 'QApplication::palette()'
    http://codereview.qt-project.org/79604 [PS1] - Doc: fix documentation for QGraphicsScene::focusItemChanged()
    http://codereview.qt-project.org/79680 [PS1] - Optimize glyph lookups with QFontEngine::glyphIndex(uint)
    http://codereview.qt-project.org/78154 [PS4] - Remove definition QT_EDITION



More information about the Ci-reports mailing list