From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: bug#27003: [PATCH 0/3] Generalized wrap phase for perl, python. Date: Sun, 28 May 2017 00:34:32 +0530 Message-ID: <2703649c.AEUAKjf8hTsAAAAAAAAAAAPFd4YAAAACwQwAAAAAAAW9WABZKc3G@mailjet.com> References: <20170520093742.2115-1-alex@pompo.co> <87pof35lc6.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dEh1N-00084D-F0 for bug-guix@gnu.org; Sat, 27 May 2017 15:05:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dEh1K-0003ET-AZ for bug-guix@gnu.org; Sat, 27 May 2017 15:05:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38384) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dEh1K-0003EN-7G for bug-guix@gnu.org; Sat, 27 May 2017 15:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dEh1J-00087B-T4 for bug-guix@gnu.org; Sat, 27 May 2017 15:05:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87pof35lc6.fsf@fastmail.com> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Marius Bakke Cc: Alex Sassmannshausen , 27003@debbugs.gnu.org >> 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 =