diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/1162.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
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, 0 insertions, 20 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 deleted file mode 100644 index 1a9926b88..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/1162.toml +++ /dev/null @@ -1,20 +0,0 @@ -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 = """""" |