[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [Bug 1090837] Re: Error in building Qemu-1.3.0 on Solaris 1
From: |
Andreas Färber |
Subject: |
[Qemu-devel] [Bug 1090837] Re: Error in building Qemu-1.3.0 on Solaris 10 |
Date: |
Sun, 16 Dec 2012 18:34:30 -0000 |
Yes, if you execute `./configure ...` the shell will execute the shebang
line inside the script, which says /bin/sh and happens to be a really
ancient version for backwards compatibility on Solaris.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1090837
Title:
Error in building Qemu-1.3.0 on Solaris 10
Status in QEMU:
New
Bug description:
While trying to build Qemu on Oracle Solaris 10 (SPARC processor), I
encountered the following error in the configure step:
./configure --prefix=/usr/local/ --install=/usr/ucb/install
./configure: bad substitution
./configure: !: not found
./configure: !: not found
./configure: !: not found
./configure: !: not found
./configure: !: not found
./configure: curl-config: not found
./configure: curl-config: not found
As the following bug report says:
https://bugs.launchpad.net/qemu/+bug/636315, "sh" is hard-coded in the
script. Can't the script be modified to accept a $SHELL argument to
make use of bash or other shell during configure and make step?
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1090837/+subscriptions
- [Qemu-devel] [PATCH v8 00/10] i8254, i8259 and running Microport UNIX (ca 1987), Matthew Ogilvie, 2012/12/16
- [Qemu-devel] [PATCH v8 01/10] fix some debug printf format strings, Matthew Ogilvie, 2012/12/16
- [Qemu-devel] [PATCH v8 02/10] vl: fix -hdachs/-hda argument order parsing issues, Matthew Ogilvie, 2012/12/16
- [Qemu-devel] [PATCH v8 04/10] vga: add some optional CGA compatibility hacks, Matthew Ogilvie, 2012/12/16
- [Qemu-devel] [PATCH v8 03/10] qemu-options.hx: mention retrace= VGA option, Matthew Ogilvie, 2012/12/16
- [Qemu-devel] [PATCH v8 05/10] fix i8254 output logic to match the spec, Matthew Ogilvie, 2012/12/16
- [Qemu-devel] [PATCH v8 06/10] i8259: fix so that dropping IRQ level always clears the interrupt request, Matthew Ogilvie, 2012/12/16
- [Qemu-devel] [PATCH v8 07/10] i8259: refactor pic_set_irq level logic, Matthew Ogilvie, 2012/12/16
- [Qemu-devel] [PATCH v8 08/10] qtest: fix qemu_irq_intercept_out(), Matthew Ogilvie, 2012/12/16
- [Qemu-devel] [PATCH v8 09/10] qtest: add set_irq_{in, out} infrastructure for testing interrupt controllers, Matthew Ogilvie, 2012/12/16
- [Qemu-devel] [PATCH v8 10/10] add test/pic-test.c, Matthew Ogilvie, 2012/12/16