From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1csuWQ-0003xx-IY for guix-patches@gnu.org; Tue, 28 Mar 2017 13:03:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1csuWM-0004Lw-81 for guix-patches@gnu.org; Tue, 28 Mar 2017 13:03:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51376) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1csuWM-0004Ls-1l for guix-patches@gnu.org; Tue, 28 Mar 2017 13:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1csuWL-0007Ld-Mk for guix-patches@gnu.org; Tue, 28 Mar 2017 13:03:01 -0400 Subject: bug#26275: [PATCH] build: perl-build-system: Add `wrap' phase. Resent-Message-ID: Message-Id: <3061ffaa.AEUAIU7oXLoAAAAAAAAAAAOwQVoAAAACwQwAAAAAAAW9WABY2pcQ@mailjet.com> MIME-Version: 1.0 From: Arun Isaac Date: Tue, 28 Mar 2017 22:32:01 +0530 In-reply-to: <87lgrptop7.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> References: <3389aacc.ADsAAG-tXNgAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABY2Wpd@mailjet.com> <87lgrptop7.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> Content-Type: text/plain Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26275@debbugs.gnu.org > I can't study the code right now, but at a glance it looks like this > will also include native-inputs in PERL5LIB. Can you try to filter them > out? > > Doing that will effectively also solve > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D25235 . Patch welcome! :) Yes, I'll do this! :-) I'll first send a patch for bug 25235, we'll close that, and then come back here. =