@lberrymage
I don't know anything about vlang, I only have it installed because it is (or was?) a build dependency of another package.
Running “v install markdown” didn't work because apparently v needs vpm, that wasn't built yet. But after the previously mentioned error I could run “src/v-0.1.28.1/v_old install markdown” successfully and the go back to “makepkg -s” to build the package.
Thanks.
Pinned Comments
Chewing_Bever commented on 2022-08-07 07:25 (UTC)
I have disabled the
v up
command, as it can break the installed package.v up
changes the files in the resulting package after installation, meaning Pacman can't properly track its contents anymore.