Bug 42982

Summary: unistd_32_ia32.h is not installed
Product: Other Reporter: Harald Dunkel (harri)
Component: OtherAssignee: David Howells (dhowells)
Status: RESOLVED OBSOLETE    
Severity: normal CC: a1d23ab4, alan
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: - Subsystem:
Regression: Yes Bisected commit-id:
Attachments: log file

Description Harald Dunkel 2012-03-23 17:55:37 UTC
Seems that /usr/src/linux-headers-3.3.0/arch/x86/include/asm/ia32_unistd.h includes <asm/unistd_32_ia32.h>, but it is not installed by running "make headers_install".

This breaks building external kernel modules. Sample session is attached.
Comment 1 Harald Dunkel 2012-03-23 17:56:27 UTC
Created attachment 72692 [details]
log file
Comment 2 Harald Dunkel 2012-04-05 09:01:31 UTC
Debian introduced a private workaround, see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650085

Hope this helps

harri
Comment 3 Harald Dunkel 2012-04-05 10:41:03 UTC
(In reply to comment #2)
> Debian introduced a private workaround, see
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650085
> 
Nevermind, this is a different problem.
Comment 4 a1d23ab4 2012-06-08 04:17:19 UTC
It seems to be the same problem with another header file. Some files need to be copied from generated/ directory to their proper place.