Package: antigrav Version: 0.0.3-5 Severity: normal Tags: patch User: debian-powe...@lists.debian.org Usertags: ppc64el User: debian-de...@lists.debian.org Usertags: autoreconf
Dear Maintainer, The anitgrav package is not able to be built on the new architectures due to config.{sub,guess} and {libtool,aclocal}.m4 outdated files. The error found during the ppc64el building process is available at: http://ftp.unicamp.br/pub/ppc64el/debian/buildd-upstream/build_logs/logs/libpgm_5.1.118-1~dfsg-0.1_ppc64el.build This attached patch just calls autoreconf during the build, according to the following recomendation: https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build. Thank you -- 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: antigrav-0.0.3/debian/control =================================================================== --- antigrav-0.0.3.orig/debian/control 2012-03-05 20:51:48.000000000 +0000 +++ antigrav-0.0.3/debian/control 2014-06-18 18:54:14.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org> Uploaders: Barry deFreese <bddeb...@comcast.net>, Vincent Fourmond <fourm...@debian.org> -Build-Depends: debhelper (>> 7), autotools-dev, zlib1g-dev, libpng-dev, libalut-dev, libopenal-dev, libsdl1.2-dev +Build-Depends: debhelper (>> 7), autotools-dev, zlib1g-dev, libpng-dev, libalut-dev, libopenal-dev, libsdl1.2-dev, dh-autoreconf Standards-Version: 3.9.3 Homepage: http://www.luolamies.org/software/antigrav/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/antigrav/ Index: antigrav-0.0.3/debian/rules =================================================================== --- antigrav-0.0.3.orig/debian/rules 2011-01-26 21:39:00.000000000 +0000 +++ antigrav-0.0.3/debian/rules 2014-06-18 18:54:06.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with autoreconf override_dh_auto_configure: ./configure --prefix=/usr \