Re: stow: Possible precedence issue with control flow operator at /usr/share/perl5/Stow.pm line 1736.

Adam Spiers <[email protected]> Fri, 19 Jun 2015 14:34:00 +0100
Newsgroups gmane.comp.gnu.stow.bugs
Message-ID <[email protected]>
On Fri, Jun 19, 2015 at 02:58:00PM +0200, Adrien LUCAS wrote:
> A warning shows up for *any* stow call I make (even "--version").
> When I install the ubuntu package that contains the last version, it says :
>   Possible precedence issue with control flow operator at
> /usr/share/perl5/Stow.pm line 1736.
> And when I compile the last version, it says :
>   Possible precedence issue with control flow operator at
> /usr/local/share/perl/5.20.2/Stow.pm line 1736.
> 
> Here is an exemple :
> $ stow --version --verbose=3
> Possible precedence issue with control flow operator at
> /usr/local/share/perl/5.20.2/Stow.pm line 1736.
> stow (GNU Stow) version 2.2.0
> 
> Here are my environements informations :
> $ stow --version
> stow (GNU Stow) version 2.2.0
> $ perl -v
> This is perl 5, version 20, subversion 2 (v5.20.2) built for
> x86_64-linux-gnu-thread-multi
> $ uname -a
> Linux DSEB001592 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14
> 18:31:11 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
> 
> This bug has already been spoted :
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759326, but it
> seems that the fix is not enough.

The link for the fix I sent was broken; this is the real fix:

  http://git.savannah.gnu.org/cgit/stow.git/commit/?id=d788ce0c1c59b3158270143659f7a4363da73056

But I recommend you just build from the latest git master.