Bug 10405 - glibc doesn't compile on ia64 with 2.6.30 kernel headers
Summary: glibc doesn't compile on ia64 with 2.6.30 kernel headers
Status: RESOLVED WONTFIX
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: 2.10
: P2 normal
Target Milestone: ---
Assignee: Ulrich Drepper
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-16 23:06 UTC by Petr Baudis
Modified: 2014-07-01 07:46 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
proposed patch (222 bytes, patch)
2009-07-16 23:08 UTC, Petr Baudis
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Baudis 2009-07-16 23:06:49 UTC
In 2.6.30, <asm/fpu.h> depends on <asm/types.h> on ia64 for __IA64_UL().
Comment 1 Petr Baudis 2009-07-16 23:08:57 UTC
Created attachment 4057 [details]
proposed patch
Comment 2 Aurelien Jarno 2009-07-20 16:21:31 UTC
This looks like a kernel bug if <asm/fpu.h> needs <asm/types.h>, it should 
include it one way or another. See http://patchwork.kernel.org/patch/35399/
Comment 3 Ulrich Drepper 2009-08-01 03:52:59 UTC
Fix the kernel headers.