[Bug 288131] devel/cargo-c: 0.10.14_1 does not build
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 288131] devel/cargo-c: 0.10.14_1 does not build"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Jul 2025 08:17:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288131
--- Comment #4 from Matthias Andree <mandree@FreeBSD.org> ---
I looked into the Makefile and saw this:
# prevent address space exhaustion on armv6/armv7
.if ${ARCH:Marmv?} || ${ARCH} == powerpc
LTO_UNSAFE= yes
.endif
so in spite of being on ARM64, and my already limiting the number of parallel
builders, the SIGKILL hints to the same cause (my builder has 16 GB RAM).
--
You are receiving this mail because:
You are the assignee for the bug.