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

Bug 885537

Summary: net-nds/openldap-2.6.3-r3: file collisions on merged-usr systems
Product: Gentoo Linux Reporter: Vadim A. Misbakh-Soloviov (mva) <mva>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Vadim A. Misbakh-Soloviov (mva) gentoo-dev 2022-12-12 09:57:03 UTC
Hi there!
Nowadays openldap ebuild installs two systemd services for slapd: one in /lib/systemd/systemd/slapd.service (I assume it is the one it installs from it's internal by buildsystem), and "ours" (gentoo's from FILESDIR by systemd_dounit) in /usr/lib/systemd/system/slapd.service.

On merged-usr systems this leads to file collision, as they're different in content.

I guess, one of them should be removed (either stop installing "our" one from FILESDIR, or remove ustream one somewere before install and keep ours.

Reproducible: Always
Comment 1 Vadim A. Misbakh-Soloviov (mva) gentoo-dev 2022-12-12 10:03:15 UTC

*** This bug has been marked as a duplicate of bug 885457 ***