qtbase failed to compile :( tst_qbytearray.cpp: In member function 'void tst_QByteArray::setNum()': tst_qbytearray.cpp:418:82: error: call of overloaded 'setNum(long int)' is ambiguous tst_qbytearray.cpp:418:82: note: candidates are: ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:583:20: note: QByteArray& QByteArray::setNum(short int, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:585:20: note: QByteArray& QByteArray::setNum(ushort, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:587:20: note: QByteArray& QByteArray::setNum(int, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:589:20: note: QByteArray& QByteArray::setNum(uint, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:332:17: note: QByteArray& QByteArray::setNum(qlonglong, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:333:17: note: QByteArray& QByteArray::setNum(qulonglong, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:591:20: note: QByteArray& QByteArray::setNum(float, char, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:335:17: note: QByteArray& QByteArray::setNum(double, char, int) tst_qbytearray.cpp:419:86: error: call of overloaded 'setNum(long int)' is ambiguous tst_qbytearray.cpp:419:86: note: candidates are: ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:583:20: note: QByteArray& QByteArray::setNum(short int, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:585:20: note: QByteArray& QByteArray::setNum(ushort, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:587:20: note: QByteArray& QByteArray::setNum(int, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:589:20: note: QByteArray& QByteArray::setNum(uint, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:332:17: note: QByteArray& QByteArray::setNum(qlonglong, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:333:17: note: QByteArray& QByteArray::setNum(qulonglong, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:591:20: note: QByteArray& QByteArray::setNum(float, char, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:335:17: note: QByteArray& QByteArray::setNum(double, char, int) tst_qbytearray.cpp:420:84: error: call of overloaded 'setNum(long unsigned int)' is ambiguous tst_qbytearray.cpp:420:84: note: candidates are: ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:583:20: note: QByteArray& QByteArray::setNum(short int, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:585:20: note: QByteArray& QByteArray::setNum(ushort, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:587:20: note: QByteArray& QByteArray::setNum(int, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:589:20: note: QByteArray& QByteArray::setNum(uint, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:332:17: note: QByteArray& QByteArray::setNum(qlonglong, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:333:17: note: QByteArray& QByteArray::setNum(qulonglong, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:591:20: note: QByteArray& QByteArray::setNum(float, char, int) ../../../../../include/QtCore/../../src/corelib/tools/qbytearray.h:335:17: note: QByteArray& QByteArray::setNum(double, char, int) make[6]: *** [.obj/release-shared/tst_qbytearray.o] Error 1 make[5]: *** [sub-qbytearray-make_first] Error 2 make[4]: *** [sub-tools-make_first] Error 2 make[3]: *** [sub-corelib-make_first] Error 2 make[2]: *** [sub-auto-make_first] Error 2 make[1]: *** [sub-tests-make_first] Error 2 make: *** [module-qtbase] Error 2
Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00162/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1356091544): http://codereview.qt-project.org/43365 [PS1] - Add test for QByteArray::setNum _______________________________________________ Ci-reports mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/ci-reports
