Bug#1073254: geary: please add support for loong64
wuruilong
wuruilong at loongson.cn
Sat Jun 15 10:00:54 BST 2024
Source: geary
Version: 46.0-2
Severity: normal
Tags: patch
X-Debbugs-Cc: wuruilong at loongson.cn
User: debian-loongarch at lists.debian.org
Usertags: loong64
Dear Maintainer,
geary compiled incorrectly on loongarch, the attachment has resolved the issue. Please merge patches.
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 --------------
--- geary-46.0/debian/rules 2024-06-01 10:50:25.000000000 +0000
+++ geary/debian/rules 2024-06-15 08:53:04.100974489 +0000
@@ -9,7 +9,7 @@
# needed with the Ubuntu toolchain to avoid issues
export DEB_LDFLAGS_MAINT_STRIP := -Wl,-Bsymbolic-functions
-ifeq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf hppa i386 ia64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4))
+ifeq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf hppa i386 ia64 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4))
BUILD_UNWIND += -Dlibunwind=disabled
endif
# see https://gitlab.gnome.org/GNOME/geary/issues/726:
root at 581f4c48003a:/home/debian-build/wuruilong/test# diff -Nur geary-46.0/debian/rules geary/debian/rules >> add-support-for-loong64.patch
root at 581f4c48003a:/home/debian-build/wuruilong/test# vi add-support-for-loong64.patch
root at 581f4c48003a:/home/debian-build/wuruilong/test# cat add-support-for-loong64.patch
--- geary-46.0/debian/control 2024-06-01 10:50:25.000000000 +0000
+++ geary/debian/control 2024-06-15 08:53:18.468883999 +0000
@@ -32,7 +32,7 @@
libsecret-1-dev (>= 0.11),
libsqlite3-dev (>= 3.24),
libstemmer-dev,
- libunwind-dev (>= 1.1) [amd64 arm64 armel armhf hppa i386 ia64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4],
+ libunwind-dev (>= 1.1) [amd64 arm64 armel armhf hppa i386 ia64 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4],
libwebkit2gtk-4.1-dev,
libxml2-dev (>= 2.7.8),
libytnef0-dev (>= 1.9.3),
--- geary-46.0/debian/rules 2024-06-01 10:50:25.000000000 +0000
+++ geary/debian/rules 2024-06-15 08:53:04.100974489 +0000
@@ -9,7 +9,7 @@
# needed with the Ubuntu toolchain to avoid issues
export DEB_LDFLAGS_MAINT_STRIP := -Wl,-Bsymbolic-functions
-ifeq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf hppa i386 ia64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4))
+ifeq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf hppa i386 ia64 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4))
BUILD_UNWIND += -Dlibunwind=disabled
endif
# see https://gitlab.gnome.org/GNOME/geary/issues/726:
More information about the pkg-gnome-maintainers
mailing list