@lberrymage I modified the patch offsets but 777 permissions are still needed.
Search Criteria
Package Details: vlang-bin 0.4.9-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/vlang-bin.git (read-only, click to copy) |
---|---|
Package Base: | vlang-bin |
Description: | Simple, fast, safe, compiled language for developing maintainable software (binary release) |
Upstream URL: | https://vlang.io |
Keywords: | language programming v vlang |
Licenses: | MIT |
Conflicts: | v, vlang, vlang-git |
Provides: | vlang |
Submitter: | ragouel |
Maintainer: | Chewing_Bever |
Last Packager: | Chewing_Bever |
Votes: | 5 |
Popularity: | 0.040981 |
First Submitted: | 2020-03-17 22:41 (UTC) |
Last Updated: | 2025-01-02 08:39 (UTC) |
Dependencies (5)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- libx11 (libx11-gitAUR) (make)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR) (optional) – Needed for graphics support
- glfw (glfw-gitAUR, glfw-waywallAUR, glfw-wayland-minecraft-cursorfixAUR) (optional) – Needed for graphics support
- openssl (openssl-gitAUR, openssl-staticAUR) (optional) – Needed for http support
Required by (8)
- compass-status-git (requires vlang) (make)
- crepl-git (requires vlang) (make)
- v-analyzer-bin (requires vlang)
- v-analyzer-git (requires vlang)
- vieter (requires vlang) (make)
- vieter-git (requires vlang) (make)
- vlang-coreutils-git (requires vlang) (make)
- vlogsolv (requires vlang) (make)
Sources (1)
Latest Comments
« First ‹ Previous 1 2
ragouel commented on 2020-07-20 07:28 (UTC)
lberrymage commented on 2020-07-19 23:46 (UTC) (edited on 2020-07-19 23:47 (UTC) by lberrymage)
@ragouel I have a solution for the permissions issue over on the vlang
package - please feel free to adopt/adapt it so we don't need to chmod 777
:)
ragouel commented on 2020-06-13 02:07 (UTC)
The only way I was able to make it run, was to grant 777 recursively on /usr/lib/vlang/cmd
, which is a potential security risk. Use at your own risk.
tee commented on 2020-06-13 01:24 (UTC)
still not working
$ v
For usage information, quit V REPL using `exit` and use `v help`
cannot compile `/usr/lib/vlang/cmd/tools/vrepl.v`: Permission denied
ragouel commented on 2020-06-12 16:11 (UTC)
Thanks, fixed.
tee commented on 2020-06-08 06:24 (UTC) (edited on 2020-06-08 06:25 (UTC) by tee)
/cmd is not installed
For usage information, quit V REPL using `exit` and use `v help`
cannot compile `/usr/lib/vlang/cmd/tools/vrepl.v`:
builder error: /usr/lib/vlang/cmd/tools/vrepl.v doesn't exist
Pinned Comments
lberrymage commented on 2021-01-20 05:09 (UTC) (edited on 2021-01-20 05:09 (UTC) by lberrymage)
We should be able to solve the
chmod 777
problem once upstream cuts a new release. See this commit.ragouel commented on 2020-06-13 02:07 (UTC)
The only way I was able to make it run, was to grant 777 recursively on
/usr/lib/vlang/cmd
, which is a potential security risk. Use at your own risk.