Your message dated Fri, 16 Sep 2011 16:17:41 +0000
with message-id <e1r4b6j-0001h9...@franck.debian.org>
and subject line Bug#638053: fixed in php-sasl 0.1.0-1.1
has caused the Debian Bug report #638053,
regarding php-sasl: Check for libsasl in the multiarch path
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.)
--
638053: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638053
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: php-sasl
Version: 0.1.0-1
Severity: serious
Tags: patch wheezy sid
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
Hi Jack,
libsasl in Ubuntu has recently been transitioned to be a multiarch library,
and this transition has just been done in Debian as well (bug #637968). As
a result, php-sasl will fail to find libsasl at build time, because the PHP
build system bypasses autoconf's standard library detection in favor of its
own filesystem inspection.
The attached patch adjusts the php-sasl config.m4 to look in the multiarch
directory in addition to /usr/lib. This is a hack, but it will allow
php-sasl to be buildable again.
Thanks,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer http://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
diff -u php-sasl-0.1.0/debian/rules php-sasl-0.1.0/debian/rules
--- php-sasl-0.1.0/debian/rules
+++ php-sasl-0.1.0/debian/rules
@@ -15,6 +15,9 @@
DEBUG := --disable-debug
endif
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+export DEB_HOST_MULTIARCH
+
TAR=tar
PECL_PKG_NAME=sasl
PECL_PKG_REALNAME=sasl
diff -u php-sasl-0.1.0/debian/changelog php-sasl-0.1.0/debian/changelog
only in patch2:
unchanged:
--- php-sasl-0.1.0.orig/sasl-0.1.0/config.m4
+++ php-sasl-0.1.0/sasl-0.1.0/config.m4
@@ -31,7 +31,7 @@
AC_MSG_CHECKING(for SASL library in $SASL_DIR/lib)
for i in $SEARCH_LIBS; do
- if test -r $SASL_DIR/lib/lib$i.a; then
+ if test -r $SASL_DIR/lib/lib$i.a || test -r $SASL_DIR/lib/$DEB_HOST_MULTIARCH/lib$i.a; then
SASL_LIB=$i
AC_MSG_RESULT(found -l$i)
fi
--- End Message ---
--- Begin Message ---
Source: php-sasl
Source-Version: 0.1.0-1.1
We believe that the bug you reported is fixed in the latest version of
php-sasl, which is due to be installed in the Debian FTP archive:
php-sasl_0.1.0-1.1.diff.gz
to main/p/php-sasl/php-sasl_0.1.0-1.1.diff.gz
php-sasl_0.1.0-1.1.dsc
to main/p/php-sasl/php-sasl_0.1.0-1.1.dsc
php5-sasl_0.1.0-1.1_i386.deb
to main/p/php-sasl/php5-sasl_0.1.0-1.1_i386.deb
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 638...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated php-sasl 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 14 Sep 2011 17:41:51 +0200
Source: php-sasl
Binary: php5-sasl
Architecture: source i386
Version: 0.1.0-1.1
Distribution: unstable
Urgency: low
Maintainer: Jack Bates <ms...@freezone.co.uk>
Changed-By: gregor herrmann <gre...@debian.org>
Description:
php5-sasl - Cyrus SASL extension for PHP 5
Closes: 638053
Changes:
php-sasl (0.1.0-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* Fix "Check for libsasl in the multiarch path": add patch
(sasl-0.1.0/config.m4, debian/rules) from Ubuntu / Steve Langasek.
Explicitly build-depend on dpkg-dev (>= 1.16.0).
Closes: #638053
LP: #826601
Checksums-Sha1:
0f8d896c5f405d762811988f3e17c3a1880f6049 1661 php-sasl_0.1.0-1.1.dsc
9b496b5c502a57de6346a6349f9e4e9da7b30a70 6387 php-sasl_0.1.0-1.1.diff.gz
8c3d151b6f847a3c215fae89d2dde749766b0a57 11150 php5-sasl_0.1.0-1.1_i386.deb
Checksums-Sha256:
7aa8636f58781fbeac701ea3be707d7f6b0be4d0e98c33e6a677f74ceb3cb131 1661
php-sasl_0.1.0-1.1.dsc
c868b08c25eab81decf1c855468a9ddc221f83cdf2a8393ecc728ca7bbae5597 6387
php-sasl_0.1.0-1.1.diff.gz
c20945554b59fa6364dd650d6f716572b2fd80b1c425a96d8d880ba054e467be 11150
php5-sasl_0.1.0-1.1_i386.deb
Files:
ba48cbd2fd42caa52f43b4bca0042d25 1661 web optional php-sasl_0.1.0-1.1.dsc
8f5d6e751ff13b4d583fd149563dd36e 6387 web optional php-sasl_0.1.0-1.1.diff.gz
8b2c88a936a8c1ffe87fb4f01b7797b3 11150 web optional
php5-sasl_0.1.0-1.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJOcM7BAAoJELs6aAGGSaoGUzIP+gMtCQBYSbo3U1jFKCAFLEXd
LFDZkXvL8Z37qSwXlfxWEBJ8OmS1xRFxG77YhYVHN37kaeB+aHTYBCNBG43yBwjH
/7QrzR99EcEOFCnJgk6vFPBtI7nOx3jvl+iocchGwaAPpBagRVriSad0OsdN8ca+
Gmpmxcwt4mQOlvMGY92a/4Rdqyzmrf+61wPWg7akJOutxCywOXo45BD7BRd5KJ5R
5J5y/SpnhTGk/x0brxzsoyoxY9PwEJQ5QWOsV44VUjDOtBxQ9nuueYq18U20p3oj
A6QpWEKM8ZcH9MJaQ9oxGRu61J2pawwpRBnp5DGC9cL2UVsNXXm8MC+tvdg55LYk
dDzrlr6wIU+77t5Ec+Bly8ekwTp6b+ExQU9icAkeK2FRtdtYKIAs4oiQnXlU1Y4G
JQ4Fhb50yYE5PdNA3WcO3exra4NjXUvBqtCcSqaUD59+7FLQy8b0dqShfJRd+XwM
HzCwxjoUz9KXmm5TcfBDF9uopo+KaF0CwBu0izOWYsk3jB1/uyZZZbUIGGfnYbRj
XLEPMP1+3XxIhRQXy22k0ar80TIE8YHjFQDIHPmFtjtH8WJzmVDRRJLnrdwRIIBX
YcJI3apVskI9AH5UlxGihfLLN43vZlQNIkKze9djSX+RV2aZue5cQKJ7V/n0cKvP
SzbxwuvisQsoGk9qvlPo
=d6c6
-----END PGP SIGNATURE-----
--- End Message ---