From 0ed0e3548ae65c5443aec081beba649727fc1587 Mon Sep 17 00:00:00 2001 From: "G. Branden Robinson" Date: Wed, 1 Mar 2023 01:57:32 -0600 Subject: PROBLEMS: Improve advice. --- PROBLEMS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'PROBLEMS') diff --git a/PROBLEMS b/PROBLEMS index 84b3fc6f5..3cfe187a1 100644 --- a/PROBLEMS +++ b/PROBLEMS @@ -892,6 +892,10 @@ Some test failures remain expected on Solaris 10. $ /usr/xpg4/bin/sh -c 'unset _NON_EXISTENT_XYZ; echo $?' 1 + You may disregard these failures, edit the test scripts to append + "|| true" to the "unset" commends, or change the scripts to use GNU + Bash or some other POSIX-conforming shell as illustrated above. + ---------------------------------------------------------------------- * I get a build failure on Cygwin / a system using newlib and GCC 11. @@ -904,6 +908,7 @@ Some test failures remain expected on Solaris 10. if you don't require the "gxditview" output previewer or "xtotroff" utility, you can build groff without X11 support. + $ make distclean $ ./configure --without-x ---------------------------------------------------------------------- -- cgit v1.2.1