Source: abiword
Version: 3.0.5~dfsg-3.2
Severity: wishlist
Tags: ftbfs patch
User: debian-loonga...@lists.debian.org
Usertags: loong64
Dear maintainers,
The abiword failed to build on loong64 due to timeout of test located at
'src/wp/test/unix'.
Please consider the patch I have attached that disables the test and
fixes FTBFS on loong64 platform.
The abiword source package was compiled successfully on my local loong64
rootfs environment.
If you have any questions, you can contact me at any time.
thanks,
Dandan Zhang
Description: disable unix test for loong64
Last-Update: 2023-12-14
--- abiword-3.0.5~dfsg.orig/configure.ac
+++ abiword-3.0.5~dfsg/configure.ac
@@ -1187,7 +1187,7 @@ fi
AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes")
-AM_CONDITIONAL([DISABLE_WP_UNIX_TEST], test $DEB_BUILD_ARCH && echo "armel mipsel hppa ppc64 riscv64 sparc64 x32 " | grep -o "$DEB_BUILD_ARCH ")
+AM_CONDITIONAL([DISABLE_WP_UNIX_TEST], test $DEB_BUILD_ARCH && echo "armel loong64 mipsel hppa ppc64 riscv64 sparc64 x32 " | grep -o "$DEB_BUILD_ARCH ")
AC_OUTPUT(
libabiword.pc