Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#25796 - [linux-headers] Arch has odd paths?
Attached to Project:
Arch Linux
Opened by F. Bogo the III. (fogobogo) - Sunday, 28 August 2011, 02:01 GMT
Last edited by Ionut Biru (wonder) - Sunday, 28 August 2011, 12:59 GMT
Opened by F. Bogo the III. (fogobogo) - Sunday, 28 August 2011, 02:01 GMT
Last edited by Ionut Biru (wonder) - Sunday, 28 August 2011, 12:59 GMT
|
DetailsDescription:
signal.h doesnt want to be included. Name : linux-headers Version : 3.0.3-1 Steps to reproduce: $> cat fail.c #include <stdio.h> #include <signal.h> int main() { return 0; } $> gcc fail.c In file included from /usr/include/signal.h:339:0, from fail.c:2: /usr/include/bits/sigcontext.h:28:29: fatal error: asm/sigcontext.h: No such file or directory compilation terminated. $> gcc fail.c -I /usr/src/linux-3.0-ARCH/arch/x86/include/ -I /usr/src/linux-3.0-ARCH/include/ -Wall In file included from /usr/src/linux-3.0-ARCH/arch/x86/include/asm/sigcontext.h:5:0, from /usr/include/bits/sigcontext.h:28, from /usr/include/signal.h:339, from fail.c:2: /usr/src/linux-3.0-ARCH/include/linux/types.h:13:2: warning: #warning "Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders" [-Wcpp] |
This task depends upon
linux-headers is for LKM