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/1469.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/1469.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1469.toml | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1469.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1469.toml deleted file mode 100644 index 6003b5eb1..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/1469.toml +++ /dev/null @@ -1,56 +0,0 @@ -id = 1469 -title = "QEMU 7.2.0 - make install fail" -state = "closed" -created_at = "2023-01-28T06:49:01.608Z" -closed_at = "2023-01-29T23:10:25.097Z" -labels = [] -url = "https://gitlab.com/qemu-project/qemu/-/issues/1469" -host-os = "CentOS Stream 8" -host-arch = "x86_64" -qemu-version = "7.2.0" -guest-os = "- OS/kernel version:" -guest-arch = "## Description of problem" -description = """`[10055/10057] Generating docs/QEMU manual with a custom command -[10056/10057] Generating docs/QEMU man pages with a custom command -[10056/10057] Installing files. -Traceback (most recent call last): - File "/home/clive/.local/bin/meson", line 5, in <module> - from mesonbuild.mesonmain import main -ModuleNotFoundError: No module named 'mesonbuild' -FAILED: meson-internal__install -/home/clive/.local/bin/meson install --no-rebuild -ninja: build stopped: subcommand failed. -make: *** [Makefile:165: run-ninja] Error 1 -[clive@localhost build]$ -`""" -reproduce = """1. as user in shell -2. `wget https://download.qemu.org/qemu-7.2.0.tar.xz` -2. `tar xvJf qemu-7.2.0.tar.xz` -3. `cd qemu-7.2.0` -4. `./configure` -5. `make install`""" -additional = """installed meson via `pip3 --user` - -`pip3 --list` **Output** `meson version 1.0.0` - -**Using** - python version 3.11.1 - -`ninja-build` installed via package manager `dnf` - -**Using** - ninja-build version 1.8.2 - -Used `dnf builddep` on `ninja-build`, `meson`, and `qemu-kvm` before and after installation confirming I have dependencies. - - File "/home/clive/.local/bin/meson" contains -``` -#!/usr/local/bin/python3.11 -# -*- coding: utf-8 -*- -import re -import sys -from mesonbuild.mesonmain import main -if __name__ == '__main__': - sys.argv[0] = re.sub(r'(-script\\.pyw|\\.exe)?$', '', sys.argv[0]) - sys.exit(main()) - - -```""" |