diff options
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1162.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1162.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1162.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1162.toml new file mode 100644 index 00000000..1a9926b8 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1162.toml @@ -0,0 +1,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 = """""" |