llvm-mos-git
- Path: arch/maintained/llvm-mos-git
- Same trivial missing-
git-in-makedepends bug as memory/adtpro-git.md
and siblings. Fixed 2026-07-07: added git, bumped pkgrel 1 -> 2,
regenerated .SRCINFO. Queued for rebuild. Note: this is a large LLVM
build, expect a long compile time.
- 2026-08-02: attempted the rebuild – confirmed it’s a genuinely long
build (got to 3618/5219 ninja targets on the main LLVM/clang build
before failing), not disk/resource starved (22GB free throughout,
no exhaustion). Failed in a nested sub-build:
runtimes/builtins-mos-unknown-unknown-build (cross-compiling
compiler-rt builtins for the custom 6502 “mos” target) –
ninja: build stopped: subcommand failed. The actual underlying
compiler error got lost because this run’s output was captured with
tail -20 per package in a batch, which truncated past the real
error line. Re-run in isolation (not batched) and capture full
output to actually diagnose – not fixed, root cause unknown.