Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 252969 - add #include <linux/types.h> into /usr/include/linux/serial.h
Summary: add #include <linux/types.h> into /usr/include/linux/serial.h
Status: RESOLVED DUPLICATE of bug 252721
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-29 09:49 UTC by Ryan VanderPlas
Modified: 2008-12-29 10:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***