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

Bug 341811

Summary: sci-libs/ccp4-libs double prefix
Product: Gentoo/Alt Reporter: Johan Hattne <johan>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.