All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1525682] [NEW] configure: fix POSIX compatibility issue
@ 2015-12-13 18:34 Dmitrij D. Czarkoff
  2015-12-13 18:39 ` [Qemu-devel] [Bug 1525682] " Dmitrij D. Czarkoff
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Dmitrij D. Czarkoff @ 2015-12-13 18:34 UTC (permalink / raw)
  To: qemu-devel

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/.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.

** Affects: qemu
     Importance: Undecided
         Status: New

** Patch added: "0001-configure-fix-POSIX-compatibility-issue.patch"
   https://bugs.launchpad.net/bugs/1525682/+attachment/4534156/+files/0001-configure-fix-POSIX-compatibility-issue.patch

-- 
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-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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1525682/+subscriptions

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-05-27  7:45 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-13 18:34 [Qemu-devel] [Bug 1525682] [NEW] configure: fix POSIX compatibility issue Dmitrij D. Czarkoff
2015-12-13 18:39 ` [Qemu-devel] [Bug 1525682] " Dmitrij D. Czarkoff
2015-12-14  8:28   ` Stefan Hajnoczi
2015-12-14 10:31 ` Peter Maydell
2015-12-14 11:34 ` Dmitrij D. Czarkoff
2015-12-14 19:08   ` Eric Blake
2015-12-14 12:22 ` Peter Maydell
2015-12-14 12:53 ` Dmitrij D. Czarkoff
2015-12-14 13:27 ` Peter Maydell
2015-12-14 13:39 ` Peter Maydell
2015-12-14 13:55 ` Dmitrij D. Czarkoff
2015-12-14 18:39 ` Peter Maydell
2015-12-18 12:18 ` Thorsten Glaser
2016-05-27  7:39 ` T. Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.