Your message dated Tue, 10 Dec 2024 19:44:17 +0800
with message-id <097b544a-fc3b-4cfd-607c-77f798e6d...@loongson.cn>
and subject line Bug#1068681: Version 5.115.0-2 was built on loong64
has caused the Debian Bug report #1068681,
regarding kquickcharts: Make the tests non-fatal on loong64
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 ow...@bugs.debian.org
immediately.)
--
1068681: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068681
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kquickcharts
Version: 5.107.0-1
Severity: wishlist
Tags: ftbfs patch
User: debian-loonga...@lists.debian.org
Usertags: loong64
Dear maintainers,
Compiling the kquickcharts package failed for loong64 in the Debian
Package Auto-Building environment, the error log is as follows:
```
......
The following tests FAILED:
5 - tst_BarChart.qml (Subprocess aborted)
6 - tst_LineChart.qml (Subprocess aborted)
7 - tst_PieChart.qml (Subprocess aborted)
Errors while running CTest
```
The full build log can be found at
https://buildd.debian.org/status/logs.php?pkg=kquickcharts&ver=5.107.0-1%2Bb1&arch=loong64.
There is no architecture-related code in the kquickcharts source code.
Refer to the processing methods of other architectures, could you set
the tests non-fatal on loong64?
Please consider the patch I have attached.
Your opinions are welcome.
Thanks,
Dandan Zhang
diff -Nru kquickcharts-5.107.0/debian/rules kquickcharts-5.107.0/debian/rules
--- kquickcharts-5.107.0/debian/rules 2023-03-16 21:42:02.000000000 +0000
+++ kquickcharts-5.107.0/debian/rules 2023-06-18 14:08:49.000000000 +0000
@@ -5,7 +5,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-testsuite_failing_archs := alpha hppa hurd-i386 mips64el powerpc riscv64 x32
+testsuite_failing_archs := alpha hppa hurd-i386 loong64 mips64el powerpc
riscv64 x32
ifneq (,$(filter $(DEB_HOST_ARCH),$(testsuite_failing_archs)))
fail_param := || true
endif
--- End Message ---
--- Begin Message ---
Hi,
Based on mesa (24.2.1-3) unstable, kquickcharts 5.115.0-2 was built on
loong64.
Do not need to make the tests non-fatal on loong64.
Build status can be found at
https://buildd.debian.org/status/logs.php?pkg=kquickcharts&ver=5.115.0-2&arch=loong64.
Best regards,
Dandan Zhang
--- End Message ---