Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2011 20:59:16 +0100
From:      Miroslav Lachman <000.fbsd@quip.cz>
To:        ports@FreeBSD.org
Cc:        skreuzer@FreeBSD.org
Subject:   innotop-1.8.0_2 and mytop-1.6_7 cannot be installed together
Message-ID:  <4EAEFE14.4010000@quip.cz>

next in thread | raw e-mail | index | archive | help
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



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