summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-06-26 17:36:22 -0500
committerPaul Eggert <eggert@cs.ucla.edu>2022-06-26 17:38:04 -0500
commitc66b90a534ed08762d57f8f78224dbd6dd6a1b68 (patch)
tree2f61919307fc6aef201a56a1b35544502cc9933d /etc
parentade34cf8217e40ea27cde7c12ad6071cee283bb1 (diff)
downloademacs-c66b90a534ed08762d57f8f78224dbd6dd6a1b68.tar.gz
Mention Solaris 10 'make clean' and 'make check'
Diffstat (limited to 'etc')
-rw-r--r--etc/PROBLEMS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index c2164094d71..f935b9c9305 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2400,6 +2400,12 @@ Definitions" to make them defined.
We list bugs in current versions here. See also the section on legacy
systems.
+*** On Solaris 10, 'make clean' and 'make check' do not work.
+The Emacs build procedure uses ’find ... -path ...', which Solaris 10
+'find' does not support. You can work around the problem by
+installing GNU 'find' in your PATH. This problem should be fixed in
+Emacs 29.
+
*** On Solaris 10 sparc, Emacs crashes during the build while saving state.
This was observed for Emacs 28.1 on Solaris 10 32-bit sparc, with
Oracle Developer Studio 12.6 (Sun C 5.15). The failure was intermittent,