[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#921527: Fix FTBFS



Control: tags -1 patch

--

Dear maintainer,
this issue is most probably due to char sign-ness .
The list of architectures needing char to be forced as signed because
by default they are unsigned (
https://wiki.debian.org/ArchitectureSpecificsMemo ) needs to be
extended.
See the attached debdiff. I confirm this works on ppc64el at least.

Regards,


F.
diff -Nru cuneiform-1.1.0+dfsg/debian/rules cuneiform-1.1.0+dfsg/debian/rules
--- cuneiform-1.1.0+dfsg/debian/rules	2018-01-13 20:33:42.000000000 +0100
+++ cuneiform-1.1.0+dfsg/debian/rules	2018-01-13 21:16:06.000000000 +0100
@@ -3,7 +3,7 @@
 DEB_HOST_MULTIARCH	?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_BUILD_ARCH		?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
-ifneq (,$(filter $(DEB_BUILD_ARCH),armhf arm64))
+ifneq (,$(filter $(DEB_BUILD_ARCH),armhf arm64 armel ppc64el s390x))
 SIGNED_CHAR	 = -fsigned-char
 else
 SIGNED_CHAR	 =

Attachment: signature.asc
Description: PGP signature


Reply to: