groff-commit
[Top][All Lists]
Advanced

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

[groff] 04/11: PROBLEMS: Add item for "make check" on Solaris 10.


From: G. Branden Robinson
Subject: [groff] 04/11: PROBLEMS: Add item for "make check" on Solaris 10.
Date: Thu, 9 Feb 2023 19:43:53 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 19afc98d213c86504a5475786987c6f86c6817fa
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Feb 6 15:57:32 2023 -0600

    PROBLEMS: Add item for "make check" on Solaris 10.
---
 PROBLEMS | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/PROBLEMS b/PROBLEMS
index 7bac88548..9519c60de 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -781,6 +781,18 @@ future release of gnulib to do so.
 
 ----------------------------------------------------------------------
 
+* Tests fail when I run "make check" on Solaris 10.
+
+The test suite expects a POSIX-conformant shell and utilities.  Solaris
+10 does not offer these in the default $PATH.  We try to use features
+standardized no later than POSIX Issue 4 (1994).  Unfortunately even
+that is too recent for some implementations.  Solaris 11 is believed to
+have a conforming shell.  It may help to ensure that "/usr/xpg6/bin"
+and/or "/usr/xpg4/bin" precedes "/bin" and "/usr/bin/" in the $PATH when
+building groff.
+
+----------------------------------------------------------------------
+
 * I am building from the Git repository, using 'autoreconf' from a GNU
   Autoconf release earlier than 2.69, and I get this.
 



reply via email to

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