I wanted to give a try to nitter but it failed to install because of a file collision between dev-nim/nimbus::guru and app-text/txt2man::gentoo. On my system txt2man is pulled by aubio as you can see below : tux ~ # emerge --ask --depclean --verbose app-text/txt2man Calculating dependencies... done! app-text/txt2man-1.7.1 pulled in by: media-libs/aubio-0.4.9-r2 requires app-text/txt2man And aubio is pulled by ardour. The file collision : /usr/share/man/man1/txt2man.1.bz2 See the attached log file. Reproducible: Always Steps to Reproduce: 1. Install app-text/txt2man::gentoo. 2. Install dev-nim/nimbus::guru. Actual Results: /usr/share/man/man1/txt2man.1.bz2 Expected Results: No file collision, dev-nim/nimbus::guru should pull /usr/share/man/man1/txt2man.1.bz2 from app-text/txt2man::gentoo.
Created attachment 863975 [details] emerge log file of nitter.
Thanks for spotting. There's a mistake in manpage's filename: it should be named txt2deps.1.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c42a35cfe071a8a45ecf1d7e1a5e0c84eae972ff commit c42a35cfe071a8a45ecf1d7e1a5e0c84eae972ff Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> AuthorDate: 2023-06-17 07:53:56 +0000 Commit: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> CommitDate: 2023-06-17 07:54:28 +0000 dev-nim/nimbus: add 1.1.3, drop 1.1.1 Closes: https://bugs.gentoo.org/908609 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> dev-nim/nimbus/Manifest | 2 +- dev-nim/nimbus/{nimbus-1.1.1.ebuild => nimbus-1.1.3.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)