From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NDRo5-0005ZQ-AO for garchives@archives.gentoo.org; Thu, 26 Nov 2009 00:01:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81074E084A; Thu, 26 Nov 2009 00:01:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5D8E5E0ADE for ; Thu, 26 Nov 2009 00:01:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 0950CB4044 for ; Thu, 26 Nov 2009 00:01:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -0.445 X-Spam-Level: X-Spam-Status: No, score=-0.445 required=5.5 tests=[AWL=-0.446, BAYES_50=0.001] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VvbpEaVPEWlG for ; Thu, 26 Nov 2009 00:01:20 +0000 (UTC) Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.145]) by smtp.gentoo.org (Postfix) with ESMTP id 35D3FB4024 for ; Thu, 26 Nov 2009 00:01:20 +0000 (UTC) Received: by ey-out-1920.google.com with SMTP id 26so79452eyw.2 for ; Wed, 25 Nov 2009 16:01:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=sJ8QJ3zgzA17sve7o+FDxGSHAMqJCAQj8Qbipk3M6ZI=; b=TL7OiONqzw6uJeUq0Nzx6e2CN/5LbTacl312oCfXyG3aXHTjMgjgF+dKwHoWs2i57f 8TQJVuRBRQk7ND+5kC0Z/B90IAW1JoGZ3gOXk0afzhSIatwcDax+GpKQoTpS0Jy1Pl/H phThs+al92E+rooScP+ACe600GLCJOvJS4TgA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=N4Q/O5P6pXvoZILZsy9WBkyB3RRvNW3NGR8MObAnf508hywxQ+CCeUjtTKNhWOkwdq lo0aC5CKaR4VSuNZyn+TSgRVzwKoO0HRJKojcSjoVq2Y2rix0RJ9m9eq5M/Y/aDUI1fi /fa8fujwYuM2byxEgqJajQbNjq5kiiSDiZLuo= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Sender: denis.dupeyron@gmail.com Received: by 10.216.91.69 with SMTP id g47mr2748660wef.167.1259193679160; Wed, 25 Nov 2009 16:01:19 -0800 (PST) In-Reply-To: <7c612fc60911191626p7c32374fhf597787f2d30dfd3@mail.gmail.com> References: <20091018091154.GB464@gentoo.org> <7c612fc60911191626p7c32374fhf597787f2d30dfd3@mail.gmail.com> Date: Wed, 25 Nov 2009 17:01:19 -0700 X-Google-Sender-Auth: d2c6aacfe8d982ab Message-ID: <7c612fc60911251601q44486356h7899f0eb9116dd0a@mail.gmail.com> Subject: Re: [gentoo-dev] Gentoo Prefix: on EPREFIX, ED and EROOT inside ebuilds From: Denis Dupeyron To: gentoo-dev Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 41c8cc94-e405-47f1-baf9-b26eae1441bd X-Archives-Hash: 88df797030f291b7e93ae4ccaf55e805 It looks like this question is still unanswered: On Thu, Nov 19, 2009 at 5:26 PM, Denis Dupeyron wrote: >> How are dynamically linked set*id programs going to work? Denis.