From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: git-credential-netrc: Can't locate Git.pm Date: Mon, 17 Sep 2018 15:24:39 -0400 Message-ID: <20180917192439.GB7741@jasmine.lan> References: <87wotczw1i.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="neYutvxvOLaeuPCA" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g1z8c-0001kT-TE for help-guix@gnu.org; Mon, 17 Sep 2018 15:24:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g1z8Y-0000i8-T5 for help-guix@gnu.org; Mon, 17 Sep 2018 15:24:50 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:52145) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g1z8Y-0000de-Ge for help-guix@gnu.org; Mon, 17 Sep 2018 15:24:46 -0400 Content-Disposition: inline In-Reply-To: <87wotczw1i.fsf@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: help-guix --neYutvxvOLaeuPCA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 30, 2018 at 03:35:05PM +0200, Pierre Neidhardt wrote: > A while back I added git-credential-netrc to Guix and it worked flawlessl= y. >=20 > Since my latest update a week ago, it fails with the following error: >=20 > --8<---------------cut here---------------start------------->8--- > Can't locate Git.pm in @INC (you may need to install the Git module) (@IN= C contains: ...) at /home/ambrevar/.guix-profile/bin/git-credential-netrc l= ine 8. > --8<---------------cut here---------------end--------------->8--- >=20 > Should the credential-netrc executable be wrapped to define PERL5LIB appr= opriately? > Seems legit, but then I don't understand why it used to work. >=20 > Any clue? Perl 5.26 changed how it locates modules so that @INC no longer includes the current working directory (the Perl community calls this "dotless @INC"). Is it possible that change caused this to break? Also, please send bug reports in the future, since they are less likely to get lost :) --neYutvxvOLaeuPCA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAluf/3cACgkQJkb6MLrK fwg2AA/+JOhpwHUIGtpIBjvBpBvEB+VWJp80hlX+0SdFgILtG/kuyHzS64eczM3s gXy4OrB2JFNcd/LI7uGcajNvM42oCrM7s+eGC5X6iyo35q+PoG7u32JQISkIaCpn i1nPu/N4oKEMLxF/dm+DEDcPyd56l6eWjHF6HFO5q4SpSiJ6r6ktX5RgP+Dr/59U rdb3aP24oPJVbUIkhZd47FnlgyJQTiNLqj5Pfv/SPsK+E5EOJCUPA4Wbh5AJ0i3w ZlZf3Ke8UIzouVUQlfIGyF6y0jWkqreM2qcqZI7wPTVVX+ft9Yxh81NxOxzqEom8 sAxr5eUsKPnW0IPRQWH6fKAxtA9cDiNl4CkgMoTXvserktreWfQCQTHLtb2qK/TG LV4aNnns3MZ0RKn5QGL76FWwase92BNesn+cd1qaGMBktb7CwLW+LSwzCsH+cR6O MDXG8zWachV1xen3I4zboPKNTmEdMnCSPzVhv3XwsH4Z0ccUpqrf0xviZEtGJPEl 1FLNH07IFvnQC+ccp9hd4cw3kgE1qSL/CfqJP5pryspv6t1o8wjJ6N9suLHZpHg6 WgJKVwVTzITRbIgDZZq+pgPNzIMv4oxcx/iE1MGJIUE+7UiIj5cci1x6/tUrFxnH DckcLMHgtby4mMR51RHo8HD85YhSCi5lTmGEjn4+ACLpTKbcrnk= =9klh -----END PGP SIGNATURE----- --neYutvxvOLaeuPCA--