diff options
| author | Eli Zaretskii | 2023-04-26 09:39:35 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-04-26 09:39:35 +0300 |
| commit | b5ace2eed8066259b3aaef0c18652e280cdaefec (patch) | |
| tree | 183441a5a3054265db320e74fdfffd8454cc2f6b | |
| parent | 7b2ad8f199e52398c226413d515eccc589730ffa (diff) | |
| download | emacs-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/PROBLEMS | 9 |
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'. | |||
| 2688 | We list bugs in current versions here. See also the section on legacy | 2688 | We list bugs in current versions here. See also the section on legacy |
| 2689 | systems. | 2689 | systems. |
| 2690 | 2690 | ||
| 2691 | *** On Solaris 10, running 'configure' with "/bin/sh" produces errors. | ||
| 2692 | The "/bin/sh" shell on Solaris is an ancient and non-POSIX shell, so | ||
| 2693 | we recommend not to use it. The Emacs 'configure' script should find | ||
| 2694 | an appropriate shell and re-exec itself with that shell, unless you | ||
| 2695 | force 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 | ||
| 2697 | you'd rather pick the shell yourself, choose "/bin/bash" or "/bin/ksh" | ||
| 2698 | or "/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. |
| 2692 | This was observed for Emacs 28.1 on Solaris 10 32-bit sparc, with | 2701 | This was observed for Emacs 28.1 on Solaris 10 32-bit sparc, with |
| 2693 | Oracle Developer Studio 12.6 (Sun C 5.15). The failure was intermittent, | 2702 | Oracle Developer Studio 12.6 (Sun C 5.15). The failure was intermittent, |