summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1791.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
commit4b927bc37359dec23f67d3427fc982945f24f404 (patch)
tree245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/1791.toml
parentaa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff)
downloademulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz
emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1791.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/1791.toml50
1 files changed, 50 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1791.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1791.toml
new file mode 100644
index 00000000..e7bd7224
--- /dev/null
+++ b/gitlab/issues/target_missing/host_missing/accel_missing/1791.toml
@@ -0,0 +1,50 @@
+id = 1791
+title = "qemu 8.1.0 rc tarballs are broken, missing subproject content"
+state = "closed"
+created_at = "2023-07-26T09:16:43.589Z"
+closed_at = "2023-07-26T23:34:17.613Z"
+labels = ["kind::Bug"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/1791"
+host-os = "n/a"
+host-arch = "n/a"
+qemu-version = "n/a"
+guest-os = "n/a"
+guest-arch = "n/a"
+description = """The released tarballs for 8.1.0 rc releases (both rc0 adn rc1) are missing the
+subproject content. Only the submodule content appears present"""
+reproduce = """1. `wget http://download.qemu.org/qemu-8.1.0-rc1.tar.xz`
+2. `tar Jxvf qemu-8.1.0-rc1.tar.xz`
+3. `cd qemu-8.1.0-rc1`
+4. `./configure  --target-list=x86_64-softmmu --disable-download`
+
+```
+Using './build' as the directory for build output
+
+ERROR: missing subprojects
+
+This is not a GIT checkout but subproject content appears to
+be missing. Do not use 'git archive' or GitHub download links
+to acquire QEMU source archives. Non-GIT builds are only
+supported with source archives linked from:
+
+  https://www.qemu.org/download/#source
+
+Developers working with GIT can use scripts/archive-source.sh
+if they need to create valid source archives.
+
+```
+
+The missing subprojects are
+
+```
+ berkeley-softfloat-3
+ berkeley-testfloat-3
+ dtc
+ keycodemapdb
+ libvfio-user
+```
+
+If I use 'make-release . 8.1.0-rc1' to create a tarball from git, it has all the expected content.
+
+IOW, either the release tarballs are not being created using 'make-release', or there's something broken with 'make-release' in some scenarios"""
+additional = "n/a"