From owner-freebsd-ports@FreeBSD.ORG Mon Oct 31 19:59:20 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 269E41065672 for ; Mon, 31 Oct 2011 19:59:20 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id D60328FC0A for ; Mon, 31 Oct 2011 19:59:19 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id EBA1428422; Mon, 31 Oct 2011 20:59:17 +0100 (CET) Received: from [192.168.1.2] (ip-86-49-61-235.net.upcbroadband.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id F160A2842F; Mon, 31 Oct 2011 20:59:16 +0100 (CET) Message-ID: <4EAEFE14.4010000@quip.cz> Date: Mon, 31 Oct 2011 20:59:16 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.19) Gecko/20110420 Lightning/1.0b1 SeaMonkey/2.0.14 MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: skreuzer@FreeBSD.org Subject: innotop-1.8.0_2 and mytop-1.6_7 cannot be installed together X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2011 19:59:20 -0000 Hi, I tried to install innotop and mytop together by portmaster command: portmaster databases/mytop databases/innotop ===>>> The following actions will be taken if you choose to proceed: Install databases/mytop Install databases/p5-DBD-mysql Install databases/p5-DBI Install devel/p5-Term-ReadKey Install databases/innotop Install databases/p5-DBD-mysql51 As you can see, there is problem with conflicting dependencies: p5-DBD-mysql vs. p5-DBD-mysql51 The portmaster installed p5-DBD-mysql and mytop first, then innotop installation failed with: ===> p5-DBD-mysql51-4.019 conflicts with installed package(s): p5-DBD-mysql-4.019 They will not build together. Please remove them first with pkg_delete(1). If innotop is installed separately first (with it's dependency p5-DBD-mysql51), then mytop will install OK and will use p5-DBD-mysql51 instead of default p5-DBD-mysql. I am not sure, what port should be changed in what way. mytop uses: ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql innotop: p5-DBD-mysql${MYSQL_VER}>=1:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} I installed them without problems in the past. Miroslav Lachman