Your message dated Fri, 30 Jan 2015 00:42:20 +0100
with message-id <[email protected]>
and subject line db6.0 was removed due to licence incompatibilities
has caused the Debian Bug report #746295,
regarding db6.0: use dh-autoreconf to fix FTBFS on 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.)
--
746295: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746295
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: db6.0
Version: 6.0.19
Severity: normal
User: [email protected]
Usertags: ppc64el
Dear Maintainer,
In order to have db6.0 compiled in ppc64el architecture, a autoreconf is
needed. This patch follows the instructions on the wiki to do it, and, enable
it to be build on this architecture.
https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build
Thanks for looking into it.
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: db6.0-6.0.19/debian/control
===================================================================
--- db6.0-6.0.19.orig/debian/control 2014-04-28 19:25:33.000000000 +0000
+++ db6.0-6.0.19/debian/control 2014-04-28 19:26:34.000000000 +0000
@@ -9,7 +9,7 @@
# For DEB_STAGE=stage1 build tcl-dev, javahelper, default-jdk,
# gcj-native-helper can be dropped
Build-Depends: debhelper (>= 9),
- autotools-dev (>= 20100122.1),
+ dh-autoreconf,
tcl-dev,
procps [!hurd-i386],
javahelper,
Index: db6.0-6.0.19/debian/rules
===================================================================
--- db6.0-6.0.19.orig/debian/rules 2014-04-28 19:25:33.000000000 +0000
+++ db6.0-6.0.19/debian/rules 2014-04-28 19:26:34.000000000 +0000
@@ -122,7 +122,7 @@
version_major=$(shell expr `pwd` : '.*-\([0-9]*\).[0-9.]*')
%:
- dh $@ --with=autotools-dev $(DH_PLUGINS)
+ dh $@ --with autoreconf $(DH_PLUGINS)
override_dh_auto_configure:
JAVACFLAGS="$(JAVACFLAGS)" dh_auto_configure -Ddist -Bbuild -- $(CONFIGURE_SWITCHES)
--- End Message ---
--- Begin Message ---
src:db6.0 was removed from unstable long ago, see
https://bugs.debian.org/748192
Andreas
--- End Message ---