-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
FreeBSD family OS:
$ cat /etc/os-release
NAME=CheriBSD
VERSION="15.0-CURRENT"
VERSION_ID="15.0"
ID=cheribsd
ID_LIKE=freebsd
ANSI_COLOR="0;31"
PRETTY_NAME="CheriBSD 15.0-CURRENT"
CPE_NAME="cpe:/o:freebsd:freebsd:15.0"
HOME_URL="https://www.cheribsd.org/"
BUG_REPORT_URL="https://github.com/CTSRD-CHERI/cheribsd/issues"
$ uname -a
FreeBSD cfarm240.cfarm.net 15.0-CURRENT FreeBSD 15.0-CURRENT #0 releng/25.03-2339ee891fe2: Thu Apr 3 18:44:17 UTC 2025 jenkins@ctsrd-build-linux-k1:/local/scratch/jenkins/workspace/CheriBSD-pipeline_releng_25.03@2/cheribsd-morello-purecap-build/local/scratch/jenkins/workspace/CheriBSD-pipeline_releng_25.03@2/cheribsd/arm64.aarch64c/sys/GENERIC-MORELLO-PURECAP arm64
tankf33der@cfarm240:~/v $ gmake clean
rm -rf ./thirdparty/tcc
rm -rf ./thirdparty/legacy
rm -rf ./vc
tankf33der@cfarm240:~/v $ gmake
gmake fresh_vc
gmake[1]: Entering directory '/usr/home/tankf33der/v'
rm -rf ./vc
git clone --filter=blob:none --quiet https://github.com/vlang/vc ./vc
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 3 (delta 1), reused 0 (delta 0), pack-reused 0 (from 0)
Receiving objects: 100% (3/3), 1.14 MiB | 14.23 MiB/s, done.
Resolving deltas: 100% (1/1), done.
gmake[1]: Leaving directory '/usr/home/tankf33der/v'
cd ./vc && git clean -xf && git pull --quiet
gmake fresh_tcc
gmake[1]: Entering directory '/usr/home/tankf33der/v'
rm -rf ./thirdparty/tcc
git clone --filter=blob:none --quiet --branch thirdparty-freebsd-arm64 https://github.com/vlang/tccbin ./thirdparty/tcc
remote: Enumerating objects: 24, done.
remote: Counting objects: 100% (5/5), done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 24 (delta 0), reused 0 (delta 0), pack-reused 19 (from 2)
Receiving objects: 100% (24/24), 1.62 MiB | 19.02 MiB/s, done.
gmake[2]: Entering directory '/usr/home/tankf33der/v'
gmake[2]: Leaving directory '/usr/home/tankf33der/v'
gmake[1]: Leaving directory '/usr/home/tankf33der/v'
cd ./thirdparty/tcc && git clean -xf && git pull --quiet
cc -std=c99 -w -o v1 ./vc/v.c -lm -lpthread -lexecinfo || cmd/tools/cc_compilation_failed_non_windows.sh
./v1 -no-parallel -o v2 cmd/v
gmake: *** [GNUmakefile:115: all] Abort trap (core dumped)
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
Metadata
Metadata
Assignees
Labels
No labels