Which cyclic depdency to unlink?

Matthew Seaman m.seaman at infracaninophile.co.uk
Sun Apr 4 15:24:13 PDT 2004


On Sun, Apr 04, 2004 at 05:14:53PM -0400, Robert Fitzpatrick wrote:
> I'm getting the following when running 'pkgdb -F', but how do I know
> which to unlink? I did a quick search of openldap-sasl in the INDEX, but
> nothing.
> 
> esmtp# pkgdb -F
> --->  Checking the package registry database
> Cyclic dependencies: openldap-sasl-server-2.1.29 ->
> openldap-sasl-client-2.1.29 -> (openldap-sasl-server-2.1.29)
> Unlink which dependency? (? to help):
> Interrupted.
> esmtp# grep "^openldap-sasl" /usr/ports/INDEX
> esmtp# grep "openldap-sasl" /usr/ports/INDEX

The openldap-sasl-server depends on the openldap-sasl-client:

    % pkg_info -r openldap\*
    Information for openldap-sasl-client-2.1.29:
    
    Depends on:
    Dependency: cyrus-sasl-2.1.18
    
    Information for openldap-sasl-server-2.1.29:
    
    Depends on:
    Dependency: rc_subr-1.16
    Dependency: cyrus-sasl-2.1.18
    Dependency: db41-4.1.25_1
    Dependency: openldap-sasl-client-2.1.29

Makes sense if you think about it -- otherwise you'ld end up
installing the server on a machine where you just wanted to install
the client libraries.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040404/7594468c/attachment.bin


More information about the freebsd-questions mailing list