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

Bug 48143

Summary: dev-libs/libevent-0.8.ebuild (version bump)
Product: Gentoo Linux Reporter: Heikki Orsila <heikki.orsila>
Component: New packagesAssignee: Daniel Black (RETIRED) <dragonheart>
Status: RESOLVED FIXED    
Severity: enhancement CC: geoffwa
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild for dev-libs/libevent-0.8
digest for dev-libs/libevent-0.8

Description Heikki Orsila 2004-04-17 10:25:06 UTC
Here's ebuild for dev-libs/libevent-0.8.
Comment 1 Heikki Orsila 2004-04-17 10:26:15 UTC
Created attachment 29507 [details]
ebuild for dev-libs/libevent-0.8
Comment 2 Heikki Orsila 2004-04-17 10:26:53 UTC
Created attachment 29508 [details]
digest for dev-libs/libevent-0.8
Comment 3 Daniel Black (RETIRED) gentoo-dev 2004-04-17 19:05:28 UTC
Iggy do you want to bump this one?
Comment 4 Daniel Black (RETIRED) gentoo-dev 2004-05-06 03:15:58 UTC
*** Bug 48192 has been marked as a duplicate of this bug. ***
Comment 5 Seemant Kulleen (RETIRED) gentoo-dev 2004-05-23 19:47:16 UTC
Daniel, iggy's not a dev any more (he hasn't been for about 6 weeks), so please do take this if you wish.
Comment 6 Daniel Black (RETIRED) gentoo-dev 2004-05-23 22:50:25 UTC
Version bump committed.

Note this fails the test-weof tests during the compile however I reran these in a sandbox shell and they worked ok. Any problems let me/bugwranglers know.
Comment 7 Geoffrey Giesemann 2004-06-12 09:43:37 UTC
The test-weof issue is fixable by making sure _GNU_SOURCE gets defined by the configure (which it doesn't at the moment).

This can be done by adding `AC_GNU_SOURCE' to the configure.in file and #undef _GNU_SOURCE to the top of the config.h.in file and rerunning autoconf.