Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 338095

Summary: splitdebug should skip /lib/modules/
Product: Portage Development Reporter: SpanKY <vapier>
Component: CoreAssignee: Portage team <dev-portage>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description SpanKY gentoo-dev 2010-09-20 00:12:24 UTC
kernel modules dont get stripped, so splitting their debug info out isnt useful.
Comment 1 Zac Medico gentoo-dev 2010-09-20 01:53:03 UTC
So that we don't have to hardcode the /lib/modules path, maybe we can use the `file` output like you did here:

http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=9c01486fafb781204c52577fb8a61e5210b4706c
Comment 2 SpanKY gentoo-dev 2010-09-20 06:15:37 UTC
mmm, that commit i explicitly enabled support for kernel modules