[Rsbackup-maint] Bug#1070106: rsbackup: please add support for loong64

wuruilong wuruilong at loongson.cn
Tue Apr 30 08:17:41 BST 2024


Source: rsbackup
Severity: normal
Tags: patch
User: debian-loongarch at lists.debian.org
Usertags: loong64
X-Debbugs-Cc: wuruilong at loongson.cn

Dear Maintainer,

The rsbackup software compiles incorrectly on the loong64 architecture, 
the attached patch has resolved the issue.

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
-------------- next part --------------
--- rsbackup-origin/debian/rules	2024-04-30 06:54:53.326049473 +0000
+++ rsbackup/debian/rules	2024-04-30 06:35:52.133362832 +0000
@@ -31,6 +31,8 @@
 build-arch: build
 build-indep: build
 build:
+	dh_update_autotools_config
+	dh_autoreconf
 	[ -e configure ] || autoreconf -si
 	./configure --prefix=/usr --mandir=/usr/share/man --disable-silent-rules ${CONFIGURE_EXTRA}
 	$(MAKE)


More information about the Rsbackup-maint mailing list