Bug#638045: warning: xsasl_cyrus_server_get_mechanism_list: no mechanism available
Steve Langasek
vorlon at debian.org
Fri Aug 19 22:51:43 UTC 2011
I've checked the reverse dependencies of libpt(2.6.7|2.4.5|-1.10.10); of
these, h323plus and opal are candidates with references to 'SetPath' in the
code, but on inspection these are false positives.
So the only package I've found that has an issue with SASL_CB_GETPATH is
postfix, and I have no idea why sendmail is breaking since it doesn't use
this callback.
for pkg in $(
grep-dctrl -FDepends -e 'libpt2.6.7|libpt2.4.5|libpt-1.10.10' -sSource:Package -n \
/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_oneiric_*amd64_Packages \
| sort -u)
do
apt-get source --only-source $pkg >/dev/null 2>&1
(cd ${pkg}-* && ./debian/rules unpack >/dev/null 2>&1)
grep -rq SetPath . && echo $pkg
rm -rf ${pkg}*
done
--
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/
slangasek at ubuntu.com vorlon at debian.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 828 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-cyrus-sasl2-debian-devel/attachments/20110819/6189f815/attachment.pgp>
More information about the Pkg-cyrus-sasl2-debian-devel
mailing list