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

Bug 283558

Summary: dev-libs/libev-3.8 needs to DEPEND on >=sys-libs/glibc-2.9_p20081201
Product: Gentoo Linux Reporter: Justin Bronder (RETIRED) <jsbronder>
Component: New packagesAssignee: MATSUU Takuto (RETIRED) <matsuu>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Justin Bronder (RETIRED) gentoo-dev 2009-09-02 21:26:02 UTC
dev-libs/libev-3.8 fails to build due to:

 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -march=nocona -O2 -pipe -c ev.c  -fPIC -DPIC -o .libs/ev.o
ev.c: In function 'ev_signal_start':
ev.c:2691: error: 'SFD_NONBLOCK' undeclared (first use in this function)
ev.c:2691: error: (Each undeclared identifier is reported only once
ev.c:2691: error: for each function it appears in.)
ev.c:2691: error: 'SFD_CLOEXEC' undeclared (first use in this function)
make[1]: *** [ev.lo] Error 1


SFD_NONBLOCK and SFD_CLOEXEC are present in >=sys-libs/glibc-2.9_p20081201 but not in glibc-2.8_p20080602-r1
Comment 1 Justin Bronder (RETIRED) gentoo-dev 2009-09-02 21:26:32 UTC
Created attachment 203016 [details]
build.log
Comment 2 MATSUU Takuto (RETIRED) gentoo-dev 2009-09-03 13:41:01 UTC
in cvs now. thanks.