[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Are user static builds really dynamically linked ?
From: |
Tj (Elloe Linux) |
Subject: |
Re: Are user static builds really dynamically linked ? |
Date: |
Wed, 16 Dec 2020 14:18:04 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 16/12/2020 11:39, Paolo Bonzini wrote:
> On 16/12/20 12:07, Peter Maydell wrote:
>> Something has definitely changed here. What you had with 4.2.1
>> is what you should be getting. The obvious suspect is that
>> something weird happened in the meson conversion...
Ubuntu/Debian maintainer reproduced and confirmed my findings. It's been
git-bisect-ed to the addition/use of -static-pie on 'supported'
architectures when calling configure with --static at commit 127814629b
"configure: Support -static-pie if requested".
Using --disable-pie works around it on x86_64 for us.
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1908331
https://salsa.debian.org/qemu-team/qemu/-/merge_requests/16
> Please send the (gzipped) build.ninja file.
build.ninja archives with and without --disable-pie can be fetched from:
https://iam.tj/projects/qemu/