Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543998 - sys-libs/glibc - do we want to automatically rebuild after a sys-kernel/linux-headers upgrade?
Summary: sys-libs/glibc - do we want to automatically rebuild after a sys-kernel/linux...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-21 09:51 UTC by Jeroen Roovers (RETIRED)
Modified: 2015-03-21 11:07 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 Jeroen Roovers (RETIRED) gentoo-dev 2015-03-21 09:51:45 UTC
After a sys-kernel/linux-headers upgrade, it might be nice to have a libc built against that. Would it be useful to do this automatically using sub-SLOT dependencies?
Comment 1 SpanKY gentoo-dev 2015-03-21 11:07:40 UTC
it's rare for this to actually matter ... at least, certainly not to the degree where we want people to be rebuilding glibc constantly:
 - glibc includes its own defines for functions, so new kernel defines won't change anything
 - glibc really only cares about new syscalls, and even then, new syscalls often show up that glibc never uses

it's not even stable across arches, so while moving between versions on one arch might produce new functionality in one, it might not in others.  so there's no subslot the kernel headers could provide to be meaningful.