summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/other/1525682
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/other/1525682')
-rw-r--r--results/classifier/gemma3:12b/other/152568210
1 files changed, 10 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/other/1525682 b/results/classifier/gemma3:12b/other/1525682
new file mode 100644
index 00000000..3f53ca47
--- /dev/null
+++ b/results/classifier/gemma3:12b/other/1525682
@@ -0,0 +1,10 @@
+
+configure: fix POSIX compatibility issue
+
+When running configure script from 2.5.0-rc4 on OpenBSD-current (amd64), I get the following error:
+
+  ./configure[4756]: ${nettle:+($nettle_version)}": bad substitution
+  *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2747 '/usr/ports/pobj/qemu-2.5.0rc4/.configure_done')
+  *** Error 1 in /usr/ports/openbsd-wip/emulators/qemu (/usr/ports/infrastructure/mk/bsd.port.mk:2491 'configure')
+
+Indeed, construct "${nettle:+($nettle_version)}" does not conform to POSIX Shell Command Language. The attached patch fixes the issue.
\ No newline at end of file