aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2023-04-26 09:39:35 +0300
committerEli Zaretskii2023-04-26 09:39:35 +0300
commitb5ace2eed8066259b3aaef0c18652e280cdaefec (patch)
tree183441a5a3054265db320e74fdfffd8454cc2f6b
parent7b2ad8f199e52398c226413d515eccc589730ffa (diff)
downloademacs-b5ace2eed8066259b3aaef0c18652e280cdaefec.tar.gz
emacs-b5ace2eed8066259b3aaef0c18652e280cdaefec.zip
Document problems with /bin/sh on Solaris 10
* etc/PROBLEMS (Solaris): Document problems with '/bin/sh'. Suggested by Paul Eggert <eggert@cs.ucla.edu>. (Bug#63067)
-rw-r--r--etc/PROBLEMS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 3c75e81b8b9..c0cb5b0d8bb 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2688,6 +2688,15 @@ Emacs so that it isn't compiled with '-O5'.
2688We list bugs in current versions here. See also the section on legacy 2688We list bugs in current versions here. See also the section on legacy
2689systems. 2689systems.
2690 2690
2691*** On Solaris 10, running 'configure' with "/bin/sh" produces errors.
2692The "/bin/sh" shell on Solaris is an ancient and non-POSIX shell, so
2693we recommend not to use it. The Emacs 'configure' script should find
2694an appropriate shell and re-exec itself with that shell, unless you
2695force it to use "/bin/sh" by using "CONFIG_SHELL=/bin/sh" on the
2696'configure' command line. So either don't use CONFIG_SHELL, or, if
2697you'd rather pick the shell yourself, choose "/bin/bash" or "/bin/ksh"
2698or "/usr/xpg4/bin/sh" instead.
2699
2691*** On Solaris 10 sparc, Emacs crashes during the build while saving state. 2700*** On Solaris 10 sparc, Emacs crashes during the build while saving state.
2692This was observed for Emacs 28.1 on Solaris 10 32-bit sparc, with 2701This was observed for Emacs 28.1 on Solaris 10 32-bit sparc, with
2693Oracle Developer Studio 12.6 (Sun C 5.15). The failure was intermittent, 2702Oracle Developer Studio 12.6 (Sun C 5.15). The failure was intermittent,