From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Koepi-0005b2-PJ for garchives@archives.gentoo.org; Sat, 11 Oct 2008 13:48:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52809E049C; Sat, 11 Oct 2008 13:48:37 +0000 (UTC) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.186]) by pigeon.gentoo.org (Postfix) with ESMTP id 17612E049C for ; Sat, 11 Oct 2008 13:48:36 +0000 (UTC) Received: by fk-out-0910.google.com with SMTP id 18so947353fks.2 for ; Sat, 11 Oct 2008 06:48:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=9gi0/+o3lsw6GaEF7Mlf2QmL68XmGOEZyJSnywR01Js=; b=MEOekk5JRQf/9t+BMaTXMnzMww1swXbf5PhA87e1qpxt0baN/otDNYC2MqoI6Zxnxp yhPYKXnGLI/mhCT2p6DpK1yDe1hd/MK6yyCpGAG8Led9rHepCQav0iSs9xOCKbkvyt0N EKwEYw/2gRBIYbKekmMBx9MBt1JjcnwnYNFVw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=eXX2LD25/qY9Z17s7zkkSosuZATNahZ1ep1sWsDq/J8doQpGIANTrUpG6HcVVUA5eS CuVtaPhGdCUMU/krGR8mIY/QQOHsogl4VqKiSeNglmMtjhWrLB2O59AcjPbkE0g1+EJ+ ET85m0AG2IAY4G+3kQyPeML7s/oXfKnn8n3No= Received: by 10.181.5.1 with SMTP id h1mr2867290bki.56.1223732915673; Sat, 11 Oct 2008 06:48:35 -0700 (PDT) Received: from ?192.168.0.2? (dslb-092-075-227-070.pools.arcor-ip.net [92.75.227.70]) by mx.google.com with ESMTPS id 35sm3479139fkt.12.2008.10.11.06.48.34 (version=SSLv3 cipher=RC4-MD5); Sat, 11 Oct 2008 06:48:34 -0700 (PDT) Message-ID: <48F0AED7.8040809@googlemail.com> Date: Sat, 11 Oct 2008 15:49:11 +0200 From: Daniel Pielmeier User-Agent: Thunderbird 2.0.0.17 (X11/20080928) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] problems with csound ebuild References: <20081010231920.39053de8@acme.acmenet> <350fc7cf0810101836g6976e0c8p912d2d25cf8cbbec@mail.gmail.com> <20081011103755.5a2648db@acme.acmenet> In-Reply-To: <20081011103755.5a2648db@acme.acmenet> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 452c22b3-e883-4831-830e-c6253c53105e X-Archives-Hash: 1dc6986f1ef19330b440b08eccbffdc0 luis jure schrieb am 11.10.2008 14:37: > thanks for your answer, that doesn't seem to be the problem, though. > i can install everything using install.py directly (not emerging with > portage). also, using FEATURES="-sandbox" i can emerge without > problems. so this problem seems to be related to the "sandbox", > something i never got to understand completely... I guess you need to invoke instdir in src_compile too, at least it is an option available in Sconstruct. Regards, Daniel