Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908609 - [guru] dev-nim/nimbus-1.1.2: file collision with app-text/txt2man (txt2man.1)
Summary: [guru] dev-nim/nimbus-1.1.2: file collision with app-text/txt2man (txt2man.1)
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Anna Vyalkova
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-16 19:57 UTC by benoit.dufour
Modified: 2023-06-26 11:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge log file of nitter. (emerge log file.txt,29.22 KB, text/plain)
2023-06-16 20:01 UTC, benoit.dufour
Details

Note You need to log in before you can comment on or make changes to this bug.
Description benoit.dufour 2023-06-16 19:57:01 UTC
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.
Comment 1 benoit.dufour 2023-06-16 20:01:26 UTC
Created attachment 863975 [details]
emerge log file of nitter.
Comment 2 Anna Vyalkova 2023-06-17 08:00:27 UTC
Thanks for spotting. There's a mistake in manpage's filename: it should be named txt2deps.1.
Comment 3 Larry the Git Cow gentoo-dev 2023-06-26 11:24:17 UTC
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(-)