在 2024/4/1 下午1:19, Andreas Tille 写道:
Hi Martin,
can you please comment on this?
Kind regards
Andreas.
Am Mon, Apr 01, 2024 at 01:22:03AM +0000 schrieb wuruilong:
Source: bart
Severity: normal
User: debian-loonga...@lists.debian.org
Usertags: loong64
X-Debbugs-Cc: wuruil...@loongson.cn
Dear Maintainer,
bart failed to compile on loongarch, the attachment fixes the bug
wuruilong
-- System Information:
Debian Release: trixie/sid
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: loong64 (loongarch64)
Kernel: Linux 5.10.0-60.96.0.126.oe2203.loongarch64 (SMP w/32 CPU threads)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
--- bart-0.9.00/debian/rules 2024-03-30 06:12:54.235656645 +0000
+++ bart-0.9.00/debian/rules 2023-12-11 17:42:37.000000000 +0000
@@ -12,7 +12,7 @@
export PARALLEL_NJOBS=1
# some archs require turning of some optimizations
-NOEXPOPT_ARCHS=arm64 ppc64el s390x ia64 powerpc ppc64 riscv64 loong64
+NOEXPOPT_ARCHS=arm64 ppc64el s390x ia64 powerpc ppc64 riscv64
# turn off hanging tests on i386
ifeq ($(DEB_BUILD_ARCH), i386)
_______________________________________________
Debian-med-packaging mailing list
debian-med-packag...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-packaging
I'm very sorry, the correct code is
-NOEXPOPT_ARCHS=arm64 ppc64el s390x ia64 powerpc ppc64 riscv64
+NOEXPOPT_ARCHS=arm64 ppc64el s390x ia64 powerpc ppc64 riscv64 loong64
wuruilong