Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185251 - dev-libs/libevent needs epunt_cxx
Summary: dev-libs/libevent needs epunt_cxx
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-13 23:34 UTC by Laurence Withers
Modified: 2007-07-13 23:38 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laurence Withers 2007-07-13 23:34:03 UTC
dev-libs/libevent-0.2.5 won't compile if there is no C++ compiler on the system (i.e. if gcc was emerged with USE="nocxx").

This can be fixed by adding epunt_cxx from the eutils eclass. I simply added the inherit statement and a simple src_unpack():

src_unpack() {
    unpack ${A}
    cd "${S}"
    elibtoolize
    epunt_cxx
}
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-07-13 23:38:25 UTC
There's no libevent-0.2.5 anywhere in the tree.