[Bug 260523] [exp-run] ar with -T option disabled

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 21 Dec 2021 19:40:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260523

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.

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