Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 397421 - sci-geosciences/mapnik-2.0.0 compiles source twice
Summary: sci-geosciences/mapnik-2.0.0 compiles source twice
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-02 17:31 UTC by Chris Mayo
Modified: 2012-05-26 09:41 UTC (History)
2 users (show)

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 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