summaryrefslogtreecommitdiff
path: root/PROBLEMS
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-03-01 01:57:32 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-03-01 01:57:32 -0600
commit0ed0e3548ae65c5443aec081beba649727fc1587 (patch)
treef06f7d17b22f8c07604f163acd020cc9e5048e3d /PROBLEMS
parent80586c14f8d81e6a94fb8af0fc1c40adeb0fef3c (diff)
downloadgroff-git-0ed0e3548ae65c5443aec081beba649727fc1587.tar.gz
PROBLEMS: Improve advice.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS5
1 files changed, 5 insertions, 0 deletions
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
----------------------------------------------------------------------