Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 2021 12:08:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 260078] security/gnutls fails to build
Message-ID:  <bug-260078-29464-uV4iWOpVzZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-260078-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-260078-29464@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=3D260078

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=
=3Dall"
(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=3Dall fr=
om the
compilation command line, in ${WRKSRC}/lib/accelerated/aarch64/Makefile.am.

--=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-260078-29464-uV4iWOpVzZ>