svn commit: r552764 - in head/devel/llvm10: . files

Kyle Evans kevans at freebsd.org
Mon Oct 19 20:37:37 UTC 2020


On Mon, Oct 19, 2020 at 3:32 PM Kyle Evans <kevans at freebsd.org> wrote:
>
> Author: kevans
> Date: Mon Oct 19 20:32:17 2020
> New Revision: 552764
> URL: https://svnweb.freebsd.org/changeset/ports/552764
>
> Log:
>   devel/llvm10: fix hand-rolled AT_EXECPATH search for older FreeBSD
>
>   This was committed in base r360875 and upstream 21e5e1724, which was after
>   LLVM10 branched and has not been backported.
>
>   This failure would only have been noticed if AT_EXECPATH was missing, and
>   qemu-user-static does not currently provide AT_EXECPATH. As such, any
>   execution of llvm10 binaries under qemu-user-static immediately segfaulted.
>
>   Reported by:  Daniel Tihanyi <daniel.tihanyi at tetragir.com>, jbeich
>   Approved by:  brooks (maintainer)
>   MFH:          2020Q4
>

*sigh*

PR: 250448


More information about the svn-ports-head mailing list