Date: Mon, 18 Nov 2024 15:31:43 +0000 From: bugzilla-noreply@freebsd.org To: riscv@FreeBSD.org Subject: [Bug 281600] lang/rust failing to build on risc-v (again) Message-ID: <bug-281600-40250-E6dLTJ5Wdq@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-281600-40250@https.bugs.freebsd.org/bugzilla/> References: <bug-281600-40250@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=3D281600 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. --=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-281600-40250-E6dLTJ5Wdq>