Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 382883 - sci-geosciences/gpsd: use `emake` in src_install
Summary: sci-geosciences/gpsd: use `emake` in src_install
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-13 20:54 UTC by SpanKY
Modified: 2011-11-17 22:12 UTC (History)
1 user (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 SpanKY gentoo-dev 2011-09-13 20:54:06 UTC
the src_install has a comment:
    # no it can't be done using emake cause it is non-compliant
    make DESTDIR="${D}" install || die

i dont really know what that means, but if it's hinting at parallel installs, then use:
    emake -j1 DESTDIR="${D}" install || die

ive tried that over here and it works fine for me ...
Comment 1 Steve Arnold archtester gentoo-dev 2011-09-28 02:54:33 UTC
Done, but it might not appear until the new ver. 3 ebuild.  And I'm not sure who wrote that comment either...
Comment 2 SpanKY gentoo-dev 2011-11-17 22:12:01 UTC
gpsd-3+ uses scons, so this is obsolete by that