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

Bug 397421

Summary: sci-geosciences/mapnik-2.0.0 compiles source twice
Product: Gentoo Linux Reporter: Chris Mayo <aklhfex>
Component: New packagesAssignee: Steve Arnold <nerdboy>
Status: RESOLVED FIXED    
Severity: normal CC: raphael.droz+floss, sci-geosciences
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Chris Mayo 2012-01-02 17:31:46 UTC
Not the best solution, but tested by getting the same files installed by changing the ebuild to:

src_compile() {
	:
}

src_install() {
	#the lib itself still seems to need a DESTDIR definition
	scons ${MAKEOPTS} shared=1 DESTDIR="${D}" install || die "scons install failed"
...

Seems to be confirmed by this suggested installation method (for Mac):
https://gist.github.com/1506819

which just has:
   ./configure
   sudo python scons/scons.py install
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2012-05-26 09:41:35 UTC
Fixed in 2.0.1