aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,