Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415385 - [systemd overlay] sys-apps/systemd-units: File collision with media-sound/mpd
Summary: [systemd overlay] sys-apps/systemd-units: File collision with media-sound/mpd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Henry Gebhardt
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-10 15:28 UTC by Dennis Schridde
Modified: 2012-05-10 19:24 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 Dennis Schridde 2012-05-10 15:28:52 UTC
The sys-apps/systemd-units package has one actual file collision with media-sound/mpd:
* media-sound/mpd-0.16.8
*      /usr/lib/systemd/system/mpd.service

Surprisingly it also has a collision with sys-apps/systemd that portage does not detect (bug in portage?):
# q list systemd | grep syslog-ng.service
/usr/lib/systemd/system/syslog-ng.service
# q list systemd-units | grep syslog-ng.service
/usr/lib/systemd/system/syslog-ng.service

Reproducible: Always
Comment 1 Dennis Schridde 2012-05-10 15:30:32 UTC
(In reply to comment #0)
> Surprisingly it also has a collision with sys-apps/systemd that portage does
> not detect (bug in portage?):
> # q list systemd | grep syslog-ng.service
> /usr/lib/systemd/system/syslog-ng.service
> # q list systemd-units | grep syslog-ng.service
> /usr/lib/systemd/system/syslog-ng.service
Ignore that part - qlists inexact behaviour hit me again.
Comment 2 Henry Gebhardt 2012-05-10 19:24:09 UTC
Thanks, I removed the mpd.service file.