Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 252969

Summary: add #include <linux/types.h> into /usr/include/linux/serial.h
Product: Gentoo Linux Reporter: Ryan VanderPlas <ryan.vanderplas>
Component: [OLD] baselayoutAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ryan VanderPlas 2008-12-29 09:49:38 UTC
During an update, I got an error about specifier-qualifier-list before "__u32" in /usr/include/linux/serial.h when emerging kbd 1.15. I masked the package and continued and the same thing happened to gpm-1.20.5

After some research I found that __u32 is defined in types.h and adding "#include <linux/types.h> to the top of serial.h solves both package problems.

Reproducible: Always

Steps to Reproduce:
1.update kbb or gpm
2.use standard serial.h
3.get a specifier-qualifier-list error
Comment 1 Rafał Mużyło 2008-12-29 10:17:29 UTC

*** This bug has been marked as a duplicate of bug 252721 ***