Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2020 20:51:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 244771] emulators/qemu-powernv: Fix build with lld 10.0.0
Message-ID:  <bug-244771-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244771

            Bug ID: 244771
           Summary: emulators/qemu-powernv: 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: kbowling@freebsd.org
          Reporter: dim@FreeBSD.org
            Blocks: 244251
             Flags: maintainer-feedback?(kbowling@freebsd.org)
          Assignee: kbowling@freebsd.org

Created attachment 212361
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D212361&action=
=3Dedit
Fix emulators/qemu-powernv build with lld 10.0.0

As reported in bug 244251, with clang and lld 10.0.0 the emulators/qemu port
fails in the configure stage:

=3D=3D=3D>  Configuring for qemu-powernv-3.0.50_2

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.

=3D=3D=3D>  Script "configure" failed unexpectedly.
Please report the problem to kbowling@FreeBSD.org [maintainer] and attach t=
he
"/wrkdirs/usr/ports/emulators/qemu-powernv/work/qemu-powernv-3.0.50/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=3D244251
[Bug 244251] [exp-run] Against projects/clang1000-import branch
--=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-244771-7788>