[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#759158: marked as done (apr-util fails to build with mariadb instead of mysql)



Your message dated Mon, 25 Aug 2014 17:27:03 -0300
with message-id <53FB9C17.6030102@br.ibm.com>
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 owner@bugs.debian.org
immediately.)


-- 
759158: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759158
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: apr-util
Version: 1.5.3-1
Severity: normal
Tags: patch
User: debian-powerpc@lists.debian.org
Usertags: ppc64el
User: debian-devel@lists.debian.org
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 <debian-apache@lists.debian.org>
 Uploaders: Stefan Fritsch <sf@debian.org>, Peter Samuelson <peter@p12n.org>
-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 <sf@sfritsch.de> 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 ---

Reply to: