Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Jul 2021 18:04:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        fortran@FreeBSD.org
Subject:   [Bug 257004] math/lapack build of 3.10.0 fails with "argument list too long" error
Message-ID:  <bug-257004-37611-RRNYQDFV8N@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257004-37611@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257004-37611@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257004

--- 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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257004-37611-RRNYQDFV8N>