help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: git-credential-netrc: Can't locate Git.pm


From: Leo Famulari
Subject: Re: git-credential-netrc: Can't locate Git.pm
Date: Mon, 17 Sep 2018 15:24:39 -0400
User-agent: Mutt/1.10.1 (2018-07-13)

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 flawlessly.
> 
> Since my latest update a week ago, it fails with the following error:
> 
> --8<---------------cut here---------------start------------->8---
> Can't locate Git.pm in @INC (you may need to install the Git module) (@INC 
> contains: ...) at /home/ambrevar/.guix-profile/bin/git-credential-netrc line 
> 8.
> --8<---------------cut here---------------end--------------->8---
> 
> Should the credential-netrc executable be wrapped to define PERL5LIB 
> appropriately?
> Seems legit, but then I don't understand why it used to work.
> 
> 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 :)

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]