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

Bug 435438

Summary: dev-util/lcov-1.9-r1 : add prefix support
Product: Gentoo/Alt Reporter: Myk Taylor <myk002>
Component: Prefix SupportAssignee: Olivier Crete (RETIRED) <tester>
Status: RESOLVED FIXED    
Severity: normal CC: dev-tools, prefix
Priority: Normal Keywords: Inclusion, InVCS
Version: unspecified   
Hardware: All   
OS: OS X   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 315803    
Attachments: patched ebuild

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.