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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"