Your message dated Mon, 14 May 2012 15:06:54 +0200
with message-id <20120514130654.ga6...@torres.zugschlus.de>
and subject line Re: oh
has caused the Debian Bug report #650058,
regarding pdns: FTBFS with multiarch sqlite3 and libmysqlclient-dev
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 ow...@bugs.debian.org
immediately.)


-- 
650058: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650058
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pdns
Version: 2.9.22-9
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch



*** /tmp/tmpEn7qtB/bug_body
In Ubuntu, the attached patch was applied to achieve the following:

The patch is pretty obvious, and is against the previous ubuntu version
so you'll need to manually solve it, however it will fix building against
multiarch libmysqlclient and sqlite3 when they land in unstable.

  * debian/rules: Fix FTBFS with multiarch libmysqlclient.

Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-12-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru pdns-2.9.22/debian/changelog pdns-2.9.22/debian/changelog
diff -Nru pdns-2.9.22/debian/rules pdns-2.9.22/debian/rules
--- pdns-2.9.22/debian/rules	2011-07-04 09:03:40.000000000 -0700
+++ pdns-2.9.22/debian/rules	2011-11-25 17:27:28.000000000 -0800
@@ -9,6 +9,8 @@
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_MULTIARCH  ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
 
 CXXFLAGS = -Wall -g
 CFLAGS = -Wall -g
@@ -51,7 +53,8 @@
 		--with-modules="" \
 		--with-pgsql-includes=`pg_config --includedir` \
 		--disable-recursor \
-		--with-sqlite3-lib=/usr/lib/`dpkg-architecture -qDEB_HOST_MULTIARCH`
+		--with-sqlite3-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \
+		--with-mysql-lib=/usr/lib/$(DEB_HOST_MULTIARCH)
 
 build: build-stamp
 build-stamp: config.status

--- End Message ---
--- Begin Message ---
tags #650058 - sid
thanks

Version: 3.0-1.2

On Sun, May 13, 2012 at 10:27:22PM +0100, Nicholas Bamber wrote:
> Anyway it still does not build on mips.

3.0-1.2 builds just fine on eder. I don't know what's going wrong on
rem. Anyway, closing this bug.

A rebuild of 3.0-1.2 on rem is not needed, a new upload of PowerDNS
3.1 is pending.

Greetings
Marc

-- 
-----------------------------------------------------------------------------
Marc Haber         | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."    Winona Ryder | Fon: *49 621 31958061
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 31958062


--- End Message ---

Reply via email to