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

Bug 290634

Summary: import dev-tcltk/blt [PATCH]
Product: Gentoo/Alt Reporter: Justin Lecher (RETIRED) <jlec>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: blt-prefix.patch

Description Justin Lecher (RETIRED) gentoo-dev 2009-10-26 21:10:50 UTC
small adjustments because ecopy doesn't find everything to prefix
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2009-10-26 21:11:30 UTC
Created attachment 208357 [details, diff]
blt-prefix.patch

blt-prefix.patch
Comment 2 Fabian Groffen gentoo-dev 2009-10-29 17:01:17 UTC
econf --with-blt=${EROOT}/usr/$(get_libdir) || die "./configure failed"

You should use ${EPREFIX}, since you don't want to encode ${ROOT} in the configure call.

check "2.  Ebuild modifications" from this document:
http://www.gentoo.org/proj/en/gentoo-alt/prefix/techdocs.xml
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2009-10-29 21:17:35 UTC
(In reply to comment #2)
> econf --with-blt=${EROOT}/usr/$(get_libdir) || die "./configure failed"
> 
> You should use ${EPREFIX}, since you don't want to encode ${ROOT} in the
> configure call.
> 
> check "2.  Ebuild modifications" from this document:
> http://www.gentoo.org/proj/en/gentoo-alt/prefix/techdocs.xml
> 

This might explain some problems I have with the import of ebuilds.
Comment 4 Fabian Groffen gentoo-dev 2009-10-30 19:00:59 UTC
you need EPREFIX here
Comment 5 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-05-17 22:20:45 UTC
done a long time ago, I guess.