Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 283558 - dev-libs/libev-3.8 needs to DEPEND on >=sys-libs/glibc-2.9_p20081201
Summary: dev-libs/libev-3.8 needs to DEPEND on >=sys-libs/glibc-2.9_p20081201
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-02 21:26 UTC by Justin Bronder (RETIRED)
Modified: 2009-09-03 13:41 UTC (History)
0 users

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


Attachments
build.log (build.log,10.80 KB, text/plain)
2009-09-02 21:26 UTC, Justin Bronder (RETIRED)
Details

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