Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Apr 2004 23:24:07 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Robert Fitzpatrick <robert@webtent.com>
Cc:        FreeBSD <freebsd-questions@freebsd.org>
Subject:   Re: Which cyclic depdency to unlink?
Message-ID:  <20040404222407.GA53492@happy-idiot-talk.infracaninophile.co.uk>
In-Reply-To: <1081113292.1596.1.camel@columbus>
References:  <1081113292.1596.1.camel@columbus>

next in thread | previous in thread | raw e-mail | index | archive | help

--tThc/1wpZn/ma/RB
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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.
>=20
> 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:
   =20
    Depends on:
    Dependency: cyrus-sasl-2.1.18
   =20
    Information for openldap-sasl-server-2.1.29:
   =20
    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

--=20
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

--tThc/1wpZn/ma/RB
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAcIsHdtESqEQa7a0RAvK8AJ9tPsAj/vDpE6xluQap1XsrCtQJ+wCfUf8D
G7OWEmSaX8TEkiHM9Wlynrg=
=7bGY
-----END PGP SIGNATURE-----

--tThc/1wpZn/ma/RB--



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