[Bug 244774] emulators/qemu31: Fix build with lld 10.0.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Mar 12 20:51:24 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244774
Bug ID: 244774
Summary: emulators/qemu31: Fix build with lld 10.0.0
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: bofh at freebsd.org
Reporter: dim at FreeBSD.org
Blocks: 244251
Flags: maintainer-feedback?(bofh at freebsd.org)
Assignee: bofh at freebsd.org
Created attachment 212364
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=212364&action=edit
Fix emulators/qemu31 build with lld 10.0.0
As reported in bug 244251, with clang and lld 10.0.0 the emulators/qemu31 port
fails in the configure stage:
===> Configuring for qemu31-3.1.1.1
ERROR: We need to link the QEMU user mode binaries at a
specific text address. Unfortunately your linker
doesn't support either the -Ttext-segment option or
printing the default linker script with --verbose.
If you don't want the user mode binaries, pass the
--disable-user option to configure.
===> Script "configure" failed unexpectedly.
Please report the problem to bofh at FreeBSD.org [maintainer] and attach the
"/wrkdirs/usr/ports/emulators/qemu31/work/qemu-3.1.1.1/config.log" including
the output of the failure of your make command. Also, it might be a good idea
to provide an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1
This is because lld 10.0.0 no longer supports the -Ttext-segment option, and
uses --image-base for similar functionality.
I am proposing a patch that makes the configure script check for the
--image-base option first, then the -Ttext-segment option.
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244251
[Bug 244251] [exp-run] Against projects/clang1000-import branch
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list