diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
| commit | d0c85e36e4de67af628d54e9ab577cc3fad7796a (patch) | |
| tree | f8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/kernel/1774 | |
| parent | 7f4364274750eb8cb39a3e7493132fca1c01232e (diff) | |
| download | emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip | |
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/kernel/1774')
| -rw-r--r-- | results/classifier/gemma3:12b/kernel/1774 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/kernel/1774 b/results/classifier/gemma3:12b/kernel/1774 new file mode 100644 index 00000000..7d72a453 --- /dev/null +++ b/results/classifier/gemma3:12b/kernel/1774 @@ -0,0 +1,24 @@ + +8.1-rc0 failure to build with capstone 5.0 +Description of problem: +Use >=capstone-5.0 dependency, try to build qemu, get this error: +``` +/opt/homebrew/Cellar/capstone/5.0/include/capstone/tricore.h:561:3: error: +redefinition of 'tricore_feature' as different kind of symbol +} tricore_feature; + ^ +../target/tricore/cpu.h:261:19: note: previous definition is here +static inline int tricore_feature(CPUTriCoreState *env, int feature) + ^ +1 error generated. +``` + +The fix is trivial and it was already mentioned in the mailing list but wasn't fixed for rc0, so I figured it might have been forgotten about. + +https://lore.kernel.org/qemu-devel/CA+PgxXVxVKpT0SZ3N+Fc1YvXCiwkkbqm0FmLKqLTbgcDpYCNgg@mail.gmail.com/ + +If you meet any other problem with capstone (e.g. some regression), please don't hesitate to report it mainstream. + +There are plans to make a new patch release soon with fixes for some most annoying bugs since the 5.0 release: https://github.com/capstone-engine/capstone/issues/2081 + +https://github.com/capstone-engine/capstone/releases |