Your message dated Mon, 25 Aug 2014 17:27:03 -0300
with message-id <[email protected]>
and subject line Re: Bug#759158: FTBFS: run dh-autoreconf during build
has caused the Debian Bug report #759158,
regarding apr-util fails to build with mariadb instead of mysql
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.)
--
759158: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759158
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: apr-util
Version: 1.5.3-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Currently apr-util fails to build on new arches, mainly in ppc64el as shown in:
https://buildd.debian.org/status/fetch.php?pkg=apr-util&arch=ppc64el&ver=1.5.3-2&stamp=1408904038
This patch fixes the problem in accordance with
https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build
Also, apr-util is a very important package in the actual ppc64el stage, as it
blocks apache2 that blocks php5, so, if you could fix it, I would appreciate.
Thank you,
Breno
Index: apr-util-1.5.3/debian/control
===================================================================
--- apr-util-1.5.3.orig/debian/control 2013-11-24 13:08:03.000000000 +0000
+++ apr-util-1.5.3/debian/control 2014-08-24 22:13:24.000000000 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Apache Maintainers <[email protected]>
Uploaders: Stefan Fritsch <[email protected]>, Peter Samuelson <[email protected]>
-Build-Depends: debhelper (>> 9~), autoconf, autotools-dev, mawk, libldap2-dev, libexpat1-dev, libdb-dev, libpcre3-dev, binutils, libapr1-dev (>> 1.4.8-2~), libsqlite3-dev, libpq-dev, python, libmysqlclient-dev, unixodbc-dev, doxygen, libssl-dev
+Build-Depends: debhelper (>> 9~), autoconf, dh-autoreconf, mawk, libldap2-dev, libexpat1-dev, libdb-dev, libpcre3-dev, binutils, libapr1-dev (>> 1.4.8-2~), libsqlite3-dev, libpq-dev, python, libmysqlclient-dev, unixodbc-dev, doxygen, libssl-dev
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apr-util.git
Vcs-Git: git://git.debian.org/git/pkg-apache/apr-util.git
Index: apr-util-1.5.3/debian/rules
===================================================================
--- apr-util-1.5.3.orig/debian/rules 2013-11-24 13:21:02.000000000 +0000
+++ apr-util-1.5.3/debian/rules 2014-08-24 22:12:56.000000000 +0000
@@ -23,7 +23,7 @@
# named 'build'.
.PHONY: build
build %:
- dh $@ -B$(BUILDDIR) --parallel --with autotools_dev
+ dh $@ -B$(BUILDDIR) --parallel --with autoreconf
#
# configure
--- End Message ---
--- Begin Message ---
On Mon, 25 Aug 2014 22:00:02 +0200 Stefan Fritsch <[email protected]> wrote:
> On Monday 25 August 2014 21:23:36, Stefan Fritsch wrote:
> > Do you have any idea what needs to be changed to
> > make it work?
Sorry, the log seems to be that no shared object was generated:
Here is the log:
Line 44: /usr/lib/powerpc64le-linux-gnu/apr-util-1/apr_crypto_nss-1.so: cannot
open shared object file: No such file or directory
Full log at:
https://buildd.debian.org/status/fetch.php?pkg=apr-util&arch=ppc64el&ver=1.5.3-2&stamp=1408904038
In a second rebuild, the package was built:
https://buildd.debian.org/status/fetch.php?pkg=apr-util&arch=ppc64el&ver=1.5.3-2&stamp=1408923965
So, closing this bug for now.
Thank you,
Breno
--- End Message ---