Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 587736 - sys-kernel/gentoo-sources - kconfig should select SYSVIPC if GENTOO_LINUX_PORTAGE
Summary: sys-kernel/gentoo-sources - kconfig should select SYSVIPC if GENTOO_LINUX_POR...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard: linux-4.7.0
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-01 21:02 UTC by Alon Bar-Lev (RETIRED)
Modified: 2016-08-13 20:48 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 Alon Bar-Lev (RETIRED) gentoo-dev 2016-07-01 21:02:51 UTC
Hi,

If GENTOO_LINUX_PORTAGE is selected, it selects IPC_NS.
If the SYSVIPC is not selected, the compile fails.
Not sure if issue is within upstream or not.
Maybe best to select SYSVIPC as well.

Thanks!
Comment 1 Mike Pagano gentoo-dev 2016-08-13 20:05:33 UTC
I see this:


Symbol: SYSVIPC [=y]                                                                   │  
│ Type  : boolean                                                                                                        │  
│ Prompt: System V IPC                                                                                                   │  
│   Location:                                                                                                            │  
│ (1) -> General setup                                                                                                   │  
│   Defined at init/Kconfig:221                                                                                          │  
│   Selected by: GENTOO_LINUX_PORTAGE [=y] && GENTOO_LINUX [=y]
Comment 2 Mike Pagano gentoo-dev 2016-08-13 20:48:39 UTC
Nevermind. I guess I had fixed this. It's hot today and frying my brain. 

commit 8b5024d2e9ee965de3ead2281ebe2d5507eed38d
Author: Mike Pagano <mpagano@gentoo.org>
Date:   Fri Jul 1 19:48:15 2016 -0400

    Select SYSVIPC when GENTOO_LINUX_PORTAGE is selected. Dependency of IPC_NS. See bug #587736.