Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 878409

Summary: net-misc/stunnel file collision with merged-usr
Product: Gentoo Linux Reporter: Christian Bricart <christian>
Component: Current packagesAssignee: Anthony Basile <blueness>
Status: RESOLVED FIXED    
Severity: normal CC: christian
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 690294    

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(-)