Package: procps
Version: 1:3.3.9-2
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package procps doesn't build on the new arches due to old libtool files.  I
am able to build it if debian/rules call dh-autoreconf scripts as suggested in
https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build

I also added the ppc64el as an architecture that has support for the numactl
package, as shown in:
http://ftp.unicamp.br/pub/ppc64el/debian/archive/pool/main/n/numactl/

Forgive me if this bug is a dup, I definitely didn't find anything reporting
the same problem on the BTS.

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

Versions of packages procps depends on:
ii  initscripts   2.88dsf-45
ii  libc6         2.18-0experimental1+ppc64el.1.mauricfo
ii  libncurses5   5.9+20140118-1
ii  libncursesw5  5.9+20140118-1
ii  libprocps3    1:3.3.9-2
ii  libtinfo5     5.9+20140118-1
ii  lsb-base      4.1+Debian12

Versions of packages procps recommends:
ii  psmisc  22.20-1

procps suggests no packages.

-- no debconf information
Index: procps-3.3.9/debian/control
===================================================================
--- procps-3.3.9.orig/debian/control	2014-05-27 11:00:28.000000000 +0000
+++ procps-3.3.9/debian/control	2014-05-27 21:49:05.000000000 +0000
@@ -4,8 +4,8 @@
 Maintainer: Craig Small <csm...@debian.org>
 Build-Depends: debhelper (>= 9.20120115),
     libncurses5-dev, libncursesw5-dev,
-    dejagnu,
-    libnuma-dev [amd64 i386 ia64 mips mipsel powerpc]
+    dejagnu, dh-autoreconf,
+    libnuma-dev [amd64 i386 ia64 mips mipsel powerpc pppc64el]
 Standards-Version: 3.9.5
 Vcs-Git: git://git.debian.org/collab-maint/procps.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/procps.git;a=summary
Index: procps-3.3.9/debian/rules
===================================================================
--- procps-3.3.9.orig/debian/rules	2014-05-27 11:00:28.000000000 +0000
+++ procps-3.3.9/debian/rules	2014-05-27 21:48:41.000000000 +0000
@@ -26,10 +26,12 @@
 	sed -e 's/$${DEB_HOST_MULTIARCH}/$(DEB_HOST_MULTIARCH)/g' $< > $@ 
 
 override_dh_auto_clean:
+	dh_autoreconf_clean
 	dh_auto_clean
 	rm -f $(autogen-files)
 
 override_dh_auto_configure:
+	dh_autoreconf
 	./configure \
 	  --build=$(DEB_BUILD_GNU_TYPE) \
 	  --enable-watch8bit --enable-w-from \

Reply via email to