emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 c66b90a534 2/2: Mention Solaris 10 'make clean' and 'make check


From: Paul Eggert
Subject: emacs-28 c66b90a534 2/2: Mention Solaris 10 'make clean' and 'make check'
Date: Sun, 26 Jun 2022 18:39:23 -0400 (EDT)

branch: emacs-28
commit c66b90a534ed08762d57f8f78224dbd6dd6a1b68
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    Mention Solaris 10 'make clean' and 'make check'
---
 etc/PROBLEMS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index c2164094d7..f935b9c930 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]