Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jun 2007 10:59:34 -0400
From:      Robert Fitzpatrick <lists@webtent.net>
To:        FreeBSD <freebsd-questions@freebsd.org>
Subject:   Issue portupgrade of SA 3.2.1
Message-ID:  <1182437974.9299.27.camel@columbus.webtent.org>

next in thread | raw e-mail | index | archive | help
Tried doing a portupgrade of p5-Mail-SpamAssassin on one of our test
postfix+amavisd+SA+ClamAV 6.2 servers and it failed due to some
dependency version missing I can't remember now. I portupgrade'd the
dependency and afterward discovered SA had been uninstalled before it
failed, no longer on the system. Trying to portinstall the same package,
I find it wanting to install openldap-sasl-client-2.3.36 when
openldap-sasl-client-2.3.35 was already there...fine, I did a
portupgrade myself of openldap-sasl-client to 2.3.36. Still, when trying
to portinstall SA, it wants to install openldap-sasl-client-2.3.36. I
tried running pkgdb -F to find it trying to link ldap dependencies like
nagios to openldap-server-2.3.35_1? Of course, the amavisd package is
looking for SA as well. Can't quite understand what it is looking for or
if the failure after uninstalling SA broke something.

mx1# ls /var/db/pkg/ | grep ldap
openldap-sasl-client-2.3.36
openldap-server-2.3.35_1
<snip>
mx1# portinstall p5-Mail-SpamAssassin
[Gathering depends for mail/p5-Mail-SpamAssassin ........................................................................................................................................................................... done]
--->  Installing 'openldap-sasl-client-2.3.36' from a port (net/openldap23-client)
<snip -- killed>

How can I fix this? Or should I just let it do the install?

-- 
Robert




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1182437974.9299.27.camel>