Your message dated Fri, 26 Sep 2025 08:41:35 +0000 with message-id <E1v241H-00GluJ-13@fasolo.debian.org> and subject line Bug#1116228: fixed in tokodon 25.08.1-1 has caused the Debian Bug report #1116228, regarding tokodon FTBFS on armhf: cc1plus: out of memory 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 owner@bugs.debian.org immediately.) -- 1116228: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1116228 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: tokodon FTBFS on armhf: cc1plus: out of memory
- From: Adrian Bunk <bunk@debian.org>
- Date: Wed, 24 Sep 2025 17:35:27 +0300
- Message-id: <[🔎] 175872452703.2107975.2701431873683891005.reportbug@localhost>
Source: tokodon Version: 25.04.3-1 Severity: serious Tags: ftbfs patch forky sid https://buildd.debian.org/status/fetch.php?pkg=tokodon&arch=armhf&ver=25.04.3-1%2Bb1&stamp=1758684490&raw=0 ... /build/reproducible-path/tokodon-25.04.3/src/utils/emojimodel.cpp:16:1: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without 16 | EmojiModel::EmojiModel(QObject *parent) | ^~~~~~~~~~ In file included from /usr/include/c++/15/map:64, from /usr/include/arm-linux-gnueabihf/qt6/QtCore/qmetatype.h:28, from /usr/include/arm-linux-gnueabihf/qt6/QtCore/qobject.h:18, from /usr/include/arm-linux-gnueabihf/qt6/QtQml/qqmlengine.h:8, from /usr/include/arm-linux-gnueabihf/qt6/QtQml/QQmlEngine:1, from /build/reproducible-path/tokodon-25.04.3/src/utils/emojimodel.h:7, from /build/reproducible-path/tokodon-25.04.3/src/utils/emojimodel.cpp:5: /usr/include/c++/15/bits/stl_tree.h: In member function ‘std::pair<typename std::__rb_tree::_Node_traits<_Val, typename __gnu_cxx::__alloc_traits<typename __gnu_cxx::__alloc_traits<_Alloc>::rebind<_Val>::other>::pointer>::_Base_ptr, typename std::__rb_tree::_Node_traits<_Val, typename __gnu_cxx::__alloc_traits<typename __gnu_cxx::__alloc_traits<_Alloc>::rebind<_Val>::other>::pointer>::_Base_ptr> std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_get_insert_hint_unique_pos(const_iterator, const key_type&) [with _Key = QString; _Val = std::pair<const QString, QVariant>; _KeyOfValue = std::_Select1st<std::pair<const QString, QVariant> >; _Compare = std::less<QString>; _Alloc = std::allocator<std::pair<const QString, QVariant> >]’: /usr/include/c++/15/bits/stl_tree.h:2832:5: note: parameter passing for argument of type ‘std::_Rb_tree<QString, std::pair<const QString, QVariant>, std::_Select1st<std::pair<const QString, QVariant> >, std::less<QString>, std::allocator<std::pair<const QString, QVariant> > >::const_iterator’ changed in GCC 7.1 2832 | _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1plus: out of memory allocating 121529448 bytes after a total of 897290240 bytes make[3]: *** [src/CMakeFiles/tokodon_static.dir/build.make:3249: src/CMakeFiles/tokodon_static.dir/utils/emojitones.cpp.o] Error 1 Workaround: --- debian/rules.old 2025-09-24 14:08:06.334035377 +0000 +++ debian/rules 2025-09-24 14:09:09.966312272 +0000 @@ -2,6 +2,11 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all +# workaround for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119015 +ifneq (,$(filter $(DEB_HOST_ARCH), armhf)) + export DEB_CXXFLAGS_MAINT_APPEND += -fno-inline +endif + %: dh $@
--- End Message ---
--- Begin Message ---
- To: 1116228-close@bugs.debian.org
- Subject: Bug#1116228: fixed in tokodon 25.08.1-1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Fri, 26 Sep 2025 08:41:35 +0000
- Message-id: <E1v241H-00GluJ-13@fasolo.debian.org>
- Reply-to: Pino Toscano <pino@debian.org>
Source: tokodon Source-Version: 25.08.1-1 Done: Pino Toscano <pino@debian.org> We believe that the bug you reported is fixed in the latest version of tokodon, 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 1116228@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Pino Toscano <pino@debian.org> (supplier of updated tokodon 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 26 Sep 2025 10:11:26 +0200 Source: tokodon Architecture: source Version: 25.08.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Changed-By: Pino Toscano <pino@debian.org> Closes: 1116228 Changes: tokodon (25.08.1-1) unstable; urgency=medium . * New upstream release. * Update the patches: - upstream_revert_357ef28c_accountpage-use-formlinkdelegate-for-open-ser.patch: refresh/update - upstream_128cdaa7_Fix-a-crash-when-trying-to-block-an-account-through-the-post-menu.patch: drop, backported from upstream - upstream_4f09a6e8_Add-mute-block-management-on-the-safety-page.patch: drop, backported from upstream - upstream_5587bbb9_Use-QLatin1String-in-SocialGraphModel.patch: drop, backported from upstream - upstream_fc886374_Playback-audio-in-video-attachments.patch: drop, backported from upstream - upstream_9eb657e1_Fix-crash-when-trying-to-save-less-than-the-max-number-of-fields.patch: drop, backported from upstream - upstream_b319e681_Add-a-toggle-in-account-settings-for-search-indexing.patch: drop, backported from upstream - upstream_4643870b_Make-sure-that-toggling-account-options-affects-the-correct-account.patch: drop, backported from upstream - upstream_df89658d_Fix-possible-erroneous-trailing-space-in-OAuth-scope-parameter.patch: drop, backported from upstream * Update the build dependencies according to the upstream build system: - bump KF packages to 6.12.0 - add libkunifiedpush-dev, qcoro-qt6-dev, qml6-module-org-kde-kitemmodels, qml6-module-org-kde-prison, and qml6-module-org-kde-sonnet - remove unused libmpvqt-dev, and libqqc2breezestyle-dev * Concatenate all the keys in debian/upstream/signing-key.asc. * Drop Rules-Requires-Root: no, no more needed since Debian trixie. * Build with -Os on armhf to workaround memory issues. (Closes: #1116228) Checksums-Sha1: dc8d9e9678270a27e434ef4a691bba87081c58e7 3394 tokodon_25.08.1-1.dsc 67f679a273570bef1251a426eb9ad80b51972f13 814028 tokodon_25.08.1.orig.tar.xz 3fb86e32ebdfdba3e8c6dba3dd13b5bb029261d1 833 tokodon_25.08.1.orig.tar.xz.asc 817558657693b6459f22f1779cebee3c36279e4c 32116 tokodon_25.08.1-1.debian.tar.xz 17f19e0bf36ab5668d131ae8d3cde7bdeec9410d 26012 tokodon_25.08.1-1_source.buildinfo Checksums-Sha256: 04ec009a857c1df00b1c82d5da06703bb310de11099484341d0605f238f81b99 3394 tokodon_25.08.1-1.dsc 1a9f9f1bd2e0abd9d2fb69790f336a5d7d99713ac2d059b5bef19d97b642a740 814028 tokodon_25.08.1.orig.tar.xz d3fc4b2bb5de519db33f9cf0bafe0ec6ec02b84bd992911abd6a903a446b2df0 833 tokodon_25.08.1.orig.tar.xz.asc 96da9b31c10823b1a0018b9602203056f0babd5c0bb94649a7e90eb36a27357d 32116 tokodon_25.08.1-1.debian.tar.xz fa3eda417f99413191ae732b0888c824e82a12d196c0565676a6c5f260ed01e6 26012 tokodon_25.08.1-1_source.buildinfo Files: ca96867608705715f58092e0a9cdb8ca 3394 net optional tokodon_25.08.1-1.dsc 938f01de4d738b691f385338c4c04192 814028 net optional tokodon_25.08.1.orig.tar.xz dc1273c92f7e5f3a1fd0678a162f73b0 833 net optional tokodon_25.08.1.orig.tar.xz.asc 0c8dbcf754532fa9b3b9a20d92c4c850 32116 net optional tokodon_25.08.1-1.debian.tar.xz c556e1f2d3b5678fe322ddf9d35f0cec 26012 net optional tokodon_25.08.1-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAmjWSt4ACgkQLRkciEOx P03Dtg//foYFdh/551+4Zzp0NRpe6uUYBe3ca5LsiutRXG4ClCGQohXhWEAz5FX4 KcqH82JTkegFiqHWxsSY4m02R9zEdk826SBgUILxViYgbmRoY/nxtgeiuyuHP+u3 vl3ovPE7PF607MmaQdzuWCUinb+ptUldeDEakFxF95KADsr8rm3Svd7Zn4zMWeQd 8246gUxv0SdRySdqYGfuMXIsIC3lsK8d3BLmdpXf05man6snQrHhlYy78wRIt5R7 YZE+uQwW57KiN7iSNzpvUnQkgG0UgwZs0o7UPyFVtNbyt8hjxlNlHGmNolcyw0dO KNsqUKYkGf93ApR5PC1CtRutv4lRnLWeNfCaldLEQ8l6m74utNQGajzysbxI4gGo iM0sELnbpZ7SYTNYodh+Oxqzs9KNVFDuwRsvektV5dz//DnYQdzg7WziR799pg1Z SmwUNi4WuSOHAZ1CSVL8U0kS2C5P1vro+eILi2y/mU+wYlvGg2RP9qxPVeDcQMLK l9BHTJ/AcAtO1VrU+saNFNbZHT4iulH62KWzqXtOmfbNnepmZ0C1je8LAWbCtpzH /X+yrHnrKmMS7wGQNm+RsAXpHDGykAdLQL0QMzC8wIeJjD2f2AMLJ0tmyyv5FvUi aju1SxwSHSkniE2J6Lx/5JKAESgrd3QdNCI+LgGsei4R9rL4nUc= =Pvdu -----END PGP SIGNATURE-----Attachment: pgpXiPFigKCMl.pgp
Description: PGP signature
--- End Message ---