MidnightBSD Magus

devel/qt5-qdbus

Qt command-line interface to D-Bus

Flavor Version Run OSVersion Arch License Restricted Status
5.6.2 333 0.8 i386 gpl3 0 fail

Events

Machine Type Time Message
Constellation info 2018-05-07 03:24:17.973559 Test Started
Constellation fail 2018-05-07 03:25:10.997608 make build returned non-zero: 1
Constellation fail 2018-05-07 03:25:11.195075 Test complete.

Log

===>  Building for qt5-qdbus-5.6.2
c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -Wall -W -pthread -fPIC -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -isystem /usr/local/include/qt5/QtDBus/5.6.2 -isystem /usr/local/include/qt5/QtDBus/5.6.2/QtDBus -isystem /usr/local/include/qt5/QtCore/5.6.2 -isystem /usr/local/include/qt5/QtCore/5.6.2/QtCore -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtCore -I.moc -isystem /usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .obj/qdbus.o qdbus.cpp
In file included from qdbus.cpp:37:
In file included from /usr/local/include/qt5/QtCore/QCoreApplication:1:
/usr/local/include/qt5/QtCore/qcoreapplication.h:82:31: error: use of undeclared identifier 'QT_VERSION_MAJOR'
    enum { ApplicationFlags = QT_VERSION
                              ^
/usr/local/include/qt5/QtCore/qglobal.h:47:42: note: expanded from macro 'QT_VERSION'
#define QT_VERSION      QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH)
                                         ^
/usr/local/include/qt5/QtCore/qglobal.h:51:49: note: expanded from macro 'QT_VERSION_CHECK'
#define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
                                                ^
In file included from qdbus.cpp:42:
In file included from /usr/local/include/qt5/QtDBus/QDBusConnection:1:
/usr/local/include/qt5/QtDBus/qdbusconnection.h:208:1: error: use of undeclared identifier 'QT_VERSION_MAJOR'
Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6(QDBusConnection)
^
/usr/local/include/qt5/QtCore/qtypeinfo.h:256:60: note: expanded from macro 'Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6'
                               Q_DECLARE_SHARED_IMPL(TYPE, QT_VERSION >= QT_VERSION_CHECK(6,0,0) ? Q_MOVABLE_TYPE : Q_RELOCATABLE_TYPE)
                                                           ^
/usr/local/include/qt5/QtCore/qglobal.h:47:42: note: expanded from macro 'QT_VERSION'
#define QT_VERSION      QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH)
                                         ^
/usr/local/include/qt5/QtCore/qglobal.h:51:49: note: expanded from macro 'QT_VERSION_CHECK'
#define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
                                                ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:250:26: note: expanded from macro 'Q_DECLARE_SHARED_IMPL'
Q_DECLARE_TYPEINFO(TYPE, FLAGS); \
                         ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:226:31: note: expanded from macro '\
Q_DECLARE_TYPEINFO'
Q_DECLARE_TYPEINFO_BODY(TYPE, FLAGS)
                              ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:212:24: note: expanded from macro '\
Q_DECLARE_TYPEINFO_BODY'
        isComplex = (((FLAGS) & Q_PRIMITIVE_TYPE) == 0), \
                       ^
In file included from qdbus.cpp:42:
In file included from /usr/local/include/qt5/QtDBus/QDBusConnection:1:
/usr/local/include/qt5/QtDBus/qdbusconnection.h:208:1: error: use of undeclared identifier 'QT_VERSION_MAJOR'
/usr/local/include/qt5/QtCore/qtypeinfo.h:256:60: note: expanded from macro 'Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6'
                               Q_DECLARE_SHARED_IMPL(TYPE, QT_VERSION >= QT_VERSION_CHECK(6,0,0) ? Q_MOVABLE_TYPE : Q_RELOCATABLE_TYPE)
                                                           ^
/usr/local/include/qt5/QtCore/qglobal.h:47:42: note: expanded from macro 'QT_VERSION'
#define QT_VERSION      QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH)
                                         ^
/usr/local/include/qt5/QtCore/qglobal.h:51:49: note: expanded from macro 'QT_VERSION_CHECK'
#define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
                                                ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:250:26: note: expanded from macro 'Q_DECLARE_SHARED_IMPL'
Q_DECLARE_TYPEINFO(TYPE, FLAGS); \
                         ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:226:31: note: expanded from macro '\
Q_DECLARE_TYPEINFO'
Q_DECLARE_TYPEINFO_BODY(TYPE, FLAGS)
                              ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:213:23: note: expanded from macro '\
Q_DECLARE_TYPEINFO_BODY'
        isStatic = (((FLAGS) & (Q_MOVABLE_TYPE | Q_PRIMITIVE_TYPE)) == 0), \
                      ^
In file included from qdbus.cpp:42:
In file included from /usr/local/include/qt5/QtDBus/QDBusConnection:1:
/usr/local/include/qt5/QtDBus/qdbusconnection.h:208:1: error: use of undeclared identifier 'QT_VERSION_MAJOR'
/usr/local/include/qt5/QtCore/qtypeinfo.h:256:60: note: expanded from macro 'Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6'
                               Q_DECLARE_SHARED_IMPL(TYPE, QT_VERSION >= QT_VERSION_CHECK(6,0,0) ? Q_MOVABLE_TYPE : Q_RELOCATABLE_TYPE)
                                                           ^
/usr/local/include/qt5/QtCore/qglobal.h:47:42: note: expanded from macro 'QT_VERSION'
#define QT_VERSION      QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH)
                                         ^
/usr/local/include/qt5/QtCore/qglobal.h:51:49: note: expanded from macro 'QT_VERSION_CHECK'
#define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
                                                ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:250:26: note: expanded from macro 'Q_DECLARE_SHARED_IMPL'
Q_DECLARE_TYPEINFO(TYPE, FLAGS); \
                         ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:226:31: note: expanded from macro '\
Q_DECLARE_TYPEINFO'
Q_DECLARE_TYPEINFO_BODY(TYPE, FLAGS)
                              ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:214:40: note: expanded from macro '\
Q_DECLARE_TYPEINFO_BODY'
        isRelocatable = !isStatic || ((FLAGS) & Q_RELOCATABLE_TYPE), \
                                       ^
In file included from qdbus.cpp:42:
In file included from /usr/local/include/qt5/QtDBus/QDBusConnection:1:
/usr/local/include/qt5/QtDBus/qdbusconnection.h:208:1: error: use of undeclared identifier 'QT_VERSION_MAJOR'
/usr/local/include/qt5/QtCore/qtypeinfo.h:256:60: note: expanded from macro 'Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6'
                               Q_DECLARE_SHARED_IMPL(TYPE, QT_VERSION >= QT_VERSION_CHECK(6,0,0) ? Q_MOVABLE_TYPE : Q_RELOCATABLE_TYPE)
                                                           ^
/usr/local/include/qt5/QtCore/qglobal.h:47:42: note: expanded from macro 'QT_VERSION'
#define QT_VERSION      QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH)
                                         ^
/usr/local/include/qt5/QtCore/qglobal.h:51:49: note: expanded from macro 'QT_VERSION_CHECK'
#define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
                                                ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:250:26: note: expanded from macro 'Q_DECLARE_SHARED_IMPL'
Q_DECLARE_TYPEINFO(TYPE, FLAGS); \
                         ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:226:31: note: expanded from macro '\
Q_DECLARE_TYPEINFO'
Q_DECLARE_TYPEINFO_BODY(TYPE, FLAGS)
                              ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:218:22: note: expanded from macro '\
Q_DECLARE_TYPEINFO_BODY'
        isDummy = (((FLAGS) & Q_DUMMY_TYPE) != 0), \
                     ^
In file included from qdbus.cpp:43:
In file included from /usr/local/include/qt5/QtDBus/QDBusInterface:1:
In file included from /usr/local/include/qt5/QtDBus/qdbusinterface.h:37:
In file included from /usr/local/include/qt5/QtDBus/qdbusabstractinterface.h:42:
In file included from /usr/local/include/qt5/QtDBus/qdbusmessage.h:38:
/usr/local/include/qt5/QtDBus/qdbuserror.h:127:1: error: use of undeclared identifier 'QT_VERSION_MAJOR'
Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6(QDBusError)
^
/usr/local/include/qt5/QtCore/qtypeinfo.h:256:60: note: expanded from macro 'Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6'
                               Q_DECLARE_SHARED_IMPL(TYPE, QT_VERSION >= QT_VERSION_CHECK(6,0,0) ? Q_MOVABLE_TYPE : Q_RELOCATABLE_TYPE)
                                                           ^
/usr/local/include/qt5/QtCore/qglobal.h:47:42: note: expanded from macro 'QT_VERSION'
#define QT_VERSION      QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH)
                                         ^
/usr/local/include/qt5/QtCore/qglobal.h:51:49: note: expanded from macro 'QT_VERSION_CHECK'
#define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
                                                ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:250:26: note: expanded from macro 'Q_DECLARE_SHARED_IMPL'
Q_DECLARE_TYPEINFO(TYPE, FLAGS); \
                         ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:226:31: note: expanded from macro '\
Q_DECLARE_TYPEINFO'
Q_DECLARE_TYPEINFO_BODY(TYPE, FLAGS)
                              ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:212:24: note: expanded from macro '\
Q_DECLARE_TYPEINFO_BODY'
        isComplex = (((FLAGS) & Q_PRIMITIVE_TYPE) == 0), \
                       ^
In file included from qdbus.cpp:43:
In file included from /usr/local/include/qt5/QtDBus/QDBusInterface:1:
In file included from /usr/local/include/qt5/QtDBus/qdbusinterface.h:37:
In file included from /usr/local/include/qt5/QtDBus/qdbusabstractinterface.h:42:
In file included from /usr/local/include/qt5/QtDBus/qdbusmessage.h:38:
/usr/local/include/qt5/QtDBus/qdbuserror.h:127:1: error: use of undeclared identifier 'QT_VERSION_MAJOR'
/usr/local/include/qt5/QtCore/qtypeinfo.h:256:60: note: expanded from macro 'Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6'
                               Q_DECLARE_SHARED_IMPL(TYPE, QT_VERSION >= QT_VERSION_CHECK(6,0,0) ? Q_MOVABLE_TYPE : Q_RELOCATABLE_TYPE)
                                                           ^
/usr/local/include/qt5/QtCore/qglobal.h:47:42: note: expanded from macro 'QT_VERSION'
#define QT_VERSION      QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH)
                                         ^
/usr/local/include/qt5/QtCore/qglobal.h:51:49: note: expanded from macro 'QT_VERSION_CHECK'
#define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
                                                ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:250:26: note: expanded from macro 'Q_DECLARE_SHARED_IMPL'
Q_DECLARE_TYPEINFO(TYPE, FLAGS); \
                         ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:226:31: note: expanded from macro '\
Q_DECLARE_TYPEINFO'
Q_DECLARE_TYPEINFO_BODY(TYPE, FLAGS)
                              ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:213:23: note: expanded from macro '\
Q_DECLARE_TYPEINFO_BODY'
        isStatic = (((FLAGS) & (Q_MOVABLE_TYPE | Q_PRIMITIVE_TYPE)) == 0), \
                      ^
In file included from qdbus.cpp:43:
In file included from /usr/local/include/qt5/QtDBus/QDBusInterface:1:
In file included from /usr/local/include/qt5/QtDBus/qdbusinterface.h:37:
In file included from /usr/local/include/qt5/QtDBus/qdbusabstractinterface.h:42:
In file included from /usr/local/include/qt5/QtDBus/qdbusmessage.h:38:
/usr/local/include/qt5/QtDBus/qdbuserror.h:127:1: error: use of undeclared identifier 'QT_VERSION_MAJOR'
/usr/local/include/qt5/QtCore/qtypeinfo.h:256:60: note: expanded from macro 'Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6'
                               Q_DECLARE_SHARED_IMPL(TYPE, QT_VERSION >= QT_VERSION_CHECK(6,0,0) ? Q_MOVABLE_TYPE : Q_RELOCATABLE_TYPE)
                                                           ^
/usr/local/include/qt5/QtCore/qglobal.h:47:42: note: expanded from macro 'QT_VERSION'
#define QT_VERSION      QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH)
                                         ^
/usr/local/include/qt5/QtCore/qglobal.h:51:49: note: expanded from macro 'QT_VERSION_CHECK'
#define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
                                                ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:250:26: note: expanded from macro 'Q_DECLARE_SHARED_IMPL'
Q_DECLARE_TYPEINFO(TYPE, FLAGS); \
                         ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:226:31: note: expanded from macro '\
Q_DECLARE_TYPEINFO'
Q_DECLARE_TYPEINFO_BODY(TYPE, FLAGS)
                              ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:214:40: note: expanded from macro '\
Q_DECLARE_TYPEINFO_BODY'
        isRelocatable = !isStatic || ((FLAGS) & Q_RELOCATABLE_TYPE), \
                                       ^
In file included from qdbus.cpp:43:
In file included from /usr/local/include/qt5/QtDBus/QDBusInterface:1:
In file included from /usr/local/include/qt5/QtDBus/qdbusinterface.h:37:
In file included from /usr/local/include/qt5/QtDBus/qdbusabstractinterface.h:42:
In file included from /usr/local/include/qt5/QtDBus/qdbusmessage.h:38:
/usr/local/include/qt5/QtDBus/qdbuserror.h:127:1: error: use of undeclared identifier 'QT_VERSION_MAJOR'
/usr/local/include/qt5/QtCore/qtypeinfo.h:256:60: note: expanded from macro 'Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6'
                               Q_DECLARE_SHARED_IMPL(TYPE, QT_VERSION >= QT_VERSION_CHECK(6,0,0) ? Q_MOVABLE_TYPE : Q_RELOCATABLE_TYPE)
                                                           ^
/usr/local/include/qt5/QtCore/qglobal.h:47:42: note: expanded from macro 'QT_VERSION'
#define QT_VERSION      QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH)
                                         ^
/usr/local/include/qt5/QtCore/qglobal.h:51:49: note: expanded from macro 'QT_VERSION_CHECK'
#define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
                                                ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:250:26: note: expanded from macro 'Q_DECLARE_SHARED_IMPL'
Q_DECLARE_TYPEINFO(TYPE, FLAGS); \
                         ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:226:31: note: expanded from macro '\
Q_DECLARE_TYPEINFO'
Q_DECLARE_TYPEINFO_BODY(TYPE, FLAGS)
                              ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:218:22: note: expanded from macro '\
Q_DECLARE_TYPEINFO_BODY'
        isDummy = (((FLAGS) & Q_DUMMY_TYPE) != 0), \
                     ^
In file included from qdbus.cpp:43:
In file included from /usr/local/include/qt5/QtDBus/QDBusInterface:1:
In file included from /usr/local/include/qt5/QtDBus/qdbusinterface.h:37:
In file included from /usr/local/include/qt5/QtDBus/qdbusabstractinterface.h:42:
/usr/local/include/qt5/QtDBus/qdbusmessage.h:125:1: error: use of undeclared identifier 'QT_VERSION_MAJOR'
Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6(QDBusMessage)
^
/usr/local/include/qt5/QtCore/qtypeinfo.h:256:60: note: expanded from macro 'Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6'
                               Q_DECLARE_SHARED_IMPL(TYPE, QT_VERSION >= QT_VERSION_CHECK(6,0,0) ? Q_MOVABLE_TYPE : Q_RELOCATABLE_TYPE)
                                                           ^
/usr/local/include/qt5/QtCore/qglobal.h:47:42: note: expanded from macro 'QT_VERSION'
#define QT_VERSION      QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH)
                                         ^
/usr/local/include/qt5/QtCore/qglobal.h:51:49: note: expanded from macro 'QT_VERSION_CHECK'
#define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
                                                ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:250:26: note: expanded from macro 'Q_DECLARE_SHARED_IMPL'
Q_DECLARE_TYPEINFO(TYPE, FLAGS); \
                         ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:226:31: note: expanded from macro '\
Q_DECLARE_TYPEINFO'
Q_DECLARE_TYPEINFO_BODY(TYPE, FLAGS)
                              ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:212:24: note: expanded from macro '\
Q_DECLARE_TYPEINFO_BODY'
        isComplex = (((FLAGS) & Q_PRIMITIVE_TYPE) == 0), \
                       ^
In file included from qdbus.cpp:43:
In file included from /usr/local/include/qt5/QtDBus/QDBusInterface:1:
In file included from /usr/local/include/qt5/QtDBus/qdbusinterface.h:37:
In file included from /usr/local/include/qt5/QtDBus/qdbusabstractinterface.h:42:
/usr/local/include/qt5/QtDBus/qdbusmessage.h:125:1: error: use of undeclared identifier 'QT_VERSION_MAJOR'
/usr/local/include/qt5/QtCore/qtypeinfo.h:256:60: note: expanded from macro 'Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6'
                               Q_DECLARE_SHARED_IMPL(TYPE, QT_VERSION >= QT_VERSION_CHECK(6,0,0) ? Q_MOVABLE_TYPE : Q_RELOCATABLE_TYPE)
                                                           ^
/usr/local/include/qt5/QtCore/qglobal.h:47:42: note: expanded from macro 'QT_VERSION'
#define QT_VERSION      QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH)
                                         ^
/usr/local/include/qt5/QtCore/qglobal.h:51:49: note: expanded from macro 'QT_VERSION_CHECK'
#define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
                                                ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:250:26: note: expanded from macro 'Q_DECLARE_SHARED_IMPL'
Q_DECLARE_TYPEINFO(TYPE, FLAGS); \
                         ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:226:31: note: expanded from macro '\
Q_DECLARE_TYPEINFO'
Q_DECLARE_TYPEINFO_BODY(TYPE, FLAGS)
                              ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:213:23: note: expanded from macro '\
Q_DECLARE_TYPEINFO_BODY'
        isStatic = (((FLAGS) & (Q_MOVABLE_TYPE | Q_PRIMITIVE_TYPE)) == 0), \
                      ^
In file included from qdbus.cpp:43:
In file included from /usr/local/include/qt5/QtDBus/QDBusInterface:1:
In file included from /usr/local/include/qt5/QtDBus/qdbusinterface.h:37:
In file included from /usr/local/include/qt5/QtDBus/qdbusabstractinterface.h:42:
/usr/local/include/qt5/QtDBus/qdbusmessage.h:125:1: error: use of undeclared identifier 'QT_VERSION_MAJOR'
/usr/local/include/qt5/QtCore/qtypeinfo.h:256:60: note: expanded from macro 'Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6'
                               Q_DECLARE_SHARED_IMPL(TYPE, QT_VERSION >= QT_VERSION_CHECK(6,0,0) ? Q_MOVABLE_TYPE : Q_RELOCATABLE_TYPE)
                                                           ^
/usr/local/include/qt5/QtCore/qglobal.h:47:42: note: expanded from macro 'QT_VERSION'
#define QT_VERSION      QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH)
                                         ^
/usr/local/include/qt5/QtCore/qglobal.h:51:49: note: expanded from macro 'QT_VERSION_CHECK'
#define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
                                                ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:250:26: note: expanded from macro 'Q_DECLARE_SHARED_IMPL'
Q_DECLARE_TYPEINFO(TYPE, FLAGS); \
                         ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:226:31: note: expanded from macro '\
Q_DECLARE_TYPEINFO'
Q_DECLARE_TYPEINFO_BODY(TYPE, FLAGS)
                              ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:214:40: note: expanded from macro '\
Q_DECLARE_TYPEINFO_BODY'
        isRelocatable = !isStatic || ((FLAGS) & Q_RELOCATABLE_TYPE), \
                                       ^
In file included from qdbus.cpp:43:
In file included from /usr/local/include/qt5/QtDBus/QDBusInterface:1:
In file included from /usr/local/include/qt5/QtDBus/qdbusinterface.h:37:
In file included from /usr/local/include/qt5/QtDBus/qdbusabstractinterface.h:42:
/usr/local/include/qt5/QtDBus/qdbusmessage.h:125:1: error: use of undeclared identifier 'QT_VERSION_MAJOR'
/usr/local/include/qt5/QtCore/qtypeinfo.h:256:60: note: expanded from macro 'Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6'
                               Q_DECLARE_SHARED_IMPL(TYPE, QT_VERSION >= QT_VERSION_CHECK(6,0,0) ? Q_MOVABLE_TYPE : Q_RELOCATABLE_TYPE)
                                                           ^
/usr/local/include/qt5/QtCore/qglobal.h:47:42: note: expanded from macro 'QT_VERSION'
#define QT_VERSION      QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH)
                                         ^
/usr/local/include/qt5/QtCore/qglobal.h:51:49: note: expanded from macro 'QT_VERSION_CHECK'
#define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
                                                ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:250:26: note: expanded from macro 'Q_DECLARE_SHARED_IMPL'
Q_DECLARE_TYPEINFO(TYPE, FLAGS); \
                         ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:226:31: note: expanded from macro '\
Q_DECLARE_TYPEINFO'
Q_DECLARE_TYPEINFO_BODY(TYPE, FLAGS)
                              ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:218:22: note: expanded from macro '\
Q_DECLARE_TYPEINFO_BODY'
        isDummy = (((FLAGS) & Q_DUMMY_TYPE) != 0), \
                     ^
In file included from qdbus.cpp:43:
In file included from /usr/local/include/qt5/QtDBus/QDBusInterface:1:
In file included from /usr/local/include/qt5/QtDBus/qdbusinterface.h:37:
In file included from /usr/local/include/qt5/QtDBus/qdbusabstractinterface.h:43:
/usr/local/include/qt5/QtDBus/qdbusextratypes.h:77:1: error: use of undeclared identifier 'QT_VERSION_MAJOR'
Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6(QDBusObjectPath)
^
/usr/local/include/qt5/QtCore/qtypeinfo.h:256:60: note: expanded from macro 'Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6'
                               Q_DECLARE_SHARED_IMPL(TYPE, QT_VERSION >= QT_VERSION_CHECK(6,0,0) ? Q_MOVABLE_TYPE : Q_RELOCATABLE_TYPE)
                                                           ^
/usr/local/include/qt5/QtCore/qglobal.h:47:42: note: expanded from macro 'QT_VERSION'
#define QT_VERSION      QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH)
                                         ^
/usr/local/include/qt5/QtCore/qglobal.h:51:49: note: expanded from macro 'QT_VERSION_CHECK'
#define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
                                                ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:250:26: note: expanded from macro 'Q_DECLARE_SHARED_IMPL'
Q_DECLARE_TYPEINFO(TYPE, FLAGS); \
                         ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:226:31: note: expanded from macro '\
Q_DECLARE_TYPEINFO'
Q_DECLARE_TYPEINFO_BODY(TYPE, FLAGS)
                              ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:212:24: note: expanded from macro '\
Q_DECLARE_TYPEINFO_BODY'
        isComplex = (((FLAGS) & Q_PRIMITIVE_TYPE) == 0), \
                       ^
In file included from qdbus.cpp:43:
In file included from /usr/local/include/qt5/QtDBus/QDBusInterface:1:
In file included from /usr/local/include/qt5/QtDBus/qdbusinterface.h:37:
In file included from /usr/local/include/qt5/QtDBus/qdbusabstractinterface.h:43:
/usr/local/include/qt5/QtDBus/qdbusextratypes.h:77:1: error: use of undeclared identifier 'QT_VERSION_MAJOR'
/usr/local/include/qt5/QtCore/qtypeinfo.h:256:60: note: expanded from macro 'Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6'
                               Q_DECLARE_SHARED_IMPL(TYPE, QT_VERSION >= QT_VERSION_CHECK(6,0,0) ? Q_MOVABLE_TYPE : Q_RELOCATABLE_TYPE)
                                                           ^
/usr/local/include/qt5/QtCore/qglobal.h:47:42: note: expanded from macro 'QT_VERSION'
#define QT_VERSION      QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH)
                                         ^
/usr/local/include/qt5/QtCore/qglobal.h:51:49: note: expanded from macro 'QT_VERSION_CHECK'
#define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
                                                ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:250:26: note: expanded from macro 'Q_DECLARE_SHARED_IMPL'
Q_DECLARE_TYPEINFO(TYPE, FLAGS); \
                         ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:226:31: note: expanded from macro '\
Q_DECLARE_TYPEINFO'
Q_DECLARE_TYPEINFO_BODY(TYPE, FLAGS)
                              ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:213:23: note: expanded from macro '\
Q_DECLARE_TYPEINFO_BODY'
        isStatic = (((FLAGS) & (Q_MOVABLE_TYPE | Q_PRIMITIVE_TYPE)) == 0), \
                      ^
In file included from qdbus.cpp:43:
In file included from /usr/local/include/qt5/QtDBus/QDBusInterface:1:
In file included from /usr/local/include/qt5/QtDBus/qdbusinterface.h:37:
In file included from /usr/local/include/qt5/QtDBus/qdbusabstractinterface.h:43:
/usr/local/include/qt5/QtDBus/qdbusextratypes.h:77:1: error: use of undeclared identifier 'QT_VERSION_MAJOR'
/usr/local/include/qt5/QtCore/qtypeinfo.h:256:60: note: expanded from macro 'Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6'
                               Q_DECLARE_SHARED_IMPL(TYPE, QT_VERSION >= QT_VERSION_CHECK(6,0,0) ? Q_MOVABLE_TYPE : Q_RELOCATABLE_TYPE)
                                                           ^
/usr/local/include/qt5/QtCore/qglobal.h:47:42: note: expanded from macro 'QT_VERSION'
#define QT_VERSION      QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH)
                                         ^
/usr/local/include/qt5/QtCore/qglobal.h:51:49: note: expanded from macro 'QT_VERSION_CHECK'
#define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
                                                ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:250:26: note: expanded from macro 'Q_DECLARE_SHARED_IMPL'
Q_DECLARE_TYPEINFO(TYPE, FLAGS); \
                         ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:226:31: note: expanded from macro '\
Q_DECLARE_TYPEINFO'
Q_DECLARE_TYPEINFO_BODY(TYPE, FLAGS)
                              ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:214:40: note: expanded from macro '\
Q_DECLARE_TYPEINFO_BODY'
        isRelocatable = !isStatic || ((FLAGS) & Q_RELOCATABLE_TYPE), \
                                       ^
In file included from qdbus.cpp:43:
In file included from /usr/local/include/qt5/QtDBus/QDBusInterface:1:
In file included from /usr/local/include/qt5/QtDBus/qdbusinterface.h:37:
In file included from /usr/local/include/qt5/QtDBus/qdbusabstractinterface.h:43:
/usr/local/include/qt5/QtDBus/qdbusextratypes.h:77:1: error: use of undeclared identifier 'QT_VERSION_MAJOR'
/usr/local/include/qt5/QtCore/qtypeinfo.h:256:60: note: expanded from macro 'Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6'
                               Q_DECLARE_SHARED_IMPL(TYPE, QT_VERSION >= QT_VERSION_CHECK(6,0,0) ? Q_MOVABLE_TYPE : Q_RELOCATABLE_TYPE)
                                                           ^
/usr/local/include/qt5/QtCore/qglobal.h:47:42: note: expanded from macro 'QT_VERSION'
#define QT_VERSION      QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH)
                                         ^
/usr/local/include/qt5/QtCore/qglobal.h:51:49: note: expanded from macro 'QT_VERSION_CHECK'
#define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
                                                ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:250:26: note: expanded from macro 'Q_DECLARE_SHARED_IMPL'
Q_DECLARE_TYPEINFO(TYPE, FLAGS); \
                         ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:226:31: note: expanded from macro '\
Q_DECLARE_TYPEINFO'
Q_DECLARE_TYPEINFO_BODY(TYPE, FLAGS)
                              ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:218:22: note: expanded from macro '\
Q_DECLARE_TYPEINFO_BODY'
        isDummy = (((FLAGS) & Q_DUMMY_TYPE) != 0), \
                     ^
In file included from qdbus.cpp:43:
In file included from /usr/local/include/qt5/QtDBus/QDBusInterface:1:
In file included from /usr/local/include/qt5/QtDBus/qdbusinterface.h:37:
In file included from /usr/local/include/qt5/QtDBus/qdbusabstractinterface.h:43:
/usr/local/include/qt5/QtDBus/qdbusextratypes.h:132:1: error: use of undeclared identifier 'QT_VERSION_MAJOR'
Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6(QDBusSignature)
^
/usr/local/include/qt5/QtCore/qtypeinfo.h:256:60: note: expanded from macro 'Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6'
                               Q_DECLARE_SHARED_IMPL(TYPE, QT_VERSION >= QT_VERSION_CHECK(6,0,0) ? Q_MOVABLE_TYPE : Q_RELOCATABLE_TYPE)
                                                           ^
/usr/local/include/qt5/QtCore/qglobal.h:47:42: note: expanded from macro 'QT_VERSION'
#define QT_VERSION      QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH)
                                         ^
/usr/local/include/qt5/QtCore/qglobal.h:51:49: note: expanded from macro 'QT_VERSION_CHECK'
#define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
                                                ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:250:26: note: expanded from macro 'Q_DECLARE_SHARED_IMPL'
Q_DECLARE_TYPEINFO(TYPE, FLAGS); \
                         ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:226:31: note: expanded from macro '\
Q_DECLARE_TYPEINFO'
Q_DECLARE_TYPEINFO_BODY(TYPE, FLAGS)
                              ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:212:24: note: expanded from macro '\
Q_DECLARE_TYPEINFO_BODY'
        isComplex = (((FLAGS) & Q_PRIMITIVE_TYPE) == 0), \
                       ^
In file included from qdbus.cpp:43:
In file included from /usr/local/include/qt5/QtDBus/QDBusInterface:1:
In file included from /usr/local/include/qt5/QtDBus/qdbusinterface.h:37:
In file included from /usr/local/include/qt5/QtDBus/qdbusabstractinterface.h:43:
/usr/local/include/qt5/QtDBus/qdbusextratypes.h:132:1: error: use of undeclared identifier 'QT_VERSION_MAJOR'
/usr/local/include/qt5/QtCore/qtypeinfo.h:256:60: note: expanded from macro 'Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6'
                               Q_DECLARE_SHARED_IMPL(TYPE, QT_VERSION >= QT_VERSION_CHECK(6,0,0) ? Q_MOVABLE_TYPE : Q_RELOCATABLE_TYPE)
                                                           ^
/usr/local/include/qt5/QtCore/qglobal.h:47:42: note: expanded from macro 'QT_VERSION'
#define QT_VERSION      QT_VERSION_CHECK(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH)
                                         ^
/usr/local/include/qt5/QtCore/qglobal.h:51:49: note: expanded from macro 'QT_VERSION_CHECK'
#define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
                                                ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:250:26: note: expanded from macro 'Q_DECLARE_SHARED_IMPL'
Q_DECLARE_TYPEINFO(TYPE, FLAGS); \
                         ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:226:31: note: expanded from macro '\
Q_DECLARE_TYPEINFO'
Q_DECLARE_TYPEINFO_BODY(TYPE, FLAGS)
                              ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:213:23: note: expanded from macro '\
Q_DECLARE_TYPEINFO_BODY'
        isStatic = (((FLAGS) & (Q_MOVABLE_TYPE | Q_PRIMITIVE_TYPE)) == 0), \
                      ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
*** [.obj/qdbus.o] Error code 1
1 error
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** [do-build] Error code 1

Stop in /usr/mports/devel/qt5-qdbus.