Source: geary Version: 46.0-2 Severity: normal Tags: patch X-Debbugs-Cc: wuruil...@loongson.cn User: debian-loonga...@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
--- 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@581f4c48003a:/home/debian-build/wuruilong/test# diff -Nur geary-46.0/debian/rules geary/debian/rules >> add-support-for-loong64.patch root@581f4c48003a:/home/debian-build/wuruilong/test# vi add-support-for-loong64.patch root@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: