From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27282: Perl 5.26.0 "dotless @INC" [was Re: bug#27227: [PATCH] gnu: perl: Update to 5.26.0.] Date: Wed, 14 Jun 2017 09:38:12 +0200 Message-ID: <87a85bt3x7.fsf@gnu.org> References: <87k24ryigh.fsf@fastmail.com> <20170604163721.GC14880@jasmine> <87inkbppmb.fsf@fastmail.com> <20170604191939.GB2840@jasmine> <20170607223730.GA4844@jasmine> <87vao6wtmh.fsf@gnu.org> <20170608152916.GA24963@jasmine> <20170612024802.GA22884@jasmine> <20170613194727.GA29641@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dL2tO-0005LD-9Z for bug-guix@gnu.org; Wed, 14 Jun 2017 03:39:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dL2tJ-0001K0-Vp for bug-guix@gnu.org; Wed, 14 Jun 2017 03:39:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43947) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dL2tJ-0001Ju-SE for bug-guix@gnu.org; Wed, 14 Jun 2017 03:39:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dL2tJ-0006It-K7 for bug-guix@gnu.org; Wed, 14 Jun 2017 03:39:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170613194727.GA29641@jasmine.lan> (Leo Famulari's message of "Tue, 13 Jun 2017 15:47:27 -0400") 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: Leo Famulari Cc: 27282@debbugs.gnu.org Leo Famulari skribis: > On Sun, Jun 11, 2017 at 10:48:02PM -0400, Leo Famulari wrote: >> I filed a bug report: >>=20 >> https://github.com/swig/swig/issues/997 >>=20 >> In the meantime, setting PERL_USE_UNSAFE_INC will give us what we had >> before, which is a SWIG that looks for modules in the current working >> directory. > > The upstream fix has basically the same effect: > > https://github.com/swig/swig/commit/8855ef2b482c09da9255079b0fac92d08c830= 8fb > > To avoid adding another patch, I'll push the change to set > PERL_USE_UNSAFE_INC to core-updates soon unless there is an objection. Sounds good to me. Thanks for taking care of it! Ludo=E2=80=99.