vlang / vls

V language server. (Old V language server - see v-analyzer)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VLS requiring GLIBC 2.32

joetifa2003 opened this issue · comments

System Information

V doctor

V full version: V 0.3.3 ee4150f.ca198ac
OS: linux, Debian GNU/Linux 11 (bullseye)
Processor: 8 cpus, 64bit, little endian, Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz

getwd: /home/joetifa/projects/v/first/vls
vexe: /home/joetifa/v/v
vexe mtime: 2023-03-24 17:33:12

vroot: OK, value: /home/joetifa/v
VMODULES: OK, value: /home/joetifa/.vmodules
VTMP: OK, value: /tmp/v_1000

Git version: git version 2.30.2
Git vroot status: weekly.2023.10-112-gca198ace
.git/config present: true

CC version: cc (Debian 10.2.1-6) 10.2.1 20210110
thirdparty/tcc status: thirdparty-linux-amd64 12f392c3

VLS info

v ls --version
V 0.3.3 ca198ac

Problem Description

Cannot start vls

v ls         

/home/joetifa/.vls/bin/vls_linux_x64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/joetifa/.vls/bin/vls_linux_x64)
/home/joetifa/.vls/bin/vls_linux_x64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/joetifa/.vls/bin/vls_linux_x64)
/home/joetifa/.vls/bin/vls_linux_x64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/joetifa/.vls/bin/vls_linux_x64)

What you have as vls version is the version of V, not vls.

debian 11 has had more than a few problems. At least make sure you've updated to the latest patch release, 11.6.

I'm already on 11.6 @JalonSolov, and update vls to latest version

Try https://blog.vosca.dev/meet-v-analyzer/ instead, now that it is released.