Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 341811 - sci-libs/ccp4-libs double prefix
Summary: sci-libs/ccp4-libs double prefix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-19 21:39 UTC by Johan Hattne
Modified: 2010-10-20 13:33 UTC (History)
0 users

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 Johan Hattne 2010-10-19 21:39:01 UTC
sci-libs/ccp4-libs attempts to install files with double prefix.  As a result, an invocation of sed fails in src_install().

Reproducible: Always

Steps to Reproduce:
1. emerge ccp4-libs

Actual Results:  
sed fails with no input files.

Expected Results:  
ccp4-libs merged.

Can be fixed by replacing the two occurrences of DESTDIR="${ED}" by DESTDIR="{D}".
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-10-20 13:33:12 UTC
+  20 Oct 2010; Jeremy Olexa <darkside@gentoo.org> ccp4-libs-6.1.3-r4.ebuild:
+  Fix for Gentoo Prefix, bug 341811 by Johan Hattne

Thank you.