Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2020 18:08:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 250448] emulators/qemu-user-static: fails to run devel/llvm10 on 12.1/12.2
Message-ID:  <bug-250448-4077-q8jYr09UY5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250448-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250448-4077@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=3D250448

Kyle Evans <kevans@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brooks@FreeBSD.org
 Attachment #218899|                            |maintainer-approval?(brooks
              Flags|                            |@FreeBSD.org)

--- Comment #6 from Kyle Evans <kevans@freebsd.org> ---
Created attachment 218899
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D218899&action=
=3Dedit
svn(1) diff against the ports tree

Ah, sorry, I should have known this sounded familiar... in-fact, I've solved
this once before.

devel/llvm10 needs this backported to it: https://reviews.freebsd.org/rS360=
875

The TL;DR is that qemu-user-static doesn't currently provide AT_EXECPATH, so
llvm runs off the end of auxv in the older versions that don't do
elf_aux_info(AT_EXECPATH, ...)

The patch attached should fix it, if brooks approves then we can go ahead a=
nd
commit it. It's still building locally, but I dont' anticipate the build to
fail given how trivial it is.

--=20
You are receiving this mail because:
You are on the CC list for the bug.
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-250448-4077-q8jYr09UY5>