MidnightBSD Magus

lang/v

V Programming Language

Flavor Version Run OSVersion Arch License Restricted Status
0.4.12 637 4.0 i386 mit 0 fail

License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

Events

Machine Type Time Message
m4032 info 2026-05-10 05:52:38.667661 Test Started
m4032 fail 2026-05-10 05:54:18.06006 make build returned non-zero: 1
m4032 fail 2026-05-10 05:54:18.127541 Test complete.

Log

===>  Building for v-0.4.12
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.01KR876NP4G4Z6VB9HVVQ54X9W.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.01KR876NP4G4Z6VB9HVVQ54X9W.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.01KR876NP4G4Z6VB9HVVQ54X9W.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

Depend Of

Nothing

Categories

CVEs

  • Loading CVE information...

LLM Analysis