[Bug 257004] math/lapack build of 3.10.0 fails with "argument list too long" error

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 08 Jul 2021 18:04:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257004

--- Comment #11 from russo@bogodyn.org ---
(In reply to russo from comment #10)
Oddly, "getconf ARG_MAX" shows a much larger value than should be impacting
this port's argument list:


> getconf ARG_MAX
262144

I did a "wc -w" on the "for" loop in the "make -dA" output, and it was
somewhere around 24,000, nowhere near this 262,144 limit.

I do not really understand why it should be hitting any limit at all given this
large value of ARG_MAX.

-- 
You are receiving this mail because:
You are the assignee for the bug.