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

Bug 296661

Summary: sci-physics/clhel redundantly rebuilds autotools
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo Science Physics related packages <sci-physics>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build log

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-12-12 21:52:04 UTC
The ebuild does some work to rebuild all the autotools where configure.in is, but eautoreconf is already recursive by itself, so a single call *should* be enough; please check that and fix, right now it's wasting quite a bit of time in src_prepare.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-12-12 21:53:09 UTC
Created attachment 212823 [details]
Build log
Comment 2 Sébastien Fabbro (RETIRED) gentoo-dev 2009-12-13 17:52:46 UTC
A single call to eautoreconf is indeed enough, and I changed this in the newer version. However this is barely cosmetic. src_prepare spends exactly the same amount of time autoreconfing the sub directories.

The configure.in and Makefile.am files would need too much dev time to be worth simplifying to do it in a single call. CLHEP used to be a collection of packages which merged into one. Upstream is now in a bug-fix mode only.