Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 344149 - app-text/gnome-doc-utils-0.20.2 not prefix aware
Summary: app-text/gnome-doc-utils-0.20.2 not prefix aware
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-04 17:02 UTC by Thomas Burkard
Modified: 2010-11-08 15:27 UTC (History)
2 users (show)

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


Attachments
prefix patch (gnome-doc-utils-0.20.2.ebuild-prefix.patch,733 bytes, patch)
2010-11-04 17:04 UTC, Thomas Burkard
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Burkard 2010-11-04 17:02:28 UTC
the ebuild for app-text/gnome-doc-utils-0.20.2 contains lots of ${D}s which should actually be ${ED}. this leads to file-not-found errors, e.g. in python_convert_shebangs and eventually to an aborted build.

0.20.1 and 2.18.1 ebuilds do not contain the invalid code.

Reproducible: Always

Steps to Reproduce:
1. emerge =app-text/gnome-doc-utils-0.20.2

Actual Results:  
file not found error, the reported path is invalid in prefix contexts.

Expected Results:  
successful build.

a patch will follow.
Comment 1 Thomas Burkard 2010-11-04 17:04:33 UTC
Created attachment 253195 [details, diff]
prefix patch

this patch replaces all occurrences of ${D} with ${ED}. 

with this patch applied i could successfully emerge gnome-doc-utils-0.20.2.
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-11-08 15:27:11 UTC
Fixed in tree, thx!