[Bug 259799] devel/rust-cbindgen: armv6: build using "make" fails, using "cargo build --release -j 1" works
Date: Fri, 12 Nov 2021 19:49:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259799 --- Comment #16 from Mark Millard <marklmi26-fbsd@yahoo.com> --- (In reply to Martin Birgmeier from comment #11) > But it is not the root cause of the problem, because if I > build the port using "make MAKE_JOBS_NUMBER_LIMIT=1" (in > /usr/ports/devel/rust-cbindgen), it still fails with the > same allocation error. MAKE_JOBS_NUMBER_LIMIT only directly limits make and rust builds do other parallel actvity not under make's control, including via some scripting as I remember. If I remember right, some extra parallelism was a fairly recent change. I'll see if I can find my old notes that were related. -- You are receiving this mail because: You are on the CC list for the bug.