summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/other/955379
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/other/955379
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/other/955379')
-rw-r--r--results/classifier/gemma3:12b/other/95537918
1 files changed, 18 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/other/955379 b/results/classifier/gemma3:12b/other/955379
new file mode 100644
index 000000000..859c426c2
--- /dev/null
+++ b/results/classifier/gemma3:12b/other/955379
@@ -0,0 +1,18 @@
+
+cmake hangs with qemu-arm-static
+
+I'm using git commit 3e7ecd976b06f... configured with --target-list=arm-linux-user --static in a chroot environment to compile some things. I ran into this problem with both pcl and opencv-2.3.1. cmake consistently freezes at some point during its execution, though in a different spot each time, usually during a step when it's searching for some libraries. For instance, pcl most commonly stops after:
+
+[snip]
+-- Boost version: 1.46.1
+-- Found the following Boost libraries:
+--   system
+--   filesystem
+--   thread
+--   date_time
+-- checking for module 'eigen3'
+--   found eigen3, version 3.0.1
+
+which is perplexing because it freezes after finding what it wants, not during the search. When it does get past that point, it does so almost immediately but freezes somewhere else. 
+
+I'm using 64-bit Ubuntu 11.10 with kernel release 3.0.0-16-generic with an Intel i5.
\ No newline at end of file