xxdiff-git
Build times (auto-updated)
- aarch64: 4m23s (2026-09-06 18:52 UTC, remote)
- Path: arch/maintained/xxdiff-git
- 2026-08-02: x86_64 and pentium4 built+published cleanly
(r552.b455827-1, + xxdiff-git-debug). Lots of harmless Qt6
deprecation warnings during build (QMenu::addAction, QColor::
setNamedColor), not errors.
- i686 fails:
qmake6: error while loading shared libraries:
libicui18n.so.75: cannot open shared object file – ICU
version mismatch in that chroot (qmake6 binary linked against
ICU 75, but a newer icu is installed), an environment/toolchain
issue in the stock extra-i686-build chroot, not a bug in this
PKGBUILD. Not fixed here.
- 2026-09-06: aarch64 built+published cleanly on eurobuild14
(r552.b455827-1, 4m23s). armv7h (eurobuild5) failed:
g++: fatal error: Killed signal terminated program cc1plus
compiling text.cpp – an OOM kill, not a code/PKGBUILD bug.
text.cpp is one of the heavier Qt6-widget translation units
in this tree; eurobuild5 apparently doesn’t have enough RAM to
compile it at whatever parallelism MAKEFLAGS gave it (see
[[makeflags_chroot_parallelism]]). Not retried with reduced
parallelism this session – armv7h left unpublished for
xxdiff-git rather than force it; a future retry could try
MAKEFLAGS="-j1" on that board specifically.