Your message dated Wed, 09 May 2012 23:33:07 +0000
with message-id <[email protected]>
and subject line Bug#650058: fixed in pdns 3.0-1.2
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 [email protected]
immediately.)
--
650058: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650058
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pdns
Version: 2.9.22-9
Severity: important
Tags: patch
User: [email protected]
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 ---
Source: pdns
Source-Version: 3.0-1.2
We believe that the bug you reported is fixed in the latest version of
pdns, which is due to be installed in the Debian FTP archive:
pdns-backend-geo_3.0-1.2_amd64.deb
to main/p/pdns/pdns-backend-geo_3.0-1.2_amd64.deb
pdns-backend-ldap_3.0-1.2_amd64.deb
to main/p/pdns/pdns-backend-ldap_3.0-1.2_amd64.deb
pdns-backend-lua_3.0-1.2_amd64.deb
to main/p/pdns/pdns-backend-lua_3.0-1.2_amd64.deb
pdns-backend-mysql_3.0-1.2_amd64.deb
to main/p/pdns/pdns-backend-mysql_3.0-1.2_amd64.deb
pdns-backend-pgsql_3.0-1.2_amd64.deb
to main/p/pdns/pdns-backend-pgsql_3.0-1.2_amd64.deb
pdns-backend-pipe_3.0-1.2_amd64.deb
to main/p/pdns/pdns-backend-pipe_3.0-1.2_amd64.deb
pdns-backend-sqlite3_3.0-1.2_amd64.deb
to main/p/pdns/pdns-backend-sqlite3_3.0-1.2_amd64.deb
pdns-backend-sqlite_3.0-1.2_amd64.deb
to main/p/pdns/pdns-backend-sqlite_3.0-1.2_amd64.deb
pdns-server-dbg_3.0-1.2_amd64.deb
to main/p/pdns/pdns-server-dbg_3.0-1.2_amd64.deb
pdns-server_3.0-1.2_amd64.deb
to main/p/pdns/pdns-server_3.0-1.2_amd64.deb
pdns_3.0-1.2.debian.tar.gz
to main/p/pdns/pdns_3.0-1.2.debian.tar.gz
pdns_3.0-1.2.dsc
to main/p/pdns/pdns_3.0-1.2.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matthias Klose <[email protected]> (supplier of updated pdns package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 09 May 2012 23:14:47 +0000
Source: pdns
Binary: pdns-server pdns-server-dbg pdns-backend-pipe pdns-backend-ldap
pdns-backend-geo pdns-backend-mysql pdns-backend-pgsql pdns-backend-sqlite
pdns-backend-sqlite3 pdns-backend-lua
Architecture: source amd64
Version: 3.0-1.2
Distribution: unstable
Urgency: high
Maintainer: Matthijs Möhlmann <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Description:
pdns-backend-geo - geo backend for PowerDNS
pdns-backend-ldap - LDAP backend for PowerDNS
pdns-backend-lua - lua backend for PowerDNS
pdns-backend-mysql - generic MySQL backend for PowerDNS
pdns-backend-pgsql - generic PostgreSQL backend for PowerDNS
pdns-backend-pipe - pipe/coprocess backend for PowerDNS
pdns-backend-sqlite - sqlite backend for PowerDNS
pdns-backend-sqlite3 - sqlite backend for PowerDNS
pdns-server - extremely powerful and versatile nameserver
pdns-server-dbg - debugging symbols for PowerDNS
Closes: 650058 656861 667321
Changes:
pdns (3.0-1.2) unstable; urgency=high
.
* Non maintainer upload.
* Fix build failure with GCC 4.7. Closes: #667321.
* Fix build failure with mysql multiarch location. Closes: #650058.
* Build with hardening defaults. Closes: #656861.
Checksums-Sha1:
5e03084e3489feb2f4e556d2c4f33fd0a34bbd77 1922 pdns_3.0-1.2.dsc
2530bae515da433933d0b75a75cb6320f75a6b18 45029 pdns_3.0-1.2.debian.tar.gz
ed9801824cc6fb2d11a755d9942c134ce38a7eaf 1737418 pdns-server_3.0-1.2_amd64.deb
5ac5cb2afbd60220248530f20be84df1a5b4cb67 17924612
pdns-server-dbg_3.0-1.2_amd64.deb
d7241f0101b7eccf607487e1954bff11d4a8ae4f 72344
pdns-backend-pipe_3.0-1.2_amd64.deb
5d6db5eda080e480ab7bd0278a3a652fca4d90c2 305278
pdns-backend-ldap_3.0-1.2_amd64.deb
9bd844ff6179b07eef7cf3b5058e325001d8b377 96894
pdns-backend-geo_3.0-1.2_amd64.deb
d91bf9bbe4140f83f76cbd9c78200b48d746e265 58290
pdns-backend-mysql_3.0-1.2_amd64.deb
fe97ad52504dd3b455a6a2f99d1787ff4253997b 61060
pdns-backend-pgsql_3.0-1.2_amd64.deb
3e7697116b7ad1ac57aa006abd69c426d45c9441 50874
pdns-backend-sqlite_3.0-1.2_amd64.deb
1dc2e7c7dd9b5e4af4d8ff21c030b2800dc3fab2 58874
pdns-backend-sqlite3_3.0-1.2_amd64.deb
1c85e3340ed29a9b5a3698b028f3919def3fe444 113626
pdns-backend-lua_3.0-1.2_amd64.deb
Checksums-Sha256:
16e10149fb45406a21c9ccf09fbb52492820a6d200f64bb013d3bcaf2701e40d 1922
pdns_3.0-1.2.dsc
6e1fb3fe09678efba7d9ee77e0cbe7f3c87eb6f361c4d3d9182e4b2049b4a82e 45029
pdns_3.0-1.2.debian.tar.gz
da7e95c6b40f18f7178ac6fa86b4b0d886fc7f698e0aec0319f7c55706e3ee74 1737418
pdns-server_3.0-1.2_amd64.deb
de34efdcbd6502c39f94b501e006d4718d02062ecac90bd45772eebdc6756158 17924612
pdns-server-dbg_3.0-1.2_amd64.deb
01c8e54385e1d929f78686d95a645438cfc3307fa082951b3c7df286672091ee 72344
pdns-backend-pipe_3.0-1.2_amd64.deb
b1c7e2985e12978b512fba5131b5b5ea71771071bb85aedbdecc8ab201602650 305278
pdns-backend-ldap_3.0-1.2_amd64.deb
4e67bc4bf9e56dcc86d017fbf0f748070673d059a5593efc1e313abbe8415ffe 96894
pdns-backend-geo_3.0-1.2_amd64.deb
ef7803c124df16755a89bd4817410baf1c147d512cbbe252db51268c33ed72dd 58290
pdns-backend-mysql_3.0-1.2_amd64.deb
ab21d1f712bd7af534ee1e0082762c69bdb429e9436df43daf0419a90e9b7f20 61060
pdns-backend-pgsql_3.0-1.2_amd64.deb
fbd3382274b48b512ed2b0c676a763d6d7f925fe0cd1796359e0f7831ba1aa7a 50874
pdns-backend-sqlite_3.0-1.2_amd64.deb
59eddfd9751fc593de77e2650187eb19ade588c3006179cadc9cec17ef8965db 58874
pdns-backend-sqlite3_3.0-1.2_amd64.deb
3cdad724b490fb4816a97cf2edb60f1fb4997094cfb9e1380594833773d49f73 113626
pdns-backend-lua_3.0-1.2_amd64.deb
Files:
5885606c728c183885c48ac27662435e 1922 net extra pdns_3.0-1.2.dsc
910b6ecf11a74f470bf26de292cf037f 45029 net extra pdns_3.0-1.2.debian.tar.gz
8c24d1d8cc7d2013eb17ec74e0ab60f9 1737418 net extra
pdns-server_3.0-1.2_amd64.deb
1f5356266ea1a31c06c3a0592d6eef12 17924612 debug extra
pdns-server-dbg_3.0-1.2_amd64.deb
459b1bf8958a71fb2c9e1ca1272902e0 72344 net extra
pdns-backend-pipe_3.0-1.2_amd64.deb
7768da776f285caef4b2fc93ed04a8a8 305278 net extra
pdns-backend-ldap_3.0-1.2_amd64.deb
1813bab1d0129a395dcabf771779d96b 96894 net extra
pdns-backend-geo_3.0-1.2_amd64.deb
82178ccb1fec55823027a083ba5f6e98 58290 net extra
pdns-backend-mysql_3.0-1.2_amd64.deb
e6599bb6e22760fba444ad8f218e45ba 61060 net extra
pdns-backend-pgsql_3.0-1.2_amd64.deb
fbe9d8cd7c9870d3c25b89f5d6957718 50874 net extra
pdns-backend-sqlite_3.0-1.2_amd64.deb
17046bc8711a1ecddce9ba7e52ee7587 58874 net extra
pdns-backend-sqlite3_3.0-1.2_amd64.deb
6254f885531bfb1efa747eedb62e3585 113626 net extra
pdns-backend-lua_3.0-1.2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk+q/OMACgkQStlRaw+TLJwQkwCfW+s/ZXkNzRdlST5xCh/SEfwI
fwQAnj/epGmdXFeckWANZz+fkNMkHRCI
=oo3d
-----END PGP SIGNATURE-----
--- End Message ---