Your message dated Sat, 12 Jul 2014 16:52:53 +0200
with message-id <[email protected]>
and subject line Re: Bug#754135: trafficserver: run dh-autoreconf to update
config.{sub, guess} and {libtool, aclocal}.m4
has caused the Debian Bug report #754135,
regarding trafficserver: run dh-autoreconf to update config.{sub, guess} and
{libtool, aclocal}.m4
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.)
--
754135: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754135
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: trafficserver
Version: 4.1.2-1.2
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
Currently this package FTBFS when compiled in new architectures (as ppc64el)
that is not supported on the outdated package autotools files, mainly because
it fails to understand that the new architectures has support for shared
libraries, as shown below:
http://ftp.unicamp.br/pub/ppc64el/debian/buildd-upstream/build_logs/logs/trafficserver_5.0.0-1_ppc64el.build
I created this patch that call autoreconf to updates the autotool files during
the build, as suggest by the following wiki:
https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build
I tested it on ppc64el and, together with the patch attached in bug#754132, the
build and the tests are sucessful.
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: trafficserver-4.1.2/debian/rules
===================================================================
--- trafficserver-4.1.2.orig/debian/rules 2014-01-29 12:50:54.000000000 +0000
+++ trafficserver-4.1.2/debian/rules 2014-07-07 19:44:29.000000000 +0000
@@ -4,6 +4,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export AUTOMAKE = automake-1.11
+export ACLOCAL = aclocal-1.11
+
# Get build architecture. ./configure is different on Linux
DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
@@ -19,7 +22,7 @@
endif
%:
- dh $@ --parallel
+ dh $@ --parallel --with autoreconf
override_dh_auto_configure:
# autoreconf -i
--- End Message ---
--- Begin Message ---
Hi Breno,
thanks for your patch, but unfortunately you submitted it after I
uploaded ATS 5.0 already. That being said, by pure coincidence, I
enabled autoreconf for that upload already.
--
with kind regards,
Arno Töll
IRC: daemonkeeper on Freenode/OFTC
GnuPG Key-ID: 0x9D80F36D
signature.asc
Description: OpenPGP digital signature
--- End Message ---