summaryrefslogtreecommitdiff
path: root/PROBLEMS
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-22 01:22:45 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-22 03:28:24 -0600
commit434e2b0606ade1736437d8a9be43e8852895c71d (patch)
treed81262ebeed6dcaeb0b3f772f3d58f1b3882893c /PROBLEMS
parent7fd68bc4fba809f9344963362aa1c658268b7e61 (diff)
downloadgroff-git-434e2b0606ade1736437d8a9be43e8852895c71d.tar.gz
PROBLEMS: Explain "check foundry" test failures.
Thanks as ever to Deri James for the extensive discussions.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS16
1 files changed, 16 insertions, 0 deletions
diff --git a/PROBLEMS b/PROBLEMS
index e653ea63f..6b520982c 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -809,6 +809,22 @@ Use GNU make instead; it may be available in /opt/csw/bin/gmake.
----------------------------------------------------------------------
+* Tests about foundries fail when I run "make check".
+
+FAIL: font/devpdf/tests/check-default-foundry.sh
+FAIL: font/devpdf/tests/check-urw-foundry.sh
+
+We attempt to configure the 'gropdf' output driver with a maximal set of
+features, including the embedding of Type 1 font files into PDF
+documents. If those font files cannot be located, they cannot be
+embedded. Moreover, PDF viewers are only required to provide 14 fonts
+internally; all other fonts _require_ embedding, and the current version
+of the PDF standard recommends that _all_ fonts be embedded. The
+notices emitted when you run the 'configure' script will warn if test
+failures are expected.
+
+----------------------------------------------------------------------
+
* Tests fail when I run "make check" on Solaris 10 or 11.
The test suite expects a POSIX-conformant shell and utilities. Solaris