Your message dated Tue, 26 Aug 2014 10:27:52 +0000
with message-id <[email protected]>
and subject line Bug#759262: Removed package(s) from unstable
has caused the Debian Bug report #753601,
regarding libbind: Use dh-autoreconf to build on new architectures as ppc64el
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
753601: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753601
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libbind
Version: 6.0-1.1
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf

Dear Maintainer,

Bug #727394 does not fully fix the problem on building in new architecture.
In fact, it doesn't update aclocal files, which makes the build failure, at
least, in ppc64el, as shown on the following build log:

http://ftp.unicamp.br/pub/ppc64el/debian/buildd-upstream/build_logs/logs/libbind_6.0-1.1_ppc64el.build

As I said, the problem is that it doesn't update aclocal files, wich causes the
architecture to not see the new architecture as supporting shared libraries. 
There 
is a wiki entry covering it:

https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build

I just created a patch that solves this problem, and enable all the autotools
files to be updated. How does it sound?

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: libbind-6.0/debian/control
===================================================================
--- libbind-6.0.orig/debian/control	2014-07-03 13:31:02.000000000 +0000
+++ libbind-6.0/debian/control	2014-07-03 13:31:16.000000000 +0000
@@ -1,7 +1,7 @@
 Source: libbind
 Priority: extra
 Maintainer: Robert S. Edmonds <[email protected]>
-Build-Depends: debhelper (>= 7.0.50), autotools-dev
+Build-Depends: debhelper (>= 7.0.50), dh-autoreconf
 Standards-Version: 3.8.1
 Section: libs
 Homepage: http://www.isc.org/software/libbind
Index: libbind-6.0/debian/rules
===================================================================
--- libbind-6.0.orig/debian/rules	2014-07-03 13:31:02.000000000 +0000
+++ libbind-6.0/debian/rules	2014-07-03 13:31:30.000000000 +0000
@@ -1,4 +1,5 @@
 #!/usr/bin/make -f
+export AUTOHEADER = true
 %:
 	dh $@
 
@@ -8,7 +9,7 @@
 	touch $@
 
 clean:
-	dh_autotools-dev_restoreconfig
+	dh_autoreconf_clean
 	dh clean 
 	find . -name '*.o' -delete
 
@@ -19,7 +20,8 @@
 	dh binary-arch
 
 override_dh_auto_configure:
-	dh_autotools-dev_updateconfig
+	aclocal
+	dh_autoreconf
 	dh_auto_configure -- -with-libtool
 
 binary: binary-arch binary-indep

--- End Message ---
--- Begin Message ---
Version: 6.0-1.1+rm

Dear submitter,

as the package libbind has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/759262

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to