Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 511942 - dev-db/postgresql-server should check for CONFIG_SYSVIPC
Summary: dev-db/postgresql-server should check for CONFIG_SYSVIPC
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PgSQL Bugs
URL: http://www.postgresql.org/docs/9.3/st...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-31 10:21 UTC by Balint SZENTE
Modified: 2014-12-28 18:10 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 Balint SZENTE 2014-05-31 10:21:48 UTC
PostgreSQL server does not work without System V IPC. If the kernel is compiled without CONFIG_SYSVIPC, the PostgreSQL server will not work.

Please add this kernel config check to the ebuild.

Reproducible: Always
Comment 1 Aaron W. Swenson gentoo-dev 2014-12-04 11:38:03 UTC
I have this fixed in my overlay. The ebuild will provide a warning if the option isn't enabled.