Hmm a simple override of this did not pass down.
So the following did not help.

diff -Nru lrzip-0.631/debian/changelog lrzip-0.631/debian/changelog
--- lrzip-0.631/debian/changelog        2016-11-14 01:20:43.000000000 +0100
+++ lrzip-0.631/debian/changelog        2017-03-02 09:40:03.000000000 +0100
@@ -1,3 +1,9 @@
+lrzip (0.631-1ubuntu1~ppa2) xenial; urgency=medium
+
+  * Experimental build for ppc to check JIT disabling
+
+ -- Christian Ehrhardt <christian.ehrha...@canonical.com>  Thu, 02 Mar 2017 
09:35:06 +0100
+
 lrzip (0.631-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru lrzip-0.631/debian/rules lrzip-0.631/debian/rules
--- lrzip-0.631/debian/rules    2014-03-28 19:08:25.000000000 +0100
+++ lrzip-0.631/debian/rules    2017-03-02 09:35:02.000000000 +0100
@@ -12,6 +12,10 @@
 CFLAGS += -Wall -pedantic
 LDFLAGS += -Wl,--as-needed
 
+# Disable Jit as it is x86 >=sse2 only which can not be guaranteed
+# https://bugs.launchpad.net/cloud-images/+bug/1668876
+CFLAGS += -DNOJIT
+
 override_dh_auto_configure:
        # With pristine tarballs from version control, there is no ./configure
        [ -f configure ] || autoreconf -vfi



It seems https://launchpadlibrarian.net/309385381/buildlog_ubuntu-
xenial-ppc64el.lrzip_0.631-1ubuntu1~ppa2_BUILDING.txt.gz that the build
of libzpaq/ completely ignores the extra CFLAGS

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1669069

Title:
  lrzip dies on ppc64el when using zpaq

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lrzip/+bug/1669069/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to