Your message dated Wed, 26 Jul 2023 03:04:37 +0000 with message-id <[email protected]> and subject line Bug#1042052: fixed in ghostwriter 23.04.3+ds-1 has caused the Debian Bug report #1042052, regarding ghostwriter: FTBFS: markdownnode.cpp:437:51: error: ‘uint32_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’? 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.) -- 1042052: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042052 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: ghostwriter Version: 23.04.2+ds-1 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ > -DAPPVERSION=\"23.04.2\" -DKCOREADDONS_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB > -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_BYTEARRAY > -DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT > -DQT_NO_URL_CAST_FROM_STRING -DQT_POSITIONING_LIB -DQT_PRINTSUPPORT_LIB > -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS > -DQT_SVG_LIB -DQT_USE_QSTRINGBUILDER -DQT_WEBCHANNEL_LIB > -DQT_WEBENGINECORE_LIB -DQT_WEBENGINEWIDGETS_LIB -DQT_WIDGETS_LIB > -DQT_XML_LIB -D_GNU_SOURCE -D_LARGEFILE64_SOURCE > -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src > -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/ghostwriter_autogen/include > -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> > -I/<<PKGBUILDDIR>>/3rdparty/QtAwesome > -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/3rdparty/QtAwesome -isystem > /usr/include/hunspell -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem > /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem > /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem > /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem > /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem > /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem > /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem > /usr/include/x86_64-linux-gnu/qt5/QtWebChannel -isystem > /usr/include/x86_64-linux-gnu/qt5/QtQml -isystem > /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem > /usr/include/x86_64-linux-gnu/qt5/QtWebEngineWidgets -isystem > /usr/include/x86_64-linux-gnu/qt5/QtWebEngineCore -isystem > /usr/include/x86_64-linux-gnu/qt5/QtQuick -isystem > /usr/include/x86_64-linux-gnu/qt5/QtQmlModels -isystem > /usr/include/x86_64-linux-gnu/qt5/QtPositioning -isystem > /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem > /usr/include/KF5/SonnetCore -isystem /usr/include/KF5/Sonnet -isystem > /usr/include/KF5 -isystem /usr/include/KF5/SonnetUi -isystem > /usr/include/KF5/KCoreAddons -isystem /usr/include/KF5/KXmlGui -isystem > /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/KF5/KConfig > -isystem /usr/include/KF5/KConfigCore -isystem > /usr/include/KF5/KConfigWidgets -isystem /usr/include/KF5/KWidgetsAddons > -isystem /usr/include/KF5/KConfigGui -isystem /usr/include/KF5/KCodecs > -isystem /usr/include/KF5/KAuthWidgets -isystem /usr/include/KF5/KAuthCore > -isystem /usr/include/KF5/KAuth -isystem > /usr/include/x86_64-linux-gnu/qt5/QtDBus -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fno-exceptions -Wall > -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long > -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual > -Werror=return-type -Werror=init-self -Wvla -Wdate-time -Wsuggest-override > -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -Wmissing-include-dirs > -std=c++17 -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -MD -MT > src/CMakeFiles/ghostwriter.dir/memoryarena.cpp.o -MF > CMakeFiles/ghostwriter.dir/memoryarena.cpp.o.d -o > CMakeFiles/ghostwriter.dir/memoryarena.cpp.o -c > /<<PKGBUILDDIR>>/src/memoryarena.cpp > /<<PKGBUILDDIR>>/src/markdownnode.cpp: In member function ‘QString > ghostwriter::MarkdownNode::toString(NodeType) const’: > /<<PKGBUILDDIR>>/src/markdownnode.cpp:437:51: error: ‘uint32_t’ in namespace > ‘std’ does not name a type; did you mean ‘wint_t’? > 437 | return > QString("%1").arg(static_cast<std::uint32_t>(nodeType)); > | ^~~~~~~~ > | wint_t > make[3]: *** [src/CMakeFiles/ghostwriter.dir/build.make:500: > src/CMakeFiles/ghostwriter.dir/markdownnode.cpp.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2023/07/24/ghostwriter_23.04.2+ds-1_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---Source: ghostwriter Source-Version: 23.04.3+ds-1 Done: Pino Toscano <[email protected]> We believe that the bug you reported is fixed in the latest version of ghostwriter, 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. Pino Toscano <[email protected]> (supplier of updated ghostwriter 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, 26 Jul 2023 04:53:02 +0200 Source: ghostwriter Architecture: source Version: 23.04.3+ds-1 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers <[email protected]> Changed-By: Pino Toscano <[email protected]> Closes: 1042052 Changes: ghostwriter (23.04.3+ds-1) unstable; urgency=medium . * Team upload. * New upstream release. * Backport upstream commit b76b14a00069a2d544b615ad6dc8f9cbdc678982 to include <cstdint> where needed; patch upstream_Include-cstdint-where-needed.patch (Closes: #1042052) - refresh patch replace-vendored-libcmark-gfm-with-system.patch Checksums-Sha1: 73b0eb54f7aa0063851725b97db67a08fe9554dd 2528 ghostwriter_23.04.3+ds-1.dsc 1690be7d37f4ad3bbc38a487af6d89d0b8e3239d 2936548 ghostwriter_23.04.3+ds.orig.tar.xz cbaff926bc1866c32f47a22bf20948f4d95fbac6 19720 ghostwriter_23.04.3+ds-1.debian.tar.xz 77dce3ff6a40e077e029ebd1e1abbe2dc155a3cd 15835 ghostwriter_23.04.3+ds-1_source.buildinfo Checksums-Sha256: 34546c271bca43c68d221373a1cecf327efa2096468d49938ee2a70ee5fea246 2528 ghostwriter_23.04.3+ds-1.dsc 2b4ffc2727b05236c3b5fc3fd1d7e7631d217c983ad7049e48a5926a8685b04d 2936548 ghostwriter_23.04.3+ds.orig.tar.xz 8fdd951e1db6307320c131d331a57aa2bce00fac1064a098d316560f321f9574 19720 ghostwriter_23.04.3+ds-1.debian.tar.xz 37b62d787035c0be05ac1c9f4f864f5dc216217dbe2260b235a78744ea5aacdd 15835 ghostwriter_23.04.3+ds-1_source.buildinfo Files: f26eaf62b53dbeb12570306053682c1f 2528 editors optional ghostwriter_23.04.3+ds-1.dsc 84dfaa4fb67227ebf5a5d7a4d0e750c2 2936548 editors optional ghostwriter_23.04.3+ds.orig.tar.xz 3e8c073ff2ab9abc862170057593703e 19720 editors optional ghostwriter_23.04.3+ds-1.debian.tar.xz 040cbf961e4daabfd43fef04515270ae 15835 editors optional ghostwriter_23.04.3+ds-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAmTAisQACgkQLRkciEOx P03oEg/+KrGf6/sMt9VzAKLGWIkpdB6RxfIj6f7FT1rIpGBIf7qFfzW1wWrtS/D7 PkMo6v0ZOBzwcqfNpGLb6rwHofSIuOGU2cIyVRxGkQHrUm4U9Ig4xF2aWtKWG4sQ CC3n9G/+qOUNH3wStqgg2vmhU7MFKsUAJCR2O0cmnh73Fbp9laPjOX/UoVDuuqYD 1T9KXEzedR0aBjHiuYXlB/I4HyC9o62pAg0jrQze5rnYp3iM4GGsXT51wIh7UjLf CzmGRA2y+o2WYjjWJycesBEfDCOQb6uuY7oF4JSlY0CpJPzauytYqdHJX+5HyNrR NSPMDnwbpM1hWpNC7V6XPu8+y8Gen2kj+m/IdhWbkKtdVeJ49akVQlH4aOYnquqb PMd9Gc2c1AxWXybYEQrv5J/gYmrE77+HZ/zQF/r3CjHsi2Xx6dmvpaKZePEwj1PV 6dl9tjPyiAhnTd0sBobrBUTJMV/a7icUgYY8ojgXCJJh/oCr729kd7GvAmaqXLQ6 S9q56OqdVEa5go4dllGV0x1AGRN4Y9ASS3MAxVxS9FNdpCPhWZWJLLQzEmQ2jLPF Ol2+UrqyCmy42Uz3YQWu7OI3B9E35p8hjvftnGr8Fowp+LgOjwiUYw/qO9IbXO5w oP8IsrE3q5YgeKvzH27nE/SprMAsvhKnNCXdeXKFycd9ZYxOnSI= =8cdn -----END PGP SIGNATURE-----
--- End Message ---

