Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 878409 - net-misc/stunnel file collision with merged-usr
Summary: net-misc/stunnel file collision with merged-usr
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: usrmerge, usrmerge-fixes
  Show dependency tree
 
Reported: 2022-10-26 22:22 UTC by Christian Bricart
Modified: 2022-11-13 01:23 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Bricart 2022-10-26 22:22:57 UTC
current ebuilds have explicit unconditional:

src_install()
  …
  dosym ../bin/stunnel /usr/sbin/stunnel
  …

which obviously makes it fail on a merged-usr system.


Reproducible: Always
Comment 1 Mike Gilbert gentoo-dev 2022-10-27 19:42:06 UTC
I suggest removing this unconditionally.
Comment 2 Larry the Git Cow gentoo-dev 2022-11-13 01:23:01 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bdf124019d91837b2b7a84ccec3d329efdb7ee1

commit 5bdf124019d91837b2b7a84ccec3d329efdb7ee1
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2022-11-13 01:16:29 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2022-11-13 01:16:29 +0000

    net-misc/stunnel: remove /usr/sbin/stunnel symlink
    
    Closes: https://bugs.gentoo.org/878409
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 net-misc/stunnel/{stunnel-5.64-r1.ebuild => stunnel-5.64-r2.ebuild} | 4 ----
 net-misc/stunnel/{stunnel-5.65-r1.ebuild => stunnel-5.65-r2.ebuild} | 4 ----
 2 files changed, 8 deletions(-)