From owner-freebsd-questions@FreeBSD.ORG Wed Dec 7 03:03:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8917816A41F for ; Wed, 7 Dec 2005 03:03:14 +0000 (GMT) (envelope-from dhayford6983@wowway.com) Received: from pop-6.dnv.wideopenwest.com (pop-6.dnv.wideopenwest.com [64.233.207.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DF3643D62 for ; Wed, 7 Dec 2005 03:03:12 +0000 (GMT) (envelope-from dhayford6983@wowway.com) Received: from [192.168.1.4] (d60-65-17-136.col.wideopenwest.com [65.60.136.17]) by pop-6.dnv.wideopenwest.com (8.11.6/8.11.6) with ESMTP id jB7335t24116; Tue, 6 Dec 2005 21:03:05 -0600 Message-ID: <439650ED.7050205@wowway.com> Date: Tue, 06 Dec 2005 22:03:09 -0500 From: Donald T Hayford User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051202) X-Accept-Language: en-us, en To: Kris Kennaway References: <43962C3D.8070000@wowway.com> <20051207004126.GA82076@xor.obsecurity.org> In-Reply-To: <20051207004126.GA82076@xor.obsecurity.org> Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on pop-6.dnv.wideopenwest.com X-Virus-Status: Clean MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Subject: Re: Ports problem with openssl-0.9.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2005 03:03:14 -0000 Kris Kennaway wrote: On Tue, Dec 06, 2005 at 07:26:37PM -0500, Donald T Hayford wrote: When trying to upgrade my ports I get the following message: openssl-stable-0.9.7i conflicts with installed package(s): openssl-beta-0.9.8a Several ports (like openoffice.org-2xxx) require the beta version, while kde and its minions are looking for the 0.9.7i version. Is there any simple way to resolve this conflict? kde no longer looks for the old version because of other inconsistencies that resulted. Kris Here is the bottom of the output for my attempt to build kdeutils-3.4.2 using portupgrade. ===> Installing for openssl-stable-0.9.7i ===> openssl-stable-0.9.7i conflicts with installed package(s): openssl-beta-0.9.8a They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /usr/ports/security/openssl. *** Error code 1 Stop in /usr/ports/net-mgmt/net-snmp. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade52117.1 make ** Fix the problem and try again. ---> Skipping 'misc/kdeutils3' (kdeutils-3.4.2) because a requisite package 'net-snmp-5.2.1.2' (net-mgmt/net-snmp) failed (specify -k to force) ** Listing the failed packages (*:skipped / !:failed) ! net-mgmt/net-snmp (net-snmp-5.2.1.2) (unknown build error) * misc/kdeutils3 (kdeutils-3.4.2) So while kde... may not be looking for it, net-snmp is. Perhaps this should be a more general question on what to do if/when various ports get out of sync and are trying to use other inconsistent packages. Thanks - Don Hayford