Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2021 19:40:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 260523] [exp-run] ar with -T option disabled
Message-ID:  <bug-260523-7788-zVYL8wmJc7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-260523-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-260523-7788@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=3D260523

Ed Maste <emaste@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bhughes@freebsd.org,
                   |                            |hrs@FreeBSD.org,
                   |                            |o.hushchenkov@gmail.com

--- Comment #4 from Ed Maste <emaste@freebsd.org> ---
CCing affected maintainers. The ports you maintain invoke /usr/bin/ar with =
the
-T flag expecting it to mean create a thin .a archive, but our ar truncates
member names to 15 characters with -T.

In the short term these ports should either drop T from flags passed to ar,=
 or
use llvm-ar or GNU ar as a build dependency. We will transition to using
llvm-ar as /usr/bin/ar in the medium term, and these could switch back to
/usr/bin/ar with -T at that point.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260523-7788-zVYL8wmJc7>