Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254911 - media-sound/mpd has misnamed "sysvipc" USE flag
Summary: media-sound/mpd has misnamed "sysvipc" USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Christoph Mende (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-13 23:54 UTC by Laurence Withers
Modified: 2009-01-14 18:20 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 Laurence Withers 2009-01-13 23:54:02 UTC
I have a system where system V IPC is not configured in the kernel, and I have set the "-sysvipc" USE flag in /etc/make.conf .

Having recently upgraded mpd, I discovered that its Unix domain socket code was disabled; looking at the ebuild, there is a $(use-enable sysvipc un). This is a misnomer as Unix domain sockets have nothing to do with sysvipc.

Please would it be possible to use a different USE flag as the "sysvipc" flag should refer to just System V IPC and not Unix domain sockets.
Comment 1 Christoph Mende (RETIRED) gentoo-dev 2009-01-14 16:34:06 UTC
well, since Unix domain sockets are used for IPC and Unix is.. well Unix. I do agree however that sysvipc might be misleading, so recommend a better name and I'll change it
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-01-14 18:12:16 UTC
What's the use case for disabling unix domain sockets in the first place? I haven't seen any software disabling them via USE flag yet sincerely.
Comment 3 Christoph Mende (RETIRED) gentoo-dev 2009-01-14 18:20:50 UTC
well, they were even enabled by default via IUSE defaults. but I guess there really is no reason to disable them, so I've dropped the USE flag now