Package: hmmer Version: 3.1b1-2 Severity: serious Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * Stop selecting vmx DP implementation on powerpc to resolve FTBFS. I'm not sure how this ever worked before, since this debian/rules bit reverses the logic of the patch in debian-changes-3.0-2.1, however it builds fine here if I drop the bit from rules and revert to the dummy implementation, as was used in previous uploads. ... Adam -- System Information: Debian Release: wheezy/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.12.0-1-generic (SMP w/4 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru hmmer-3.1b1/debian/changelog hmmer-3.1b1/debian/changelog diff -Nru hmmer-3.1b1/debian/rules hmmer-3.1b1/debian/rules --- hmmer-3.1b1/debian/rules 2013-10-24 00:37:39.000000000 -0600 +++ hmmer-3.1b1/debian/rules 2013-11-03 11:50:15.000000000 -0700 @@ -11,11 +11,7 @@ ifeq (amd64,$(ARCH)) DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads --enable-sse else - ifeq (powerpc,$(ARCH)) - DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads --enable-vmx - else DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads - endif endif override_dh_auto_configure: