Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jul 2021 00:01:33 +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-64AeimHrUc@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 #14 from John Hein <jcfyecrayz@liamekaens.com> ---
Created attachment 226382
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226382&action=
=3Dedit
[patch] math/lapack: break up PLIST_FILES in generate-plist and MAN3L in
post-install

Here is a patch that allows lapack to build (actually 'stage') on 11.x/amd64
with the default ARG_MAX - or other platforms that might also have small en=
ough
ARG_MAX.

It breaks up the PLIST_FILES / MAN3L list into smaller chunks.

This includes a change to bsd.port.mk.  It is not sufficiently general, so =
it
is nearly a certainty that this would not be acceptable to b.p.m owners.  B=
ut
one can apply this locally to get lapack building on platforms that hit the
'Argument list too long' error.

For the same reason, I did not request maintainer approval.  There should b=
e a
better way.

--=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-64AeimHrUc>