The kernel and the C library as a single project
The kernel and the C library as a single project
Posted Dec 1, 2010 16:30 UTC (Wed) by nix (subscriber, #2304)In reply to: The kernel and the C library as a single project by cate
Parent article: The kernel and the C library as a single project
The worry here is not 'the ABI breaks'. The worry here is 'it compiled, but if you run it it is too buggy to run significant programs without crashing'. Anything from miscompilation to buggy toolchains to general build environment problems to installation problems to a buggy glibc can do this.
The reason why glibc works when distros package it is because they take a lot of care, because they run 'make check', and because they know from experience which longstanding test failures indicate real problems. 'make check' takes, oh, half an hour on a fast Nehalem. This is not something that would add only a small amount of time to a kernel build!
