Package: ode Version: 0.11.1-4 Severity: normal Tags: patch User: debian-powe...@lists.debian.org Usertags: ppc64el User: debian-de...@lists.debian.org Usertags: autoreconf
Dear Maintainer, The package ode fails to build on ppc64el, as on new architectures, because the config.{guess,sub} and libtool files are out of date, and are not updated during the build, causing the following error: http://ftp.unicamp.br/pub/ppc64el/debian/buildd-upstream/build_logs/logs/ode_0.11.1-4_ppc64el.build I just created a patch that enables it to be built on ppc64el. I am using the following URL as reference: https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build Thank you, Breno -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Index: ode-0.11.1/debian/rules =================================================================== --- ode-0.11.1.orig/debian/rules 2014-06-23 17:57:07.000000000 +0000 +++ ode-0.11.1/debian/rules 2014-06-23 18:00:07.000000000 +0000 @@ -9,6 +9,7 @@ configure: configure-stamp configure-stamp: dh_testdir + dh_autoreconf mkdir -p debian/build/dp debian/build/sp # SP: single precision build cd debian/build/sp && ../../../configure --enable-shared --prefix=/usr LIBS="-lX11" @@ -31,6 +32,7 @@ clean: dh_testdir dh_testroot + dh_autoreconf_clean rm -f build-stamp \ configure-stamp rm -rf \