[Ci-reports] fail on QtBase_dev_Integration #3681

Qt Continuous Integration System ci-noreply at qt-project.org
Mon Jun 23 18:59:23 CEST 2014


qtbase failed to compile :(

  /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -O3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.7 -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -Werror -Wno-error=#warnings -Wno-error=deprecated-declarations -fPIC -DQT_NO_MTDEV -DQT_NO_LIBUDEV -DQT_NO_EVDEV -DQT_NO_USING_NAMESPACE -DQT_BUILD_GUI_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_USE_BUNDLED_LIBPNG -DQT_ENABLE_HARFBUZZ_NG -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -I../../mkspecs/macx-clang -I. -I../../include -I../../include/QtGui -I../../include/QtGui/5.4.0 -I../../include/QtGui/5.4.0/QtGui -Iimage -I../3rdparty/libpng -I../3rdparty/harfbuzz-ng/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/AGL.framework/Headers -I../../lib/QtCore.framework/Versions/5/Headers -I../../lib/QtCore.framework/Versions/5/Headers/5.4.0 -I../../lib/QtCore.framework/Versions/5/Headers/5.4.0/QtCore -I.moc -F/work/build/qt/qtbase/lib -o .obj/qopengldebug.o opengl/qopengldebug.cpp
  opengl/qopengldebug.cpp:592:34: error: typedef redefinition with different types ('void (*)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar *, const GLvoid *)' vs 'void (*)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar *, GLvoid *)')
  ../../include/QtGui/../../src/gui/opengl/qopengl.h:271:25: note: previous definition is here
  opengl/qopengldebug.cpp:1450:31: error: cannot initialize a parameter of type 'GLDEBUGPROC' (aka 'void (*)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar *, GLvoid *)') with an rvalue of type 'void (*)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar *, const GLvoid *)': type mismatch at 7th parameter ('GLvoid *' (aka 'void *') vs 'const GLvoid *' (aka 'const void *'))
  make[3]: *** [.obj/qopengldebug.o] Error 1
  make[2]: *** [sub-gui-make_first] Error 2
  make[1]: *** [sub-src-make_first] Error 2
  make: *** [module-qtbase] Error 2

  Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_03681/macx-clang_developer-build_OSX_10.8/log.txt.gz

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

qtbase failed to compile :(

  compiling opengl/qopengldebug.cpp
  opengl/qopengldebug.cpp:592:34: error: typedef redefinition with different types ('void (*)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar *, const GLvoid *)' vs 'void (*)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar *, GLvoid *)')
  ../../include/QtGui/../../src/gui/opengl/qopengl.h:271:25: note: previous definition is here
  opengl/qopengldebug.cpp:1450:31: error: cannot initialize a parameter of type 'GLDEBUGPROC' (aka 'void (*)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar *, GLvoid *)') with an rvalue of type 'void (*)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar *, const GLvoid *)': type mismatch at 7th parameter ('GLvoid *' (aka 'void *') vs 'const GLvoid *' (aka 'const void *'))
  make[3]: *** [.obj/qopengldebug.o] Error 1
  make[2]: *** [sub-gui-make_first] Error 2
  make[1]: *** [sub-src-make_first] Error 2
  make: *** [module-qtbase] Error 2

  Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_03681/macx-clang_no-framework_OSX_10.8/log.txt.gz

  Tested changes (refs/builds/dev_1403542457):
    http://codereview.qt-project.org/87974 [PS1] - Update qopenglext.h
    http://codereview.qt-project.org/87853 [PS3] - Introduce std::string conversion to QByteArray
    http://codereview.qt-project.org/87946 [PS2] - QGuiApplication::layoutDirectionChanged(Qt::LayoutDirection) [signal]
    http://codereview.qt-project.org/87903 [PS1] - Make VectorBoolElements static properties const.
    http://codereview.qt-project.org/87960 [PS1] - QDebug: Remove handling of FORCE_UREF define
    http://codereview.qt-project.org/82811 [PS3] - Support adapting an existing NSOpenGLContext in cocoa



More information about the Ci-reports mailing list