=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for quassel-0.13.1nb5 Scanning dependencies of target po [ 0%] Generating cs.ts [ 0%] Generating da.ts [ 1%] Generating de.ts [ 1%] Generating el.ts Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. [ 1%] Generating en_GB.ts [ 1%] Generating eo.ts [ 1%] Generating en_US.ts [ 2%] Generating es.ts [ 2%] Generating et.ts [ 2%] Generating fi.ts [ 3%] Generating fr.ts [ 3%] Generating gl.ts [ 3%] Generating hi.ts [ 3%] Generating hu.ts [ 3%] Generating it.ts [ 4%] Generating ja.ts Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. [ 4%] Generating ko.ts [ 4%] Generating lt.ts [ 4%] Generating mr.ts [ 5%] Generating nb.ts Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. [ 5%] Generating nl.ts [ 5%] Generating oc.ts [ 5%] Generating pa.ts [ 6%] Generating pl.ts Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. [ 6%] Generating pt.ts [ 6%] Generating pt_BR.ts [ 6%] Generating ro.ts [ 7%] Generating ru.ts Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. [ 7%] Generating sl.ts [ 7%] Generating sq.ts [ 7%] Generating sr.ts [ 8%] Generating sv.ts [ 8%] Generating tr.ts [ 8%] Generating zh_CN.ts [ 8%] Generating uk.ts [ 8%] Generating el.qm Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. [ 9%] Generating da.qm [ 9%] Generating de.qm [ 9%] Generating cs.qm [ 9%] Generating eo.qm [ 9%] Generating es.qm [ 10%] Generating en_US.qm [ 10%] Generating en_GB.qm [ 10%] Generating et.qm [ 11%] Generating fi.qm [ 11%] Generating fr.qm [ 11%] Generating gl.qm [ 11%] Generating hi.qm [ 12%] Generating hu.qm [ 12%] Generating it.qm [ 12%] Generating ja.qm [ 12%] Generating ko.qm [ 12%] Generating lt.qm [ 13%] Generating mr.qm [ 13%] Generating nb.qm [ 13%] Generating nl.qm [ 14%] Generating pa.qm [ 14%] Generating oc.qm [ 14%] Generating pl.qm [ 14%] Generating pt.qm [ 14%] Generating pt_BR.qm [ 15%] Generating ro.qm [ 15%] Generating ru.qm [ 15%] Generating sq.qm [ 15%] Generating sl.qm [ 16%] Generating sr.qm [ 16%] Generating sv.qm [ 16%] Generating tr.qm [ 16%] Generating uk.qm [ 17%] Generating zh_CN.qm [ 17%] Built target po Scanning dependencies of target mod_common_autogen [ 17%] Automatic MOC for target mod_common [ 17%] Built target mod_common_autogen Scanning dependencies of target mod_common [ 18%] Building CXX object src/common/CMakeFiles/mod_common.dir/mod_common_autogen/mocs_compilation.cpp.o [ 18%] Building CXX object src/common/CMakeFiles/mod_common.dir/aliasmanager.cpp.o [ 18%] Building CXX object src/common/CMakeFiles/mod_common.dir/authhandler.cpp.o [ 18%] Building CXX object src/common/CMakeFiles/mod_common.dir/backlogmanager.cpp.o [ 19%] Building CXX object src/common/CMakeFiles/mod_common.dir/basichandler.cpp.o [ 19%] Building CXX object src/common/CMakeFiles/mod_common.dir/bufferinfo.cpp.o [ 19%] Building CXX object src/common/CMakeFiles/mod_common.dir/buffersyncer.cpp.o [ 19%] Building CXX object src/common/CMakeFiles/mod_common.dir/bufferviewconfig.cpp.o [ 20%] Building CXX object src/common/CMakeFiles/mod_common.dir/bufferviewmanager.cpp.o /tmp/chat/quassel/work/quassel-0.13.1/src/common/bufferviewconfig.cpp: In member function 'QVariantList BufferViewConfig::initBufferList() const': /tmp/chat/quassel/work/quassel-0.13.1/src/common/bufferviewconfig.cpp:154:46: warning: 'QVariant qVariantFromValue(const T&) [with T = BufferId]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations] buffers << qVariantFromValue(bufferId); ^ In file included from /usr/pkg/qt5/include/QtCore/QVariantMap:1:0, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/syncableobject.h:27, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/bufferviewconfig.h:24, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/bufferviewconfig.cpp:21: /usr/pkg/qt5/include/QtCore/qvariant.h:528:17: note: declared here inline QVariant qVariantFromValue(const T &t) ^~~~~~~~~~~~~~~~~ /tmp/chat/quassel/work/quassel-0.13.1/src/common/bufferviewconfig.cpp: In member function 'QVariantList BufferViewConfig::initRemovedBuffers() const': /tmp/chat/quassel/work/quassel-0.13.1/src/common/bufferviewconfig.cpp:190:53: warning: 'QVariant qVariantFromValue(const T&) [with T = BufferId]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations] removedBuffers << qVariantFromValue(bufferId); ^ In file included from /usr/pkg/qt5/include/QtCore/QVariantMap:1:0, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/syncableobject.h:27, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/bufferviewconfig.h:24, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/bufferviewconfig.cpp:21: /usr/pkg/qt5/include/QtCore/qvariant.h:528:17: note: declared here inline QVariant qVariantFromValue(const T &t) ^~~~~~~~~~~~~~~~~ /tmp/chat/quassel/work/quassel-0.13.1/src/common/bufferviewconfig.cpp: In member function 'QVariantList BufferViewConfig::initTemporarilyRemovedBuffers() const': /tmp/chat/quassel/work/quassel-0.13.1/src/common/bufferviewconfig.cpp:212:64: warning: 'QVariant qVariantFromValue(const T&) [with T = BufferId]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations] temporarilyRemovedBuffers << qVariantFromValue(bufferId); ^ In file included from /usr/pkg/qt5/include/QtCore/QVariantMap:1:0, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/syncableobject.h:27, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/bufferviewconfig.h:24, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/bufferviewconfig.cpp:21: /usr/pkg/qt5/include/QtCore/qvariant.h:528:17: note: declared here inline QVariant qVariantFromValue(const T &t) ^~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/common/CMakeFiles/mod_common.dir/compressor.cpp.o [ 20%] Building CXX object src/common/CMakeFiles/mod_common.dir/coreinfo.cpp.o [ 20%] Building CXX object src/common/CMakeFiles/mod_common.dir/ctcpevent.cpp.o [ 21%] Building CXX object src/common/CMakeFiles/mod_common.dir/dccconfig.cpp.o [ 21%] Building CXX object src/common/CMakeFiles/mod_common.dir/event.cpp.o [ 21%] Building CXX object src/common/CMakeFiles/mod_common.dir/eventmanager.cpp.o In file included from /usr/pkg/qt5/include/QtCore/qobject.h:54:0, from /usr/pkg/qt5/include/QtCore/qiodevice.h:45, from /usr/pkg/qt5/include/QtNetwork/qabstractsocket.h:44, from /usr/pkg/qt5/include/QtNetwork/qhostaddress.h:48, from /usr/pkg/qt5/include/QtNetwork/QHostAddress:1, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.h:23, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.cpp:21: /usr/pkg/qt5/include/QtCore/qmetatype.h: In instantiation of 'static void QtMetaTypePrivate::QMetaTypeFunctionHelper::Save(QDataStream&, const void*) [with T = DccConfig::IpDetectionMode; bool Accepted = true]': /usr/pkg/qt5/include/QtCore/qmetatype.h:1874:39: required from 'void qRegisterMetaTypeStreamOperators(const char*, T*) [with T = DccConfig::IpDetectionMode]' /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.cpp:33:87: required from here /usr/pkg/qt5/include/QtCore/qmetatype.h:818:16: error: ambiguous overload for 'operator<<' (operand types are 'QDataStream' and 'const DccConfig::IpDetectionMode') stream << *static_cast(t); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/pkg/qt5/include/QtCore/QDataStream:1:0, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/syncableobject.h:24, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.h:25, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.cpp:21: /usr/pkg/qt5/include/QtCore/qdatastream.h:389:1: note: candidate: typename std::enable_if::value, QDataStream&>::type& operator<<(QDataStream&, const T&) [with T = DccConfig::IpDetectionMode; typename std::enable_if::value, QDataStream&>::type = QDataStream&] operator<<(QDataStream &s, const T &t) ^~~~~~~~ In file included from /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.cpp:25:0: /tmp/chat/quassel/work/quassel-0.13.1/src/common/types.h:152:14: note: candidate: QDataStream& operator<<(QDataStream&, T) [with T = DccConfig::IpDetectionMode; = void] QDataStream &operator<<(QDataStream &out, T value) { ^~~~~~~~ In file included from /usr/pkg/qt5/include/QtCore/qobject.h:54:0, from /usr/pkg/qt5/include/QtCore/qiodevice.h:45, from /usr/pkg/qt5/include/QtNetwork/qabstractsocket.h:44, from /usr/pkg/qt5/include/QtNetwork/qhostaddress.h:48, from /usr/pkg/qt5/include/QtNetwork/QHostAddress:1, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.h:23, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.cpp:21: /usr/pkg/qt5/include/QtCore/qmetatype.h: In instantiation of 'static void QtMetaTypePrivate::QMetaTypeFunctionHelper::Load(QDataStream&, void*) [with T = DccConfig::IpDetectionMode; bool Accepted = true]': /usr/pkg/qt5/include/QtCore/qmetatype.h:1874:39: required from 'void qRegisterMetaTypeStreamOperators(const char*, T*) [with T = DccConfig::IpDetectionMode]' /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.cpp:33:87: required from here /usr/pkg/qt5/include/QtCore/qmetatype.h:823:16: error: ambiguous overload for 'operator>>' (operand types are 'QDataStream' and 'DccConfig::IpDetectionMode') stream >> *static_cast(t); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/pkg/qt5/include/QtCore/QDataStream:1:0, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/syncableobject.h:24, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.h:25, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.cpp:21: /usr/pkg/qt5/include/QtCore/qdatastream.h:394:1: note: candidate: typename std::enable_if::value, QDataStream&>::type& operator>>(QDataStream&, T&) [with T = DccConfig::IpDetectionMode; typename std::enable_if::value, QDataStream&>::type = QDataStream&] operator>>(QDataStream &s, T &t) ^~~~~~~~ In file included from /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.cpp:25:0: /tmp/chat/quassel/work/quassel-0.13.1/src/common/types.h:166:14: note: candidate: QDataStream& operator>>(QDataStream&, T&) [with T = DccConfig::IpDetectionMode; = void] QDataStream &operator>>(QDataStream &in, T &value) { ^~~~~~~~ In file included from /usr/pkg/qt5/include/QtCore/qobject.h:54:0, from /usr/pkg/qt5/include/QtCore/qiodevice.h:45, from /usr/pkg/qt5/include/QtNetwork/qabstractsocket.h:44, from /usr/pkg/qt5/include/QtNetwork/qhostaddress.h:48, from /usr/pkg/qt5/include/QtNetwork/QHostAddress:1, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.h:23, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.cpp:21: /usr/pkg/qt5/include/QtCore/qmetatype.h: In instantiation of 'static void QtMetaTypePrivate::QMetaTypeFunctionHelper::Save(QDataStream&, const void*) [with T = DccConfig::PortSelectionMode; bool Accepted = true]': /usr/pkg/qt5/include/QtCore/qmetatype.h:1874:39: required from 'void qRegisterMetaTypeStreamOperators(const char*, T*) [with T = DccConfig::PortSelectionMode]' /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.cpp:34:91: required from here /usr/pkg/qt5/include/QtCore/qmetatype.h:818:16: error: ambiguous overload for 'operator<<' (operand types are 'QDataStream' and 'const DccConfig::PortSelectionMode') stream << *static_cast(t); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/pkg/qt5/include/QtCore/QDataStream:1:0, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/syncableobject.h:24, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.h:25, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.cpp:21: /usr/pkg/qt5/include/QtCore/qdatastream.h:389:1: note: candidate: typename std::enable_if::value, QDataStream&>::type& operator<<(QDataStream&, const T&) [with T = DccConfig::PortSelectionMode; typename std::enable_if::value, QDataStream&>::type = QDataStream&] operator<<(QDataStream &s, const T &t) ^~~~~~~~ In file included from /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.cpp:25:0: /tmp/chat/quassel/work/quassel-0.13.1/src/common/types.h:152:14: note: candidate: QDataStream& operator<<(QDataStream&, T) [with T = DccConfig::PortSelectionMode; = void] QDataStream &operator<<(QDataStream &out, T value) { ^~~~~~~~ In file included from /usr/pkg/qt5/include/QtCore/qobject.h:54:0, from /usr/pkg/qt5/include/QtCore/qiodevice.h:45, from /usr/pkg/qt5/include/QtNetwork/qabstractsocket.h:44, from /usr/pkg/qt5/include/QtNetwork/qhostaddress.h:48, from /usr/pkg/qt5/include/QtNetwork/QHostAddress:1, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.h:23, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.cpp:21: /usr/pkg/qt5/include/QtCore/qmetatype.h: In instantiation of 'static void QtMetaTypePrivate::QMetaTypeFunctionHelper::Load(QDataStream&, void*) [with T = DccConfig::PortSelectionMode; bool Accepted = true]': /usr/pkg/qt5/include/QtCore/qmetatype.h:1874:39: required from 'void qRegisterMetaTypeStreamOperators(const char*, T*) [with T = DccConfig::PortSelectionMode]' /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.cpp:34:91: required from here /usr/pkg/qt5/include/QtCore/qmetatype.h:823:16: error: ambiguous overload for 'operator>>' (operand types are 'QDataStream' and 'DccConfig::PortSelectionMode') stream >> *static_cast(t); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/pkg/qt5/include/QtCore/QDataStream:1:0, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/syncableobject.h:24, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.h:25, from /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.cpp:21: /usr/pkg/qt5/include/QtCore/qdatastream.h:394:1: note: candidate: typename std::enable_if::value, QDataStream&>::type& operator>>(QDataStream&, T&) [with T = DccConfig::PortSelectionMode; typename std::enable_if::value, QDataStream&>::type = QDataStream&] operator>>(QDataStream &s, T &t) ^~~~~~~~ In file included from /tmp/chat/quassel/work/quassel-0.13.1/src/common/dccconfig.cpp:25:0: /tmp/chat/quassel/work/quassel-0.13.1/src/common/types.h:166:14: note: candidate: QDataStream& operator>>(QDataStream&, T&) [with T = DccConfig::PortSelectionMode; = void] QDataStream &operator>>(QDataStream &in, T &value) { ^~~~~~~~ --- src/common/CMakeFiles/mod_common.dir/dccconfig.cpp.o --- *** [src/common/CMakeFiles/mod_common.dir/dccconfig.cpp.o] Error code 1 make[2]: stopped in /tmp/chat/quassel/work/quassel-0.13.1 1 error make[2]: stopped in /tmp/chat/quassel/work/quassel-0.13.1 --- src/common/CMakeFiles/mod_common.dir/all --- *** [src/common/CMakeFiles/mod_common.dir/all] Error code 2 make[1]: stopped in /tmp/chat/quassel/work/quassel-0.13.1 1 error make[1]: stopped in /tmp/chat/quassel/work/quassel-0.13.1 *** [all] Error code 2 make: stopped in /tmp/chat/quassel/work/quassel-0.13.1 1 error make: stopped in /tmp/chat/quassel/work/quassel-0.13.1 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/chat/quassel *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/chat/quassel