tsv-utils
Category: local-install (rebuilt only so archlinuxaba/the cluster gets it
too; not maintained/adapted/owned by us — see
arch/scripts/install_only_packages). First-time addition, no prior
checkout on this machine.
CLI tools for large tabular data files (D language, eBay).
Build notes (2026-08-17)
- Upstream AUR PKGBUILD declares
arch=('i686' 'x86_64'), but i686 fails to build: needsldc(LLVM D compiler) as a makedepend, which has no i686 build anywhere in official Arch/Arch32 — confirmed viapacman -Si ldc(x86_64 only) and a 404 on the actual archlinux32 mirror path. LLVM-based toolchains are x86_64/aarch64-only on this infrastructure, same class of issue as Rust/Flutter (seefeedback_local_install_rebuilds.md) — not fixable locally. Narrowedarch=()to('x86_64')(no pkgrel bump needed, x86_64 was already correctly published atpkgrel=1before the narrowing — same as thegcc47precedent this session). - x86_64 build itself is a plain
make DCOMPILER=ldc2invocation, no issues.