On 12-10-2006 18:32:48 +0200, [EMAIL PROTECTED] wrote:
> $EPREFIX = /gentoo
> $ROOT = /gentoo
> $EDEST =  /gentoo/var/tmp/portage/wget-1.10.2/image/
> $D = /gentoo/var/tmp/portage/wget-1.10.2/image/gentoo

mine:
EPREFIX: /Library/Gentoo
ROOT: /Library/Gentoo/
EDEST: /Library/Gentoo/var/tmp/portage/libintl-0/image/
D: /Library/Gentoo/var/tmp/portage/libintl-0/image/Library/Gentoo


With your variables:

QA Notice: //gentoo outside of prefix
           ^^ note the double slash here

find returns (amongst other things)
/gentoo/var/tmp/portage/wget-1.10.2/image/gentoo
sed "s|${EDEST}|/|g" on this:
/gentoo




....

unless your find returns
/gentoo/var/tmp/portage/wget-1.10.2/image//gentoo!

You are bootstrapping, aren't you?  So you probably use OSX's find,
which might do this!  (A little test actually proves it does)

I'll change the patch slightly for this case.

-- 
Fabian Groffen
Gentoo on a different level
-- 
[EMAIL PROTECTED] mailing list

Reply via email to