From debbugs-submit-bounces@debbugs.gnu.org Sat May 27 15:04:41 2017 Received: (at 27003) by debbugs.gnu.org; 27 May 2017 19:04:41 +0000 Received: from localhost ([127.0.0.1]:41061 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dEh0z-00086W-KG for submit@debbugs.gnu.org; Sat, 27 May 2017 15:04:41 -0400 Received: from o144.p8.mailjet.com ([87.253.233.144]:38202) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <2703649c.AEUAKjf8hTsAAAAAAAAAAAPFd4YAAAACwQwAAAAAAAW9WABZKc3G@bnc3.mailjet.com>) id 1dEh0x-00086O-Er for 27003@debbugs.gnu.org; Sat, 27 May 2017 15:04:39 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:cc:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=xSf/btLA0y47I3g8s7tEdCW+pmo=; b=hOqQYhokPjC3FBfDCpLz6kpMgsc0qdNtlyoTcSvgouBVl7MCs9VkBHnHz JfIZozp2pNz9j6ilO8XOmLFOevy5Yi53hRLssyhkAP1YfCfhQAXLsnS5kkRE LUPiemu9PARZWIBhKpC1QythPLhBOMUNNrP4LrsmtzmAAAcL3t4RCg= Message-Id: <2703649c.AEUAKjf8hTsAAAAAAAAAAAPFd4YAAAACwQwAAAAAAAW9WABZKc3G@mailjet.com> MIME-Version: 1.0 From: Arun Isaac To: Marius Bakke Subject: Re: bug#27003: [PATCH 0/3] Generalized wrap phase for perl, python. Date: Sun, 28 May 2017 00:34:32 +0530 In-reply-to: <87pof35lc6.fsf@fastmail.com> References: <20170520093742.2115-1-alex@pompo.co> <87pof35lc6.fsf@fastmail.com> X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEUAKjf8hTsAAAAAAAAAAAPFd4YAAAACwQwAAAAAAAW9WABZKc3GXkZgvfd1T5C5M84TOAPC_QAFgUc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 27003 Cc: Alex Sassmannshausen , 27003@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) >> It implements a general `wrap` phase that can be used in individual buil= d >> systems to make sure binaries in those languages have access to all thei= r >> propagated inputs at runtime, by setting an appropriate environment vari= able. > > CCing Arun who was working on something similar. I haven't actually worked on this problem for a long while. I'll test Alex's patches, and get back to you soon. > AFAICT this is also subject to . Can you > have a look at it? Yes, that's the python wrap phase bug report. And this is the one for perl: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D26275 =