Your message dated Sat, 25 Apr 2026 05:49:06 +0000
with message-id <[email protected]>
and subject line Bug#1131591: fixed in rkward 0.8.3-1
has caused the Debian Bug report #1131591,
regarding rkward: FTBFS: /<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp:45:1:
error: 'QElapsedTimer' does not name a type; did you mean 'QBasicTimer'?
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.)
--
1131591: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1131591
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:rkward
Version: 0.8.2-1
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202603/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:rkward, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
[ 97%] Building CXX object
rkward/autotests/CMakeFiles/core_test.dir/core_test_autogen/mocs_compilation.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/rkward/autotests &&
[too-long-redacted] st_autogen/mocs_compilation.cpp
[ 97%] Building CXX object
rkward/autotests/CMakeFiles/core_test.dir/core_test.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/rkward/autotests &&
[too-long-redacted] /rkward/autotests/core_test.cpp
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp:45:1: error:
âQElapsedTimerâ does not name a type; did you mean âQBasicTimerâ?
45 | QElapsedTimer _test_timer;
| ^~~~~~~~~~~~~
| QBasicTimer
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp: In function âvoid
testLog(const char*, __va_list_tag*)â:
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp:48:26: error: â_test_timerâ
was not declared in this scope
48 | printf("%lld: ", _test_timer.elapsed());
| ^~~~~~~~~~~
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp: In member function âvoid
RKWardCoreTest::runCommandWithTimeout(RCommand*, RCommandChain*,
std::function<void(RCommand*)>, int)â:
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp:93:17: error:
âQElapsedTimerâ was not declared in this scope; did you mean
âQBasicTimerâ?
93 | QElapsedTimer t;
| ^~~~~~~~~~~~~
| QBasicTimer
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp:94:17: error: âtâ was not
declared in this scope; did you mean âtrâ?
94 | t.start();
| ^
| tr
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp: In member function âvoid
RKWardCoreTest::waitForBackendStarted()â:
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp:156:17: error:
âQElapsedTimerâ was not declared in this scope; did you mean
âQBasicTimerâ?
156 | QElapsedTimer t;
| ^~~~~~~~~~~~~
| QBasicTimer
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp:157:17: error: âtâ was not
declared in this scope; did you mean âtrâ?
157 | t.start();
| ^
| tr
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp: In member function âvoid
RKWardCoreTest::initTestCase()â:
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp:191:17: error:
â_test_timerâ was not declared in this scope
191 | _test_timer.start();
| ^~~~~~~~~~~
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp: In member function âvoid
RKWardCoreTest::cancelCommandStressTest()â:
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp:456:33: error:
âQElapsedTimerâ was not declared in this scope; did you mean
âQBasicTimerâ?
456 | QElapsedTimer t;
| ^~~~~~~~~~~~~
| QBasicTimer
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp:457:33: error: âtâ was not
declared in this scope; did you mean âtrâ?
457 | t.start();
| ^
| tr
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp: In member function âvoid
RKWardCoreTest::RKConsoleHistoryTest()â:
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp:563:31: warning: ignoring
return value of âbool QTemporaryFile::open()â, declared with attribute
ânodiscardâ [-Wunused-result]
563 | emptyhist.open();
| ~~~~~~~~~~~~~~^~
In file included from /usr/include/x86_64-linux-gnu/qt6/QtCore/QTemporaryFile:1,
from /<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp:17:
/usr/include/x86_64-linux-gnu/qt6/QtCore/qtemporaryfile.h:52:32: note: declared
here
52 | QFILE_MAYBE_NODISCARD bool open() { return
open(QIODevice::ReadWrite); }
| ^~~~
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp: In member function âvoid
RKWardCoreTest::ScriptWindowTest()â:
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp:634:23: warning: ignoring
return value of âbool QTemporaryFile::open()â, declared with attribute
ânodiscardâ [-Wunused-result]
634 | f.open();
| ~~~~~~^~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qtemporaryfile.h:52:32: note: declared
here
52 | QFILE_MAYBE_NODISCARD bool open() { return
open(QIODevice::ReadWrite); }
| ^~~~
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp: In member function âvoid
RKWardCoreTest::restartRBackend()â:
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp:760:17: error:
âQElapsedTimerâ was not declared in this scope; did you mean
âQBasicTimerâ?
760 | QElapsedTimer t;
| ^~~~~~~~~~~~~
| QBasicTimer
/<<PKGBUILDDIR>>/rkward/autotests/core_test.cpp:761:17: error: âtâ was not
declared in this scope; did you mean âtrâ?
761 | t.start();
| ^
| tr
[ 97%] Linking CXX executable ../bin/rkward
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/rkward && /usr/bin/cmake -E
cmake_link_script CMakeFiles/rkward.dir/link.txt --verbose=1
make[3]: *** [rkward/autotests/CMakeFiles/core_test.dir/build.make:96:
rkward/autotests/CMakeFiles/core_test.dir/core_test.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:3054:
rkward/autotests/CMakeFiles/core_test.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fs
[too-long-redacted] b/x86_64-linux-gnu/libOpenGL.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 97%] Built target rkward
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 INSTALL="install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: rkward
Source-Version: 0.8.3-1
Done: Pino Toscano <[email protected]>
We believe that the bug you reported is fixed in the latest version of
rkward, 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 rkward 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: Sat, 25 Apr 2026 07:33:23 +0200
Source: rkward
Architecture: source
Version: 0.8.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team <[email protected]>
Changed-By: Pino Toscano <[email protected]>
Closes: 1131591 1132892
Changes:
rkward (0.8.3-1) unstable; urgency=medium
.
* Team upload.
* New upstream release:
- builds with Qt 6.10 (Closes: #1131591)
* Drop Priority: optional, no more needed since dpkg 1.22.13.
* Bump Standards-Version to 4.7.4, no changes required.
* Update the build dependencies according to the upstream build system:
- drop qt6-5compat-dev, not needed since 0.8.2
* CI: use terse output so it fits within the Salsa limits.
* The rebuild will update the R graphics engine dependency, following the
unplanned and unannounced transition/update of R 4.6.0. (Closes: #1132892)
Checksums-Sha1:
7b80b4c7b7dca0d8737837c8157022509290991b 2751 rkward_0.8.3-1.dsc
defd62f4f54cf817022c7271ccf3ace33de2a48d 8031772 rkward_0.8.3.orig.tar.gz
0009a9d1de4ff4d756dbdc472cd38223fe0d1d8c 10208 rkward_0.8.3-1.debian.tar.xz
910dff01508dc67dce66a31ec1a36f5a3a3a654f 21479 rkward_0.8.3-1_source.buildinfo
Checksums-Sha256:
505bdcecdeb81903954e270e212219a641c236378c214ca4826579c6a7137d1d 2751
rkward_0.8.3-1.dsc
40d2a6b6ddc77cb226ccd97037350235ca12d3a422f31b1f9ae3c01be427f5e5 8031772
rkward_0.8.3.orig.tar.gz
62b3d8112ff9a9002e1f5fb802534cde84cba37b8658834b5fa81a34cb4d8378 10208
rkward_0.8.3-1.debian.tar.xz
729588a3b406022beb067a44ce884f5ded9346e0b4cdfde4794a7f4434c40faf 21479
rkward_0.8.3-1_source.buildinfo
Files:
0452e1ebdf380389f7e5adbb2b336b01 2751 math optional rkward_0.8.3-1.dsc
ca3dbec17f2f68001a71e3a3c441123e 8031772 math optional rkward_0.8.3.orig.tar.gz
debd9fc7fe0d69a00bbe2248d31d7bf7 10208 math optional
rkward_0.8.3-1.debian.tar.xz
75b866683018a1165e3300d197dee2f9 21479 math optional
rkward_0.8.3-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAmnsUloACgkQLRkciEOx
P01zEA//bvO7EkRjJZtQaAAmaXx15DgAR/2ZdQiKzN83D3BRFSsb7cMtCweuhH2a
lM09AysKh5WvseswHbPHtS2tVIOhDqB4gCAVCHFe+GUSzBAN6eeIgYNsg5BRw4jU
1gnxRdd5lMzojFK4SiSphZ+36I1Cg9Eids/Eoy/8IBa2gtC3B8m77g2p8p3PrtIx
FiH0kzd/pJTz88U+0zwhAkTLwdMKQJjbiJhuK7HZgtLovv21QhhKKuW1oD+W7+G+
K6q50170a9yxhTZP78Njdw7qzjM9Ttwdzl9JGcYhc5f7luVl+LUC2GwHS6cxMAuF
XdQRp1q7hpD99Nr3Lcj9RVFCOBAygH32VNgNtIa0WhYKP3R/LNZzhoID0csoWr64
TAXu/FZBc6spe3Kt5bXIdF98udcWEP1dYFZDnGEnSl8vDaV8SG4HnpWkVEXqm0at
RprBWRNeHDuvDEMLKadu4Mb8B0q+0uOlmvCM5HaFLbq3QlF2tFPkt1VDAcBeeQUb
FBBD6rtsUFqlyi1xiVspMuHa/SLHii2DaovUH1G0ICgXO1V3uhgarpKRG4ROkyu6
fzq4onOXFl0FtuhYVVDWd3QdqpeCndKXg45Jc8pQUeG41gqoKOw2aSrE9MaVlGR/
Vs4kRRItl+ndtYER47b9bX2ncV9Co6pueOW3nfeyHW8OTy9CGaw=
=rd4p
-----END PGP SIGNATURE-----
pgp8pnZcGmZIH.pgp
Description: PGP signature
--- End Message ---
_______________________________________________
pkg-kde-extras mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-kde-extras