From d0c85e36e4de67af628d54e9ab577cc3fad7796a Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Thu, 3 Jul 2025 07:27:52 +0000 Subject: add deepseek and gemma results --- results/classifier/gemma3:12b/files/712 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 results/classifier/gemma3:12b/files/712 (limited to 'results/classifier/gemma3:12b/files/712') diff --git a/results/classifier/gemma3:12b/files/712 b/results/classifier/gemma3:12b/files/712 new file mode 100644 index 000000000..b95a98997 --- /dev/null +++ b/results/classifier/gemma3:12b/files/712 @@ -0,0 +1,15 @@ + +Build fails if build directory name includes a comma +Description of problem: +Builds fail if the build directory name contains a comma. +Steps to reproduce: +1. `mkdir build,demo && cd build,demo` +2. `../configure && make` + +The linker fails because it uses a wrong build path (comma and trailing part of directory name is missing): + +``` +ld: can't read -exported_symbols_list file: /Users/stefan/src/gitlab/qemu-project/qemu/build +clang: error: linker command failed with exit code 1 (use -v to see invocation) +ninja: build stopped: subcommand failed. +``` -- cgit 1.4.1