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

Bug 555112

Summary: sys-apps/util-linux compile error: 'F_DUPFD_CLOEXEC' undeclared
Product: Gentoo/Alt Reporter: Tyler Funnell <tyler.funnell>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info

Description Tyler Funnell 2015-07-16 21:12:11 UTC
Created attachment 406936 [details]
build.log

CentOS 5.4
Reproducible always

F_DUPFD_CLOEXEC is defined in fcntl.h
The fcntl files in /usr/include on my system don't define F_DUPFD_CLOEXEC

F_DUPFD_CLOEXEC is, however, defined in $EPREFIX/usr/include/linux/fcntl.h
adding -I$EPREFIX/usr/include/linux to the ebuild results in:
/usr/include/gconv.h:72:26: error: unknown type name 'size_t'
Comment 1 Tyler Funnell 2015-07-16 21:12:50 UTC
Created attachment 406938 [details]
emerge --info
Comment 2 Fabian Groffen gentoo-dev 2021-01-06 12:47:59 UTC
This is likely fixed by RAP