FWIW this way it is also consistent with other check results reporting,
eg. spice.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1525682
Title:
configure: fix POSIX compatibility issue
Status in Q
It works.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1525682
Title:
configure: fix POSIX compatibility issue
Status in QEMU:
New
Bug description:
When running configure script from 2.5.0-r
OK, so I misidentified the issue and screwed up my bug report.
The shell is pdksh on OpenBSD, and the real issue is with parentheses:
$ a=1
$ b=2
$ echo "${a+($b)}"
ksh: ${a+($b)}": bad substitution
$ echo "${a+\($b\)}"
(2)
--
You received this bug notification because you are a mem
Sorry, wrong patch.
** Patch added: "0001-configure-fix-POSIX-compatibility-issue.patch"
https://bugs.launchpad.net/qemu/+bug/1525682/+attachment/4534158/+files/0001-configure-fix-POSIX-compatibility-issue.patch
** Patch removed: "0001-configure-fix-POSIX-compatibility-issue.patch"
https:
Public bug reported:
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/.configur