[Ci-reports] fail on QtBase_5.5_Integration #385

Qt Continuous Integration System ci-noreply at qt-project.org
Wed Mar 25 10:31:26 CET 2015


qtbase failed to compile :(

  In file included from ../../include/QtCore/qvector.h:1:0,
                   from ../../include/QtCore/../../src/corelib/tools/qstack.h:37,
                   from ../../include/QtCore/qstack.h:1,
                   from io/qdiriterator.cpp:87:
  In file included from ../../include/QtCore/qstring.h:1:0,
                   from ../../include/QtCore/../../src/corelib/tools/qbytearray.h:680,
                   from ../../include/QtCore/qbytearray.h:1,
                   from io/qurl.h:38,
                   from io/qurl.cpp:398:
  In file included from io/forkfd_qt.cpp:80:0:
  io/../../3rdparty/forkfd/forkfd.c:44:44: error: missing binary operator before token "("
  io/../../3rdparty/forkfd/forkfd.c:48:44: error: missing binary operator before token "("
  make[3]: *** [.obj/forkfd_qt.o] Error 1
  make[2]: *** [sub-corelib-make_first] Error 2
  make[1]: *** [sub-src-make_first] Error 2
  make: *** [module-qtbase] Error 2

  Build log: http://testresults.qt.io/ci/QtBase_5.5_Integration/build_00385/linux-android_armeabi-g++_Ubuntu_14.04_x64/log.txt.gz

  Tested changes (refs/builds/5.5_1427275457):
    http://codereview.qt-project.org/107856 [PS1] - Fix build of the manual dialog test with Qt 4.
    http://codereview.qt-project.org/108689 [PS4] - Fix building test qpluginloader/machtest against installed qtbase
    http://codereview.qt-project.org/107231 [PS2] - Do not emit textEdited on inputMask change
    http://codereview.qt-project.org/108581 [PS3] - Remove extra semi-colons: clang doesn't like it
    http://codereview.qt-project.org/109124 [PS3] - forkfd: Fix compilation with older glibc
    http://codereview.qt-project.org/102319 [PS4] - Remove the old headersclean unit test
    http://codereview.qt-project.org/109062 [PS3] - fix quoting problems in ios main() renamer
    http://codereview.qt-project.org/108698 [PS1] - provide a way to disable only the axserver registration
    http://codereview.qt-project.org/108644 [PS2] - don't print "progress bar" when stdout is no tty
    http://codereview.qt-project.org/108851 [PS1] - don't suppress compiler output in verbose mode
    http://codereview.qt-project.org/108639 [PS1] - suppress compiler output in compilerSupportsFlag()
    http://codereview.qt-project.org/108635 [PS1] - make it possible to suppress the creation of a private module
    http://codereview.qt-project.org/108634 [PS1] - export modules with TEMPLATE=aux as no_link
    http://codereview.qt-project.org/108704 [PS1] - tst_QDnsLookup: Use a different character from space in TXT multi
    http://codereview.qt-project.org/108011 [PS2] - QtOpenGL: Fix const correctness in old style casts
    http://codereview.qt-project.org/109071 [PS1] - Don't replay mouse press event which closes a popup on X11
    http://codereview.qt-project.org/109289 [PS6] - Add a section about QOpenGLWidget alternatives
    http://codereview.qt-project.org/109197 [PS1] - Avoid crashing in the vao when not supported
    http://codereview.qt-project.org/101493 [PS9] - Ensure that CSS rules are inherited from the parent tags
    http://codereview.qt-project.org/108765 [PS1] - Skip non-exported slots early when creating a XML interface description.
    http://codereview.qt-project.org/108764 [PS1] - Export the symbols of libdbus-1 when loading it at runtime.
    http://codereview.qt-project.org/108921 [PS2] - Resize backingstore properly on devicePixelRatio changes
    http://codereview.qt-project.org/108920 [PS2] - Proper geometry conversion for devicePixelRatio > 1
    http://codereview.qt-project.org/108678 [PS1] - Tests: Blacklist tests for ubuntu 14.04
    http://codereview.qt-project.org/108515 [PS10] - testlib: Detect distribution name/release for blacklisting tests
    http://codereview.qt-project.org/106089 [PS2] - QDateTimePrivate: replace out parameters with return-by-value in getDateTime()
    http://codereview.qt-project.org/106094 [PS1] - QDateTime: prevent aggressive inlining
    http://codereview.qt-project.org/106939 [PS1] - QTime: optimize toString()
    http://codereview.qt-project.org/106938 [PS1] - Micro-optimize QDate::{long,short}{Day,Month}Name()
    http://codereview.qt-project.org/106937 [PS1] - QDate: don't spend code size covering the impossible case
    http://codereview.qt-project.org/106936 [PS1] - QDate: remove some useless default case labels
    http://codereview.qt-project.org/108183 [PS1] - configure: take XQMAKESPEC into account when looking for files.
    http://codereview.qt-project.org/108175 [PS5] - QNX: Fix compilation on Windows.
    http://codereview.qt-project.org/108626 [PS4] - QStateMachine: move methods out of Private class.
    http://codereview.qt-project.org/109203 [PS1] - Improve debug formatting of key and mouse events.
    http://codereview.qt-project.org/109282 [PS1] - Fix soft-hyphen appearance at line-break
    http://codereview.qt-project.org/109281 [PS1] - Set dontPrint flag for the respective glyph
    http://codereview.qt-project.org/108819 [PS3] - Accessibility Linux: Fix text attributes
    http://codereview.qt-project.org/108818 [PS3] - OS X Accessibility: Make checkboxes etc. checkable with VoiceOver
    http://codereview.qt-project.org/109133 [PS1] - Add string range tests to qaccessibilitymac
    http://codereview.qt-project.org/109132 [PS1] - Refactoring of qaccessibilitymac test
    http://codereview.qt-project.org/108817 [PS1] - Fix QAccessibleTextWidget::characterRect for off-cursor positions
    http://codereview.qt-project.org/108816 [PS1] - Fix QAccessibleTextWidget::characterRect for complex lines
    http://codereview.qt-project.org/108815 [PS1] - Fix accessibility character rect tests
    http://codereview.qt-project.org/108814 [PS1] - Fix tst_qaccessibility::textEditTest for some screen resolutions
    http://codereview.qt-project.org/108813 [PS1] - Support all underline types in accessibility
    http://codereview.qt-project.org/108898 [PS1] - iOS: support SH_ComboBox_UseNativePopup in fusion style
    http://codereview.qt-project.org/108897 [PS1] - QComboBox: use native popup on iOS
    http://codereview.qt-project.org/108896 [PS1] - QComboBox: change showNativePopup to be non-blocking
    http://codereview.qt-project.org/106854 [PS2] - QImage/QPixmap: scaleFactor -> devicePixelRatio
    http://codereview.qt-project.org/109214 [PS1] - Doc: Update URLs
    http://codereview.qt-project.org/109051 [PS1] - Make QAbstractProxyModel API invokable.
    http://codereview.qt-project.org/109050 [PS1] - QAbstractItemModel: Make the match() method Q_INVOKABLE
    http://codereview.qt-project.org/109207 [PS1] - Revert "iOS: Prefer debug-simulator as default test target"



More information about the Ci-reports mailing list