summaryrefslogtreecommitdiff
path: root/PROBLEMS
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-25 06:20:33 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-25 06:21:20 -0600
commit981eb64cd5fdf3fc2a11c55eeb74c66531d23e15 (patch)
treeff98d75ba3f88dbdef3a5ca7e083419cb7d28b06 /PROBLEMS
parent4fecf105c34ee7e3ed24f494bd4217b7237c5859 (diff)
downloadgroff-git-981eb64cd5fdf3fc2a11c55eeb74c66531d23e15.tar.gz
PROBLEMS: Update foundry test failure discussion.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS27
1 files changed, 14 insertions, 13 deletions
diff --git a/PROBLEMS b/PROBLEMS
index 5379e2d7e..3847bfed5 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -809,19 +809,20 @@ 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.
+* The "check-default-foundry" test fails when I run "make check".
+
+Your Ghostscript installation may have its fonts embedded in the
+executable; this can be discerned by searching for the pattern "%rom%"
+in its search path.
+
+ $ gs -h | grep '%rom%'
+
+The consequence is that gropdf(1) will be unable to embed fonts into PDF
+files it generates (apart from groff's "EURO" font) when the default
+foundry is used. This is the same outcome as if Ghostscript were not
+installed at all. If you install URW fonts (see "INSTALL.extra"), you
+will be able to embed them all by using the use the "U" foundry with
+gropdf to overcome this problem.
----------------------------------------------------------------------