[Bug 250448] emulators/qemu-user-static: fails to run devel/llvm10 on 12.1/12.2
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250448 Kyle Evans <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Attachment #218899| |maintainer-approval?(brooks Flags| |@FreeBSD.org) --- Comment #6 from Kyle Evans <[email protected]> --- Created attachment 218899 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=218899&action=edit 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/rS360875 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 and commit it. It's still building locally, but I dont' anticipate the build to fail given how trivial it is. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"