summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1162.toml
blob: 1a9926b88335c52a33ac450c7e18823d309379e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
id = 1162
title = "`./configure` gives `big/little test failed` error when attempting to statically link on Fedora 36"
state = "closed"
created_at = "2022-08-16T22:35:26.260Z"
closed_at = "2022-08-17T07:01:31.853Z"
labels = []
url = "https://gitlab.com/qemu-project/qemu/-/issues/1162"
host-os = "Fedora 36"
host-arch = "x86_64"
qemu-version = "master` branch d293d70a8d4720cc1458f4953ed9974d5df96f8e"
guest-os = "N/A"
guest-arch = "x86_64"
description = """I'm having trouble attempting to build the QEMU System emulator statically linked. The error `./configure` gives `big/little test failed` with nothing else. I couldn't find any information relating to this. I'm not sure where to start fixing this. If anyone can help me with this, thanks!"""
reproduce = """1. `git clone https://gitlab.com/qemu-project/qemu.git`
2. `cd qemu`
3. `git submodule init`
4. `git submodule update`
5. `./configure --enable-kvm --enable-vnc --enable-vhost-net --enable-avx2 --enable-avx512f --target-list=x86_64-softmmu --static`
6. Observe build error"""
additional = """"""