GNOME Bugzilla – Bug 310026
configure script fails on Solaris 8
Last modified: 2012-11-18 11:13:11 UTC
Just type ./configure. The configure script will fail after ""Created libmd5/libmd5.pro from libmd5/libmd5.pro.in..." and before "Generating src/lang_cfg.h...". This is because the shell specified, "/bin/sh", is not Bash on Solaris but is a very plain-vanilla POSIX shell and does not understand the syntax used by "./configure." The solution is to use "/bin/bash" when you intend to use the "bash" shell.
I do *not* indent to use the bash shell only. The configure script works fine with ash and ksh as well (and it also works on Solaris 9 and 10 for that matter). So either fix the script for me so it does work (I do not have access to Solaris 8 myself) or patch it yourself each time. Kindly awaiting your patch ;-)
*** This bug has been marked as a duplicate of 309802 ***
Appears to be a bug with Trusted Solaris 8 (based on Solaris 8 7/03 release) so it's not important enough to fix if it works on Solaris 9 and 10.
Checked back with my notes on TSOL8, and Mozilla has a similar problem which was also marked as not-to-be-fixed.