Package: teem
Version: 1.11.0~svn6057-1.1
Severity: serious
Tags: patch
Justification: fails to build from source
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu xenial ubuntu-patch

Dear Maintainer,

teem currently fails to build from source on arm64 and ppc64el because they
were not added to the -ffp-contract=off list in the 1.11.0~svn6057-1.1 NMU.

In Ubuntu, the attached patch was applied to achieve the following:

  * debian/rules: Readd arm64 and ppc64el to -ffp-contract=off list to fix
    FTBFS on those architectures.

Thanks for considering the patch.

Logan Rosen

-- System Information:
Debian Release: stretch/sid
  APT prefers xenial-updates
  APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 
'xenial'), (100, 'xenial-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 4.4.0-18-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru teem-1.11.0~svn6057/debian/rules teem-1.11.0~svn6057/debian/rules
--- teem-1.11.0~svn6057/debian/rules	2016-04-09 08:27:04.000000000 +0000
+++ teem-1.11.0~svn6057/debian/rules	2016-04-08 21:02:02.000000000 +0000
@@ -27,7 +27,7 @@
 ifneq (,$(filter $(DEB_HOST_ARCH_CPU), i386))
   CFLAGS += -ffloat-store
 endif
-ifneq (,$(filter $(DEB_HOST_ARCH_CPU), powerpc ppc64 s390x))
+ifneq (,$(filter $(DEB_HOST_ARCH_CPU), arm64 powerpc ppc64 ppc64el s390x))
   CFLAGS += -ffp-contract=off
 endif
 
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to