mustache-d
Build times (auto-updated)
- x86_64: 17s (2026-09-06 07:29 UTC, serial)
Category: maintained/mustache-d (adopted from official Arch repos – flagged by buildmaster’s “Missing state file” checker as a candidate to move to the AUR; see https://buildmaster.archlinux32.org/checker/summary.html).
2026-09-05: adopted from official repos
- Dropped from: extra-x86_64
- Method used: B (no AUR repo existed, cloned straight from gitlab packaging repo)
- Reason dropped upstream: unknown, needs manual look
- Conflict notes: n/a (Method B, no merge performed)
2026-09-05: build failure, same ldc/LDFLAGS issue as gir-to-d (pkgrel 19 -> 20)
- Same shape as [[gir-to-d]]’s cause 1:
meson/ldcD build, PKGBUILD forwarded globalLDFLAGS(GCC-style-Wl,...) through a-flto=auto->-flto=fullsed,ldc(1.43.0) rejects-Wl,passthrough outright – “ERROR: Compiler ldc cannot compile programs.” Same fix:unset LDFLAGSin build() instead of the sed. Confirmed via a real build: failed identically before the fix, succeeded cleanly after (no second issue like gir-to-d’sinoutbug – this codebase doesn’t use thatLinkedHashMappattern). Built and published (0.1.5-20).