Package: healpix-cxx
Version: 3.11.2-6
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Hi,

The package healpix-cxx fails to build on ppc64el, as on new architectures,
because the config.{guess,sub} files are out of date, and are not updated
during the 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:
*** End of the template - remove these lines ***
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: healpix-cxx-3.11.2/debian/control
===================================================================
--- healpix-cxx-3.11.2.orig/debian/control	2014-02-28 22:09:15.000000000 +0000
+++ healpix-cxx-3.11.2/debian/control	2014-06-04 20:20:32.000000000 +0000
@@ -7,7 +7,8 @@
  debhelper (>= 9),
  pkg-config,
  libcfitsio3-dev,
- autotools-dev
+ autotools-dev,
+ dh-autoreconf
 Standards-Version: 3.9.5
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/healpix/healpix-cxx/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/healpix/healpix-cxx/trunk/
Index: healpix-cxx-3.11.2/debian/rules
===================================================================
--- healpix-cxx-3.11.2.orig/debian/rules	2014-05-27 16:06:28.000000000 +0000
+++ healpix-cxx-3.11.2/debian/rules	2014-06-04 20:20:06.000000000 +0000
@@ -12,7 +12,7 @@
 endif
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(EXTRA_CONFIGURE_ARGS)
-- 
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