Mention Solaris 10 'make clean' and 'make check'

This commit is contained in:
Paul Eggert 2022-06-26 17:36:22 -05:00
parent ade34cf821
commit c66b90a534

View file

@ -2400,6 +2400,12 @@ Definitions" to make them defined.
We list bugs in current versions here. See also the section on legacy We list bugs in current versions here. See also the section on legacy
systems. 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. *** 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 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, Oracle Developer Studio 12.6 (Sun C 5.15). The failure was intermittent,