Describe the bug
When compiling with ninja -C build install it fails. Log attached.
valacomplog.txt
Software
OS and version (e.g. Ubuntu 20.04): Fedora 43 Workstation
Code editor: N/A
Vala Language Server: c66ce43
Vala version (valac --version): Vala 0.56.19
To Reproduce
Steps to reproduce the behavior:
git clone git@github.com:vala-lang/vala-language-server
cd vala-language-server
git fetch --depth 1 origin c66ce433375815fb65d3aefddf68122817c0073d
meson build
ninja -C build install
Describe the bug
When compiling with
ninja -C build installit fails. Log attached.valacomplog.txt
Software
OS and version (e.g. Ubuntu 20.04): Fedora 43 Workstation
Code editor: N/A
Vala Language Server: c66ce43
Vala version (
valac --version): Vala 0.56.19To Reproduce
Steps to reproduce the behavior:
git clone git@github.com:vala-lang/vala-language-servercd vala-language-servergit fetch --depth 1 origin c66ce433375815fb65d3aefddf68122817c0073dmeson buildninja -C build install