From owner-freebsd-questions@FreeBSD.ORG Sun Apr 4 15:24:13 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57C2716A4CE for ; Sun, 4 Apr 2004 15:24:13 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D02743D2F for ; Sun, 4 Apr 2004 15:24:12 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i34MO7fJ053622 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 4 Apr 2004 23:24:07 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i34MO7p8053621; Sun, 4 Apr 2004 23:24:07 +0100 (BST) (envelope-from matthew) Date: Sun, 4 Apr 2004 23:24:07 +0100 From: Matthew Seaman To: Robert Fitzpatrick Message-ID: <20040404222407.GA53492@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Robert Fitzpatrick , FreeBSD References: <1081113292.1596.1.camel@columbus> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline In-Reply-To: <1081113292.1596.1.camel@columbus> User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk X-Virus-Scanned: clamd / ClamAV version devel-20040323, clamav-milter version 0.70a cc: FreeBSD Subject: Re: Which cyclic depdency to unlink? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Apr 2004 22:24:13 -0000 --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--