Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 885537 - net-nds/openldap-2.6.3-r3: file collisions on merged-usr systems
Summary: net-nds/openldap-2.6.3-r3: file collisions on merged-usr systems
Status: RESOLVED DUPLICATE of bug 885457
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-12 09:57 UTC by Vadim A. Misbakh-Soloviov (mva)
Modified: 2022-12-12 10:03 UTC (History)
0 users

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 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 ***