You are not logged in.

#1 2020-10-30 01:29:04

rcorre
Member
Registered: 2015-11-27
Posts: 65

[SOLVED] fzf 0.24.0-1 prints an empty string for --version

I just upgraded fzf (0.24.0-1 => 0.23.1-2). The latest version prints an empty string when you run `fzf --version`.
This breaks the fzf.vim script:

```
Error detected while processing function fzf#vim#files[15]..<SNR>88_fzf[1]..<SNR>88_check_requirements:
line   14:
E605: Exception not caught: Failed to run "fzf --version": []
```

This _could_ be an upstream issue, but it seemed more like a possible packaging issue.

Last edited by rcorre (2020-10-30 11:41:43)

Offline

#2 2020-10-30 02:10:09

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: [SOLVED] fzf 0.24.0-1 prints an empty string for --version

That was fixed in https://github.com/archlinux/svntogit-c … e235330419 although the fix broke FULL RELRO.

Offline

#3 2020-10-30 02:36:03

merlock
Member
Registered: 2018-10-30
Posts: 233

Re: [SOLVED] fzf 0.24.0-1 prints an empty string for --version

@rcorre, your fzf is out of date:

pacman -Ss fzf
community/fzf 0.24.1-1 [installed]
    Command-line fuzzy finder
fzf --version
0.24.1 (b5e0e29)

Eenie meenie, chili beanie, the spirits are about to speak -- Bullwinkle J. Moose
It's a big club...and you ain't in it -- George Carlin
Registered Linux user #149839
perl -e 'print$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10); '

Offline

#4 2020-10-30 11:41:00

rcorre
Member
Registered: 2015-11-27
Posts: 65

Re: [SOLVED] fzf 0.24.0-1 prints an empty string for --version

Thanks! Looks like my mirrors were a little behind as well so I wasn't seeing the new version. All good now!

Offline

Board footer

Powered by FluxBB