bug-groff
[Top][All Lists]
Advanced

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

[bug #63231] groff-man-pages.utf8.txt: grotty: output above first line d


From: G. Branden Robinson
Subject: [bug #63231] groff-man-pages.utf8.txt: grotty: output above first line discarded
Date: Thu, 20 Oct 2022 17:54:26 -0400 (EDT)

Follow-up Comment #5, bug #63231 (project groff):

Thanks for the attachment.  While I can reproduce the diagnostic message from
that artifact, it doesn't persuade me that you haven't changed something in
your private groff fork so as to cause the problem.  That file does not rule
out problems in your versions of troff or the macro packages.

When I re-order the production of the collected man page documents as follows,
the problem does not appear.


$ git diff doc
diff --git a/doc/doc.am b/doc/doc.am
index a5eae91fe..f07990e29 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -175,6 +175,7 @@ EXTRA_DIST += \
 # localization at all to format it would be gauche).
 GROFF_MAN_PAGES1 = \
   src/utils/addftinfo/addftinfo.1 \
+  tmac/groff_mdoc.7 \
   src/utils/afmtodit/afmtodit.1 \
   contrib/chem/chem.1 \
   src/preproc/eqn/eqn.1 \
@@ -224,7 +225,6 @@ GROFF_MAN_PAGES1 = \
   contrib/hdtbl/groff_hdtbl.7 \
   tmac/groff_man.7 \
   tmac/groff_man_style.7 \
-  tmac/groff_mdoc.7 \
   tmac/groff_me.7 \
   contrib/mm/groff_mm.7
 

$ (cd build && make -j)
make  all-am
make[1]: Entering directory '/home/branden/src/GIT/groff/build'
  CXX      src/devices/grolj4/lj4.o
  GROFF    doc/groff-man-pages.pdf
  GROFF    doc/groff-man-pages.utf8.txt
  CXXLD    grolj4
troff: backtrace: file 'man/groff_char.7':1011
troff:man/groff_char.7:1011: warning: special character '.j' not defined
troff: backtrace: file 'man/groff_char.7':1431
troff:man/groff_char.7:1431: warning: special character 'vA' not defined
troff: backtrace: file 'man/groff_char.7':1560
troff:man/groff_char.7:1560: warning: special character 'bs' not defined
troff: backtrace: file 'man/groff_char.7':1731
troff:man/groff_char.7:1731: warning: special character '-+' not defined
troff: backtrace: file 'man/groff_char.7':1780
troff:man/groff_char.7:1780: warning: special character 'coproduct' not
defined
troff: backtrace: file 'man/groff_char.7':1875
troff:man/groff_char.7:1875: warning: special character '+e' not defined
contrib/mm/groff_mm.7:962: warning: table row will not fit on page 310
make[1]: Leaving directory '/home/branden/src/GIT/groff/build'


I recommend you check your local changes in the tmac directory.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63231>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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