Your message dated Wed, 11 Nov 2020 21:19:28 +0000 with message-id <[email protected]> and subject line Bug#974104: fixed in merkaartor 0.18.4+ds-5 has caused the Debian Bug report #974104, regarding merkaartor FTBFS: error: field ‘thePath’ has incomplete type ‘QPainterPath’ to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 974104: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974104 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: merkaartor Version: 0.18.4+ds-4 Severity: serious Tags: ftbfs merkaartor fails to build from source in unstable, A build ends with: | g++ -c -pipe -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/gdal -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -frtti -Wall -Wextra -Wno-reorder -D_REENTRANT -fPIC -DVERSION=0.18.4 -DREVISION=0.18.4-64bit -DPRODUCT=Merkaartor -DUSE_LIBPROXY -D_TTY_POSIX_ -DUSE_GPS -DUSE_GPSD_LIB -DPLUGINS_DIR=/usr/lib/merkaartor/plugins -DSHARE_DIR=/usr/share/merkaartor -DTRANSDIR_MERKAARTOR=/usr/share/merkaartor/translations -DTRANSDIR_SYSTEM=/usr/share/qt5/translations/ -DGEOIMAGE -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../3rdparty/qtsingleapplication-2.6_1-opensource/src -I. -I../include -I../interfaces -Icommon -IBackend -IPaintStyle -IPaintStyle -IFeatures -ILayers -IPreferences -ISync -ICommands -IInteractions -IDocks -IQMapControl -IImportExport -IRender -Iqextserialport -IGPS -ITools -ITagTemplate -INameFinder -IUtils -IQToolBarDialog -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtSvg -I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork -I/usr/include/x86_64-linux-gnu/qt5/QtXml -I/usr/include/x86_64-linux-gnu/qt5/QtConcurrent -I/usr/include/x86_64-linux-gnu/qt5/QtCore -Irelease -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o release/Global.o common/Global.cpp | In file included from Features/Feature.h:7, | from Features/Features.h:2, | from Backend/MemoryBackend.h:4, | from common/Global.h:19, | from common/Global.cpp:13: | common/Coord.h: In function ‘Coord operator/(const Coord&, qreal)’: | common/Coord.h:95:41: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] | 95 | qDebug()<<"Error: divide by 0"<<endl; | | ^~~~ | In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:49, | from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtDebug:1, | from common/Coord.h:9, | from Features/Feature.h:7, | from Features/Features.h:2, | from Backend/MemoryBackend.h:4, | from common/Global.h:19, | from common/Global.cpp:13: | /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:293:75: note: declared here | 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s); | | ^~~~ | In file included from Features/Feature.h:7, | from Features/Features.h:2, | from Backend/MemoryBackend.h:4, | from common/Global.h:19, | from common/Global.cpp:13: | common/Coord.h:95:41: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] | 95 | qDebug()<<"Error: divide by 0"<<endl; | | ^~~~ | In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:49, | from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtDebug:1, | from common/Coord.h:9, | from Features/Feature.h:7, | from Features/Features.h:2, | from Backend/MemoryBackend.h:4, | from common/Global.h:19, | from common/Global.cpp:13: | /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:293:75: note: declared here | 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s); | | ^~~~ | In file included from Features/Features.h:2, | from Backend/MemoryBackend.h:4, | from common/Global.h:19, | from common/Global.cpp:13: | Features/Feature.h: At global scope: | Features/Feature.h:354:18: error: field ‘thePath’ has incomplete type ‘QPainterPath’ | 354 | QPainterPath thePath; | | ^~~~~~~ | In file included from Features/Features.h:1, | from Backend/MemoryBackend.h:4, | from common/Global.h:19, | from common/Global.cpp:13: | ../interfaces/IFeature.h:10:7: note: forward declaration of ‘class QPainterPath’ | 10 | class QPainterPath; | | ^~~~~~~~~~~~ | common/Global.cpp: In function ‘QStringList g_getTagValueList(QString)’: | common/Global.cpp:92:38: warning: ‘QSet<T> QList<T>::toSet() const [with T = unsigned int]’ is deprecated: Use QSet<T>(list.begin(), list.end()) instead. [-Wdeprecated-declarations] | 92 | retList.unite(list.toSet()); | | ^ | In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:52, | from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtDebug:1, | from common/Coord.h:9, | from Features/Feature.h:7, | from Features/Features.h:2, | from Backend/MemoryBackend.h:4, | from common/Global.h:19, | from common/Global.cpp:13: | /usr/include/x86_64-linux-gnu/qt5/QtCore/qset.h:406:30: note: declared here | 406 | Q_OUTOFLINE_TEMPLATE QSet<T> QList<T>::toSet() const | | ^~~~~~~~ | common/Global.cpp:94:53: warning: ‘QSet<T> QList<T>::toSet() const [with T = unsigned int]’ is deprecated: Use QSet<T>(list.begin(), list.end()) instead. [-Wdeprecated-declarations] | 94 | retList = tagList[tagKeys.indexOf(k)].toSet(); | | ^ | In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:52, | from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtDebug:1, | from common/Coord.h:9, | from Features/Feature.h:7, | from Features/Features.h:2, | from Backend/MemoryBackend.h:4, | from common/Global.h:19, | from common/Global.cpp:13: | /usr/include/x86_64-linux-gnu/qt5/QtCore/qset.h:406:30: note: declared here | 406 | Q_OUTOFLINE_TEMPLATE QSet<T> QList<T>::toSet() const | | ^~~~~~~~ | common/Global.cpp: In function ‘QStringList g_getTagKeyList()’: | common/Global.cpp:115:26: warning: ‘QSet<T> QList<T>::toSet() const [with T = QString]’ is deprecated: Use QSet<T>(list.begin(), list.end()) instead. [-Wdeprecated-declarations] | 115 | return tagKeys.toSet().toList(); | | ^ | In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QList:1, | from common/Global.h:15, | from common/Global.cpp:13: | /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:413:13: note: declared here | 413 | QSet<T> toSet() const; | | ^~~~~ | common/Global.cpp:115:35: warning: ‘QList<T> QSet<T>::toList() const [with T = QString]’ is deprecated: Use values() instead. [-Wdeprecated-declarations] | 115 | return tagKeys.toSet().toList(); | | ^ | In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:52, | from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtDebug:1, | from common/Coord.h:9, | from Features/Feature.h:7, | from Features/Features.h:2, | from Backend/MemoryBackend.h:4, | from common/Global.h:19, | from common/Global.cpp:13: | /usr/include/x86_64-linux-gnu/qt5/QtCore/qset.h:265:14: note: declared here | 265 | QList<T> toList() const { return values(); } | | ^~~~~~ | make[3]: *** [Makefile.Release:2418: release/Global.o] Error 1 | make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' | make[2]: *** [Makefile:42: release] Error 2 | make[2]: Leaving directory '/<<PKGBUILDDIR>>/src' | make[1]: *** [Makefile:48: sub-src-make_first] Error 2 | make[1]: Leaving directory '/<<PKGBUILDDIR>>' | dh_auto_build: error: make -j1 returned exit code 2 | make: *** [debian/rules:17: binary] Error 25 | dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 Helmut
--- End Message ---
--- Begin Message ---Source: merkaartor Source-Version: 0.18.4+ds-5 Done: Jerome Benoit <[email protected]> We believe that the bug you reported is fixed in the latest version of merkaartor, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jerome Benoit <[email protected]> (supplier of updated merkaartor package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 11 Nov 2020 20:53:53 +0000 Source: merkaartor Architecture: source Version: 0.18.4+ds-5 Distribution: unstable Urgency: medium Maintainer: Debian GIS Project <[email protected]> Changed-By: Jerome Benoit <[email protected]> Closes: 974104 Changes: merkaartor (0.18.4+ds-5) unstable; urgency=medium . * FTBFS fix version: apply upstream fix for building against recent version of Qt (Closes: #974104). * Debianization: - d/p/upstream-Qt5_15-fix.patch, introduce. - d/control: - debhelper, bump to 13; - d/s/lintian-overrides: - testsuite-autopkgtest-missing tag, discard. Checksums-Sha1: 47cf16ebd61ffa6c98369abf06166b705149253e 2996 merkaartor_0.18.4+ds-5.dsc 3e48db7508a80298cc995810757ff362eaabab13 14180 merkaartor_0.18.4+ds-5.debian.tar.xz e11869fc8b6420fe86a5e107f386f4429c1b5ab9 16232 merkaartor_0.18.4+ds-5_source.buildinfo Checksums-Sha256: 86d57fd5ec7c830013c3c86729d863296a73837689004637ce723f6c5d0158e6 2996 merkaartor_0.18.4+ds-5.dsc f7a9bab3c2f01ce270a81c645c9ac3f5bd80ed31b4ddb7884fef0e112c78b7a3 14180 merkaartor_0.18.4+ds-5.debian.tar.xz d1edfe8c8e32feb50236dd264a4e664b5d8cd378a3137bcceeac214893bee6f0 16232 merkaartor_0.18.4+ds-5_source.buildinfo Files: 7722e1aaf037816d2c40394a7c53cbae 2996 science optional merkaartor_0.18.4+ds-5.dsc 3fd3c3c6fbb4d95f4ecac9fb5755d48e 14180 science optional merkaartor_0.18.4+ds-5.debian.tar.xz b9e99d1df72f94169d40ca6abf850584 16232 science optional merkaartor_0.18.4+ds-5_source.buildinfo -----BEGIN PGP SIGNATURE----- iQRJBAEBCgAzFiEEriiuFXEN/x2H5adiP5IZpn82xosFAl+sUTYVHGNhbGN1bHVz QHJlem96ZXIubmV0AAoJED+SGaZ/NsaL79ggAMnX8scvB8L3zBh3PYJjlsXMgZHT SI8rQVo6Acg60WGjIMWouepHwN2A5vTLSMo5dY/276/uWfqoxnrAINjvr/XHfc19 +9oQbSo4XAzXzxLjr3tHwUbSFVRRxCbQf242te/xfvxTrXw4ZWvxmRqze8AwKYij JRTBic7ITFcviU8Lc5kAldDwXfyfl63Uu+2TFi6kZ2R5I8uVOrhUBdk8bEmkPv5r eq7l1/D56aTMGEwp0mlu0h0dyTVCbVjhkR8Kmio0zpFZsUBDB26CKaUc8cWrDNgg M1L4+KNXUNbzGRcRV16dnymlGwjtquiw4nEiZIXYPARqdxbQMBW2xBjwIQsfZDKF ax8lUVF1uQWvXR9/B5VrnOM438zlvapyRomqnMJA8uvbizuKqRZwXQIOXE+syuLJ gaiSBwG+u36HM7etJzraqfZH7Qo5zmXwRvIaRgmvWud2IWAV/xt6VGSALMKtnboB d4LXgreIY0o9nJQrOHZCj/lnl00kyeSSGrzygKEARbqeEv5i7oXIG7/aVm2G5qXf nG1N4KpTH82/+t3IhnH3wWJKPMEsukcZc/zTEgL0hsP2LSwj+jvG8hFuI8Oq1oH9 mpyNskm341rpiqLlbzro+XMG50pFjW6BZfC+uUEwbpYXjM0bXNGa4kDEdbSz+7nT bmkLEZ0R1urVG8UwIJVPh0N1ys5h79SxL3UhEoebneIE3w1690/D2Krw18rIOX4j qnZBBdiPB3SeiQ11vfHR0FYuZdjRLmNyC6fphGUGqNzUDzSx6aV8PQk6Rb4YiY22 QoZAv/ACawOP56xkdtw2lB2zxcjjMnmdSYGDfqvsN04cG8iSmp8CjsbDsE8QUhHe sv03kVg0pcynguLI+EgWVckR3d6agWdIoHbVI++yCauKyxLmvivnZ2NbT8fG4hC1 vIhhtZvw4rVAay3pbVAeJyOl2+BIn4tVmGE5LBoNFroz9c3sCdYUVnMdJi5HZu/3 DGqHa+Yg4tEaw0oxmlHegBHNLCb2J6Cfk4dWRBjCmuDawwsbcXP0YzlbiuiQ6FEG ZImDha3lAgrXxWn41PUnuycCn3BTfY0z8V6BJbuFJQQs7Y36wrvOK8HV/Y+NdijV dmalFyLQBcpPCjngJrH32SU5SFyF563xh8WboloaFHL+auDgmFg2VXbMzTxYBxuG g1iM99XstGdOffuZ0dJ42IcN06HBJD3yb3RLCNXj46vdWOMtM2bczi6tO5WWJaqb 0uGt+VHSklG1Gi0b1HWRfLRXPdfpj4vzhEzmgYsWFvJeND7nxa13+u2IA/2b1n2n RSNtz5sSEa88lssSbNIBZY5Vby4p2iwzreJASfLd+lZnzkmiuy7dxaypINg= =4EuF -----END PGP SIGNATURE-----
--- End Message ---

