Le 05/06/2018 à 14:14, Peter Maydell a écrit : > On 5 June 2018 at 13:05, Laurent Vivier <laur...@vivier.eu> wrote: >> Le 05/06/2018 à 12:52, Peter Maydell a écrit : >>> On 5 June 2018 at 06:27, Richard Henderson <richard.hender...@linaro.org> >>> wrote: >>>> On Fedora 28, one can no longer build a static qemu. We depend on >>>> libraries >>>> for which Fedora no longer ships static versions. >>> >>> Do you mean you can't build the system binaries statically (that's >>> never really been very supported), or that you can't do a build >>> with configure --disable-system --disable-tools --static ? >>> >>> The latter would be more concerning. >> >> On Fedora I have also to disable gcrypt, nettle and libiscsi because we >> don't have the statically linked libraries, but we don't need them with >> linux-user. > > Do we actually try to link with those for linux-user? If not, > maybe we could make configure a bit more helpful about not > requiring you to manually --disable-foo them.
They are used by tests/qemu-iotests/socket_scm_helper and qemu-bridge-helper. Perhaps we can disable qemu-iotests with linux-user only and to not build qemu-bridge-helper when tools are disabled? Thanks, Laurent