Bug#638045: Also affects sendmail

Steve Langasek vorlon at debian.org
Fri Aug 19 10:01:05 UTC 2011


On Fri, Aug 19, 2011 at 11:49:33AM +0200, Ondřej Surý wrote:
> >> Or should I just remove the MultiArch patch, we open bugs in postfix and
> >> sendmail and block the MultiArch in cyrus-sasl2 untill the postfix and
> >> sendmail is ready?

> > I think that's your call as the maintainer.  I wouldn't like these bugs to
> > sit around too long unfiled, in any case - and we need to get them fixed for
> > the Ubuntu release before too long as well.  So it might be a week or two
> > before we have these all fixed, but no longer.

> I am inclined to keep the multiarch in unstable even with breakages in the
> other packages.  The milk has been spilled and we need to clean up the
> mess anyway.

Ok.

> So my call (now) is to keep this bug open and fix the plugin paths in
> depending packages.

So I've looked at sendmail now, and I can't find anywhere that it's setting
a SASL_CB_GETPATH plugin.  Do you have an idea what else might be causing
the sendmail failure?

revised script, doesn't require a local mirror:

for pkg in $(grep-dctrl -FDepends libsasl2-2 -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 SASL_CB_GETPATH . && 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/9f590782/attachment-0001.pgp>


More information about the Pkg-cyrus-sasl2-debian-devel mailing list