Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 555112 - sys-apps/util-linux compile error: 'F_DUPFD_CLOEXEC' undeclared
Summary: sys-apps/util-linux compile error: 'F_DUPFD_CLOEXEC' undeclared
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-16 21:12 UTC by Tyler Funnell
Modified: 2021-01-06 12:47 UTC (History)
0 users

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


Attachments
build.log (build.log,177.87 KB, text/plain)
2015-07-16 21:12 UTC, Tyler Funnell
Details
emerge --info (emerge_info.txt,4.67 KB, text/plain)
2015-07-16 21:12 UTC, Tyler Funnell
Details

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