[Bug 260078] security/gnutls fails to build
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 260078] security/gnutls fails to build"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Nov 2021 12:08:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260078 Dimitry Andric <dim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dim@FreeBSD.org --- Comment #1 from Dimitry Andric <dim@FreeBSD.org> --- I can reproduce this. The issue is that clang doesn't support "-Wa,-march=all" (at least for aarch64), but it segfaults on it instead of producing a more regular error message. I will take the segfault upstream, since that seems to be a case of dodgy command line parameter parsing. But to work around this, you could attempt removing the -Wa,-march=all from the compilation command line, in ${WRKSRC}/lib/accelerated/aarch64/Makefile.am. -- You are receiving this mail because: You are on the CC list for the bug.