Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 491306 - =sys-kernel/hardened-sources-3.2.52-r2 on IA64 warns: (GRKERNSEC) selects DEBUG_LIST which has unmet direct dependencies (DEBUG_KERNEL)
Summary: =sys-kernel/hardened-sources-3.2.52-r2 on IA64 warns: (GRKERNSEC) selects DEB...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: IA64 Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-15 08:28 UTC by Dennis Schridde
Modified: 2014-09-14 00:49 UTC (History)
6 users (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 Dennis Schridde 2013-11-15 08:28:08 UTC
On ia64 make oldconfig in sys-kernel/hardened-sources-3.2.52-r2 outputs:
warning: (GRKERNSEC) selects DEBUG_LIST which has unmet direct dependencies (DEBUG_KERNEL)
Comment 1 Alex Efros 2013-12-28 11:35:03 UTC
Same issue on sys-kernel/hardened-sources-3.11.7-r1. Is I have to enable DEBUG_KERNEL or it will build/work fine without it?
Comment 2 Alex Efros 2013-12-28 11:37:21 UTC
Also, I'm on amd64, not ia64.
Comment 3 Christian Burger 2014-01-04 14:33:04 UTC
(In reply to Alex Efros from comment #1)
> Same issue on sys-kernel/hardened-sources-3.11.7-r1. Is I have to enable
> DEBUG_KERNEL or it will build/work fine without it?

Had the same issue on amd64 architecture. Took a quick look at 

grep DEBUG_KERNEL /usr/src/linux -R -A20 -B5 | less

and determined for myself, that it is -- at least for amd64 and x86 -- a meta option. Meaning it does nothing to the code, but only gives you more options (e. g. DEBUG_LIST) to configure your kernel. I might be wrong, but after compiling that kernel without CONFIG_KERNEL_DEBUG=y it seems to run without complications.
Comment 4 Anthony Basile gentoo-dev 2014-09-14 00:49:17 UTC
I can't seem to reproduce this on recentt hardened-sources.