summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/files/1791
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:34:26 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:35:44 +0000
commit25f8033d556aa17afaea4a5196ea7a69fe248320 (patch)
tree0f056db167683be54ea1e5e72d29d6069af55e7d /results/classifier/deepseek-2-tmp/output/files/1791
parent8e6da29e4ee5fc14bc1cc816a24f21271f14090d (diff)
downloadqemu-analysis-25f8033d556aa17afaea4a5196ea7a69fe248320.tar.gz
qemu-analysis-25f8033d556aa17afaea4a5196ea7a69fe248320.zip
add new temporary deepseek-r1:14b results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/files/1791')
-rw-r--r--results/classifier/deepseek-2-tmp/output/files/179141
1 files changed, 41 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/files/1791 b/results/classifier/deepseek-2-tmp/output/files/1791
new file mode 100644
index 000000000..b6a4a8ea6
--- /dev/null
+++ b/results/classifier/deepseek-2-tmp/output/files/1791
@@ -0,0 +1,41 @@
+
+qemu 8.1.0 rc tarballs are broken, missing subproject content
+Description of problem:
+The released tarballs for 8.1.0 rc releases (both rc0 adn rc1) are missing the
+subproject content. Only the submodule content appears present
+Steps to 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