lang/v
V Programming Language
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 0.4.12 | 629 | 4.0 | i386 | mit | 0 | fail |
License Permissions:
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m4032 | info | 2026-02-01 06:56:35.304087 | Test Started |
| m4032 | fail | 2026-02-01 06:58:13.581863 | make build returned non-zero: 1 |
| m4032 | fail | 2026-02-01 06:58:13.651384 | Test complete. |
Log
[1m===> Building for v-0.4.12[0m
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=gnu11 -w -o v1 vc/v.c -lm -lexecinfo -lpthread -lm -fstack-protector-strong || cmd/tools/cc_compilation_failed_non_windows.sh
./v1 -no-parallel -o v2 cmd/v
================== C compilation error (from cc): ==============
cc: | ^
cc: /tmp/v_0/v2.01KGBZWSR0JYPQXZRSXD39YRFS.tmp.c:43657:48: error: member reference type 'v__ast__IfBranch *' (aka 'struct v__ast__IfBranch *') is a pointer; did you mean to use '->'?
cc: 43657 | *branch = ((v__ast__IfBranch){.pos = (branch).pos,.body_pos = (branch).body_pos,.comments = (branch).comments,.cond = cond,.stmts = (branch).stmts,.scope = (branch).scope,.id = (branch).id,});
cc: | ~~~~~~~~^
cc: | ->
cc: /tmp/v_0/v2.01KGBZWSR0JYPQXZRSXD39YRFS.tmp.c:43657:73: error: member reference type 'v__ast__IfBranch *' (aka 'struct v__ast__IfBranch *') is a pointer; did you mean to use '->'?
cc: 43657 | *branch = ((v__ast__IfBranch){.pos = (branch).pos,.body_pos = (branch).body_pos,.comments = (branch).comments,.cond = cond,.stmts = (branch).stmts,.scope = (branch).scope,.id = (branch).id,});
cc: | ~~~~~~~~^
cc: | ->
cc: /tmp/v_0/v2.01KGBZWSR0JYPQXZRSXD39YRFS.tmp.c:43657:103: error: member reference type 'v__ast__IfBranch *' (aka 'struct v__ast__IfBranch *') is a pointer; did you mean to use '->'?
cc: 43657 | *branch = ((v__ast__IfBranch){.pos = (branch).pos,.body_pos = (branch).body_pos,.comments = (branch).comments,.cond = cond,.stmts = (branch).stmts,.scope = (branch).scope,.id = (branch).id,});
cc: | ~~~~~~~~^
...
cc: 247 warnings and 20 errors generated.
(note: the original output was 1624 lines long; it was truncated to its first 12 lines + the last line)
================================================================
(You can pass `-cg`, or `-show-c-output` as well, to print all the C error messages).
builder error:
==================
C error found. It should never happen, when compiling pure V code.
This is a V compiler bug, please report it using `v bug file.v`,
or goto https://github.com/vlang/v/issues/new/choose .
You can also use #help on Discord: https://discord.gg/vlang .
gmake: *** [Makefile:15: v] Error 1
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Stop.
make: stopped in /usr/mports/lang/v
Links
Depends On
- devel/gmake (build)
Depend Of
NothingCategories
CVEs
- Loading CVE information...
MidnightBSD Magus