summary refs log tree commit diff stats
path: root/results/classifier/mode-gemma3:12b/system/1090837
blob: e469ec6544cb62b67daea025d5d3c4ec55027e45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Error in building Qemu-1.3.0 on Solaris 10 

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?