Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 435438 - dev-util/lcov-1.9-r1 : add prefix support
Summary: dev-util/lcov-1.9-r1 : add prefix support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: Normal normal (vote)
Assignee: Olivier Crete (RETIRED)
URL:
Whiteboard:
Keywords: Inclusion, InVCS
Depends on:
Blocks: prefix-gx86
  Show dependency tree
 
Reported: 2012-09-18 17:24 UTC by Myk Taylor
Modified: 2012-10-18 08:35 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patched ebuild (lcov-1.9-r1.ebuild,658 bytes, text/plain)
2012-09-18 17:24 UTC, Myk Taylor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Myk Taylor 2012-09-18 17:24:57 UTC
Created attachment 324226 [details]
patched ebuild

oddly enough, ecopy failed to find and replace the "${D}" with "${ED}", which I had to do manually:

-	emake PREFIX="${D}" install
+	emake PREFIX="${ED}" install

patched ebuild attached
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2012-09-18 17:28:59 UTC
(In reply to comment #0)
> Created attachment 324226 [details]
> patched ebuild
> 
> oddly enough, ecopy failed to find and replace the "${D}" with "${ED}",
> which I had to do manually:

You cannot blindly change D to ED, so it isn't that odd.
Comment 2 Myk Taylor 2012-09-19 17:17:45 UTC
also, =dev-perl/GD-2.460.0 is required for lcov and builds/installs without issues or required modification
Comment 3 Christoph Junghans (RETIRED) gentoo-dev 2012-09-21 05:05:33 UTC
(In reply to comment #0)
> Created attachment 324226 [details]
> patched ebuild
> 
> 
> -	emake PREFIX="${D}" install
> +	emake PREFIX="${ED}" install
> 
Change is correct and work on ~x86-linux.

Reassigned to maintainer for merge with gx86.
Comment 4 Christoph Junghans (RETIRED) gentoo-dev 2012-10-18 08:35:34 UTC
Change added by me.