[Bug 281600] lang/rust failing to build on risc-v (again)

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 18 Nov 2024 15:31:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281600

Alan Somers <asomers@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |asomers@FreeBSD.org

--- Comment #31 from Alan Somers <asomers@FreeBSD.org> ---
(In reply to Alfredo Dal'Ava Junior from comment #30)
The COMPAT_11 problem cannot be fixed by patching the compiler alone.  The
problem stems from the bindings used by the libc crate.  That crate is used
either directly or indirectly by almost every single Rust crate.  And when
building a port, our ports tree fetches every crate used by that port.  So to
patch our way around this problem, we would have to end up patching almost
every single Rust-depending port in the tree.

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