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

Bug 185251

Summary: dev-libs/libevent needs epunt_cxx
Product: Gentoo Linux Reporter: Laurence Withers <l>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.