Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2017 11:32:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 221044] x11/pixman: doesn't build with clang 5
Message-ID:  <bug-221044-7141-WPln9T49Wo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221044-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221044-7141@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=3D221044

--- Comment #3 from Jan Beich <jbeich@FreeBSD.org> ---
Comment on attachment 184765
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D184765
Proposed workaround

Clang 4.0 built fine because it failed configure check.

  -checking whether to use ARM SIMD assembler... no
  -checking whether to use ARM NEON assembler... no
  +checking whether to use ARM SIMD assembler... yes
  +checking whether to use ARM NEON assembler... yes
  [...]
  -checking for GCC vector extensions... no
  +checking for GCC vector extensions... yes

> BUILD_DEPENDS+=3D as:devel/binutils

Replace as with ${LOCALBASE}/bin/as. armv6 (unlike aarch64) does have
/usr/bin/as which can be found via PATH thus BUILD_DEPENDS may ignore the
dependency.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221044-7141-WPln9T49Wo>