Re: Which cyclic depdency to unlink?

2004-04-04 Thread Matthew Seaman
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


pgp0.pgp
Description: PGP signature


Which cyclic depdency to unlink?

2004-04-04 Thread Robert Fitzpatrick
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

-- 
Robert

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"