[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #66583] [PATCH] allow building groff without makeinfo
From: |
Alejandro Colomar |
Subject: |
Re: [bug #66583] [PATCH] allow building groff without makeinfo |
Date: |
Tue, 31 Dec 2024 16:26:53 +0100 |
Hi Branden,
On Tue, Dec 31, 2024 at 10:04:22AM -0500, G. Branden Robinson wrote:
> Follow-up Comment #45, bug #66583 (group groff):
>
> [just the build failure issue]
>
> Looks to me like a missing TeX-related dependency. (A missing font,
> maybe?)
Most likely. I sometimes install stuff with --no-install-recommends,
which might have been the responsible for this. It's good that it
unveiled a bug in groff's build system. Maybe we can reproduce the
problem in a docker container by installing groff's deps with
--no-install-recommends.
> Check your build directory--are all 42 executable programs present?
>
> $ find . -maxdepth 1 -perm -0001 -and -not -type d | wc -l
> 42
$ find * -perm -0001 -not -type d | grep -v /
INSTALL
bootstrap
config.status
configure
mdate.pl
test-groff
update-copyright.sh
I prefer counting /s for avoiding find(1)'s weird options.
> (This includes config.status and test-groff, which don't get installed.)
>
> If they are, then the scenario you posited:
>
> prog: prog.c prog.tex
>
> ...is not the case.
>
> "All the usual stuff" includes the generated forms of groff's Texinfo
> manual, and the build is failing because TeX is failing.
>
> I see nothing else amiss.
But `make -k` should continue after a TeX failure, and successfully
build the binaries. (Admittedly, I forgot to show that in my previous
post.)
Below goes actual proof. This runs after the session I showed before.
Cheers,
Alex
alx@devuan:~/tmp/groff/groff$ find * -perm -0001 -not -type d | grep -v /
INSTALL
bootstrap
config.status
configure
mdate.pl
test-groff
update-copyright.sh
alx@devuan:~/tmp/groff/groff$ find * -perm -0001 -not -type d | grep -v / | wc
-l
7
alx@devuan:~/tmp/groff/groff$ ls -l
total 6144
-rw-r--r-- 1 alx alx 6984 Dec 31 14:56 ANNOUNCE
-rw-r--r-- 1 alx alx 0 Dec 31 14:56 AUTHORS
-rw-r--r-- 1 alx alx 2842 Dec 31 14:56 BUG-REPORT
-rw-r--r-- 1 alx alx 35147 Dec 31 14:56 COPYING
-rw-r--r-- 1 alx alx 515738 Dec 31 14:58 ChangeLog
-rw-r--r-- 1 alx alx 1136 Dec 31 14:56 ChangeLog.111
-rw-r--r-- 1 alx alx 10173 Dec 31 14:56 ChangeLog.112
-rw-r--r-- 1 alx alx 713 Dec 31 14:56 ChangeLog.113
-rw-r--r-- 1 alx alx 539 Dec 31 14:56 ChangeLog.114
-rw-r--r-- 1 alx alx 899 Dec 31 14:56 ChangeLog.115
-rw-r--r-- 1 alx alx 44127 Dec 31 14:56 ChangeLog.116
-rw-r--r-- 1 alx alx 79462 Dec 31 14:56 ChangeLog.117
-rw-r--r-- 1 alx alx 125656 Dec 31 14:56 ChangeLog.118
-rw-r--r-- 1 alx alx 175225 Dec 31 14:56 ChangeLog.119
-rw-r--r-- 1 alx alx 98442 Dec 31 14:56 ChangeLog.120
-rw-r--r-- 1 alx alx 23902 Dec 31 14:56 ChangeLog.121
-rw-r--r-- 1 alx alx 172056 Dec 31 14:56 ChangeLog.122
-rw-r--r-- 1 alx alx 738185 Dec 31 14:56 ChangeLog.123
-rw-r--r-- 1 alx alx 197332 Dec 31 14:56 ChangeLog.old
-rw-r--r-- 1 alx alx 22962 Dec 31 14:56 FDL
-rw-r--r-- 1 alx alx 2669 Dec 31 14:56 FOR-RELEASE
-rw-r--r-- 1 alx alx 12934 Dec 31 14:56 HACKING
lrwxrwxrwx 1 alx alx 18 Dec 31 14:58 INSTALL -> gnulib/doc/INSTALL
-rw-r--r-- 1 alx alx 4180 Dec 31 14:56 INSTALL.REPO
-rw-r--r-- 1 alx alx 10212 Dec 31 14:56 INSTALL.extra
-rw-r--r-- 1 alx alx 9080 Dec 31 14:56 LICENSES
-rw-r--r-- 1 alx alx 7281 Dec 31 14:56 MANIFEST
-rw-r--r-- 1 alx alx 5515 Dec 31 14:56 MORE.STUFF
-rw-r--r-- 1 alx alx 945379 Dec 31 14:59 Makefile
-rw-r--r-- 1 alx alx 31094 Dec 31 14:56 Makefile.am
-rw-r--r-- 1 alx alx 1035695 Dec 31 14:58 Makefile.in
-rw-r--r-- 1 alx alx 163450 Dec 31 14:56 NEWS
-rw-r--r-- 1 alx alx 41959 Dec 31 14:56 PROBLEMS
-rw-r--r-- 1 alx alx 1715 Dec 31 14:56 PROJECTS
-rw-r--r-- 1 alx alx 5502 Dec 31 14:56 README
-rw-r--r-- 1 alx alx 14488 Dec 31 14:56 README.MinGW
-rw-r--r-- 1 alx alx 182 Dec 31 14:56 README.git
-rw-r--r-- 1 alx alx 0 Dec 31 14:56 THANKS
-rw-r--r-- 1 alx alx 1123 Dec 31 14:56 TODO
-rw-r--r-- 1 alx alx 1000 Dec 31 14:56 acinclude.m4
-rw-r--r-- 1 alx alx 59555 Dec 31 14:58 aclocal.m4
drwxr-xr-x 5 alx alx 4096 Dec 31 14:56 arch
drwxr-xr-x 2 alx alx 4096 Dec 31 14:58 autom4te.cache
-rwxr-xr-x 1 alx alx 53631 Dec 31 14:56 bootstrap
-rw-r--r-- 1 alx alx 3175 Dec 31 14:56 bootstrap.conf
drwxr-xr-x 2 alx alx 4096 Dec 31 14:58 build-aux
-rw-r--r-- 1 alx alx 349579 Dec 31 14:59 config.log
-rwxr-xr-x 1 alx alx 82402 Dec 31 14:59 config.status
-rwxr-xr-x 1 alx alx 1008400 Dec 31 14:58 configure
-rw-r--r-- 1 alx alx 6901 Dec 31 14:56 configure.ac
drwxr-xr-x 15 alx alx 4096 Dec 31 14:56 contrib
-rw-r--r-- 1 alx alx 549 Dec 31 15:00 defs.h
drwxr-xr-x 4 alx alx 4096 Dec 31 15:00 doc
drwxr-xr-x 17 alx alx 4096 Dec 31 14:56 font
-rw-r--r-- 1 alx alx 1296 Dec 31 14:56 gendef.sh
drwxr-xr-x 13 alx alx 4096 Dec 31 14:58 gnulib
drwxr-xr-x 2 alx alx 4096 Dec 31 14:58 gnulib_m4
drwxr-xr-x 7 alx alx 4096 Dec 31 15:00 lib
drwxr-xr-x 2 alx alx 4096 Dec 31 14:56 m4
-rw-r--r-- 1 alx alx 137 Dec 31 14:56 makevarescape.sed
drwxr-xr-x 2 alx alx 4096 Dec 31 14:56 man
-rwxr-xr-x 1 alx alx 1188 Dec 31 14:56 mdate.pl
drwxr-xr-x 8 alx alx 4096 Dec 31 14:56 src
-rwxr-xr-x 1 alx alx 1601 Dec 31 14:59 test-groff
-rw-r--r-- 1 alx alx 1600 Dec 31 14:56 test-groff.in
drwxr-xr-x 4 alx alx 4096 Dec 31 14:56 tmac
-rwxr-xr-x 1 alx alx 586 Dec 31 14:56 update-copyright.sh
alx@devuan:~/tmp/groff/groff$ make -k
GEN doc/groff.dvi
This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian)
(preloaded format=etex)
restricted \write18 enabled.
entering extended mode
(../../../../../doc/groff.dvi.t2d/doc!groff.t2d/dvi/src/groff.texi
(/home/alx/tmp/groff/groff/build-aux/texinfo.tex
Loading texinfo [version 2024-02-10.22]: pdf, fonts, glyphs, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, insertions, localization, formatting, microtype,
and turning on texinfo input format.) (/home/alx/tmp/groff/groff/doc/txi-en.tex
)
Writing index file groff.cp
[1] [2] (./groff.toc) (./groff.toc [-1]) [-2] Chapter 1 (./groff.aux) [1]
[2] [3]
Writing index file groff.fn
l.804: Undefined cross reference `Setting Registers-snt'.
l.804: Undefined cross reference `Setting Registers-snt'.
l.804: Undefined cross reference `Setting Registers-pg'. [4]
l.853: Undefined cross reference `Line Layout-snt'.
l.853: Undefined cross reference `Line Layout-snt'.
l.853: Undefined cross reference `Line Layout-pg'. Chapter 2 [5] [6]
Writing index file groff.pg
l.997: Undefined cross reference `Built-in Registers-snt'.
l.997: Undefined cross reference `Built-in Registers-snt'.
l.997: Undefined cross reference `Built-in Registers-pg'. [7]
l.1039: Undefined cross reference `Implementation Differences-snt'.
l.1039: Undefined cross reference `Implementation Differences-snt'.
l.1039: Undefined cross reference `Implementation Differences-pg'.
l.1050: Undefined cross reference `Strings-snt'.
l.1050: Undefined cross reference `Strings-snt'.
l.1050: Undefined cross reference `Strings-pg'.
l.1065: Undefined cross reference `Font Families-snt'.
l.1065: Undefined cross reference `Font Families-snt'.
l.1065: Undefined cross reference `Font Families-pg'. [8]
l.1134: Undefined cross reference `Device and Font Description Files-snt'.
l.1134: Undefined cross reference `Device and Font Description Files-snt'.
l.1134: Undefined cross reference `Device and Font Description Files-pg'.
[9] l.1192: Undefined cross reference `Numeric Expressions-snt'.
l.1192: Undefined cross reference `Numeric Expressions-snt'.
l.1192: Undefined cross reference `Numeric Expressions-pg'.
l.1198: Undefined cross reference `Registers-snt'.
l.1198: Undefined cross reference `Registers-snt'.
l.1198: Undefined cross reference `Registers-pg'. [10]
l.1306: Undefined cross reference `Built-in Registers-snt'.
l.1306: Undefined cross reference `Built-in Registers-snt'.
l.1306: Undefined cross reference `Built-in Registers-pg'.
l.1310: Undefined cross reference `Device and Font Description Files-snt'.
l.1310: Undefined cross reference `Device and Font Description Files-snt'.
l.1310: Undefined cross reference `Device and Font Description Files-pg'.
[11] l.1360: Undefined cross reference `Warnings-snt'.
l.1360: Undefined cross reference `Warnings-snt'.
l.1360: Undefined cross reference `Warnings-pg'.
l.1375: Undefined cross reference `gtroff Output-snt'.
l.1375: Undefined cross reference `gtroff Output-snt'.
l.1375: Undefined cross reference `gtroff Output-pg'. [12]
l.1462: Undefined cross reference `Built-in Registers-snt'.
l.1462: Undefined cross reference `Built-in Registers-snt'.
l.1462: Undefined cross reference `Built-in Registers-pg'.
l.1485: Undefined cross reference `I/O-snt'.
l.1485: Undefined cross reference `I/O-snt'.
l.1485: Undefined cross reference `I/O-pg'. [13]
l.1571: Undefined cross reference `Device and Font Description Files-snt'.
l.1571: Undefined cross reference `Device and Font Description Files-snt'.
l.1571: Undefined cross reference `Device and Font Description Files-pg'.
[14] [15] Chapter 3 [16]
l.1773: Undefined cross reference `GNU troff Reference-snt'.
l.1773: Undefined cross reference `GNU troff Reference-snt'.
l.1773: Undefined cross reference `GNU troff Reference-pg'.
l.1801: Undefined cross reference `Formatter Instructions-snt'.
l.1801: Undefined cross reference `Formatter Instructions-snt'.
l.1801: Undefined cross reference `Formatter Instructions-pg'. [17]
l.1895: Undefined cross reference `Input Conventions-snt'.
l.1895: Undefined cross reference `Input Conventions-snt'.
l.1895: Undefined cross reference `Input Conventions-pg'.
l.1928: Undefined cross reference `Measurements-snt'.
l.1928: Undefined cross reference `Measurements-snt'.
l.1928: Undefined cross reference `Measurements-pg'. [18]
l.1936: Undefined cross reference `Manipulating Spacing-snt'.
l.1936: Undefined cross reference `Manipulating Spacing-snt'.
l.1936: Undefined cross reference `Manipulating Spacing-pg'. [19]
l.2121: Undefined cross reference `Page Layout-snt'.
l.2121: Undefined cross reference `Page Layout-snt'.
l.2121: Undefined cross reference `Page Layout-pg'.
l.2132: Undefined cross reference `Line Layout-snt'.
l.2132: Undefined cross reference `Line Layout-snt'.
l.2132: Undefined cross reference `Line Layout-pg'. [20] [21]
l.2246: Undefined cross reference `Italic Corrections-snt'.
l.2246: Undefined cross reference `Italic Corrections-snt'.
l.2246: Undefined cross reference `Italic Corrections-pg'. Chapter 4 [22]
Writing index file groff.ma
[23] [24] [25] [26] [27]
l.2799: Undefined cross reference `Request Index-snt'.
l.2799: Undefined cross reference `Request Index-snt'.
l.2799: Undefined cross reference `Request Index-pg'.
l.2799: Undefined cross reference `Escape Sequence Index-snt'.
l.2799: Undefined cross reference `Escape Sequence Index-snt'.
l.2799: Undefined cross reference `Escape Sequence Index-pg'. [28]
Writing index file groff.rq
[29]
Writing index file groff.vr
Writing index file groff.st
[30] [31] [32] l.3222: Undefined cross reference `ms Footnotes-snt'.
l.3222: Undefined cross reference `ms Footnotes-snt'.
l.3222: Undefined cross reference `ms Footnotes-pg'. [33] [34] [35] [36]
[37] l.3590: Undefined cross reference `Lists in ms-snt'.
l.3590: Undefined cross reference `Lists in ms-snt'.
l.3590: Undefined cross reference `Lists in ms-pg'. [38] [39]
kpathsea: Running mktextfm lcircle10
/usr/share/texlive/texmf-dist/web2c/mktexnam: Could not map source abbreviation
for lcircle10.
/usr/share/texlive/texmf-dist/web2c/mktexnam: Need to update ?
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; ; nonstopmode;
input lcircle10
This is METAFONT, Version 2.71828182 (TeX Live 2022/Debian) (preloaded base=mf)
kpathsea: Running mktexmf lcircle10
! I can't find file `lcircle10'.
<*> ...our; mag:=1; ; nonstopmode; input lcircle10
Please type another input file name
! Emergency stop.
<*> ...our; mag:=1; ; nonstopmode; input lcircle10
Transcript written on mfput.log.
grep: lcircle10.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; ; nonstopmode; input
lcircle10' failed to make lcircle10.tfm.
kpathsea: Appending font creation commands to missfont.log.
../../../../../doc/groff.dvi.t2d/doc!groff.t2d/dvi/src/groff.texi:3724: Font @c
ircle=lcircle10 not loadable: Metric (TFM) file not found.
<to be read again>
@relax
@cartouchefontdefs ...nt @circle =lcircle10@relax
@circthick =@fontdimen 8@c...
@\cartouche ...ment @cartouche @cartouchefontdefs
@ifhmode @par @fi @startsa...
l.3724 @cartouche
?
../../../../../doc/groff.dvi.t2d/doc!groff.t2d/dvi/src/groff.texi:3724: Emergen
cy stop.
<to be read again>
@relax
@cartouchefontdefs ...nt @circle =lcircle10@relax
@circthick =@fontdimen 8@c...
@\cartouche ...ment @cartouche @cartouchefontdefs
@ifhmode @par @fi @startsa...
l.3724 @cartouche
Output written on groff.dvi (43 pages, 137372 bytes).
Transcript written on groff.log.
/usr/bin/texi2dvi: etex exited with bad status, quitting.
make: *** [Makefile:16786: doc/groff.dvi] Error 1
GEN doc/groff.pdf
This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian)
(preloaded format=pdfetex)
restricted \write18 enabled.
entering extended mode
(../../../../../doc/groff.pdf.t2p/doc!groff.t2d/pdf/src/groff.texi
(/home/alx/tmp/groff/groff/build-aux/texinfo.tex
Loading texinfo [version 2024-02-10.22]: pdf, fonts, glyphs, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, insertions, localization, formatting, microtype,
and turning on texinfo input format.) (/home/alx/tmp/groff/groff/doc/txi-en.tex
)
Writing index file groff.cp
[1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] [-1] [-2] Chapter 1
[1] [2] Cross reference values unknown; you must run TeX again. [3]
Writing index file groff.fn
[4] Chapter 2 [5] [6]
Writing index file groff.pg
[7] [8] [9] [10] [11] [12] [13] [14] [15] Chapter 3 [16] [17] [18] [19]
[20] [21] Chapter 4 [22]
Writing index file groff.ma
[23] [24] [25] [26] [27] [28]
Writing index file groff.rq
[29]
Writing index file groff.vr
Writing index file groff.st
[30] [31] [32] [33] [34] [35] [36] [37] [38] [39]
kpathsea: Running mktextfm lcircle10
/usr/share/texlive/texmf-dist/web2c/mktexnam: Could not map source abbreviation
for lcircle10.
/usr/share/texlive/texmf-dist/web2c/mktexnam: Need to update ?
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; ; nonstopmode;
input lcircle10
This is METAFONT, Version 2.71828182 (TeX Live 2022/Debian) (preloaded base=mf)
kpathsea: Running mktexmf lcircle10
! I can't find file `lcircle10'.
<*> ...our; mag:=1; ; nonstopmode; input lcircle10
Please type another input file name
! Emergency stop.
<*> ...our; mag:=1; ; nonstopmode; input lcircle10
Transcript written on mfput.log.
grep: lcircle10.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; ; nonstopmode; input
lcircle10' failed to make lcircle10.tfm.
kpathsea: Appending font creation commands to missfont.log.
../../../../../doc/groff.pdf.t2p/doc!groff.t2d/pdf/src/groff.texi:3724: Font @c
ircle=lcircle10 not loadable: Metric (TFM) file not found.
<to be read again>
@relax
@cartouchefontdefs ...nt @circle =lcircle10@relax
@circthick =@fontdimen 8@c...
@\cartouche ...ment @cartouche @cartouchefontdefs
@ifhmode @par @fi @startsa...
l.3724 @cartouche
?
../../../../../doc/groff.pdf.t2p/doc!groff.t2d/pdf/src/groff.texi:3724: Emergen
cy stop.
<to be read again>
@relax
@cartouchefontdefs ...nt @circle =lcircle10@relax
@circthick =@fontdimen 8@c...
@\cartouche ...ment @cartouche @cartouchefontdefs
@ifhmode @par @fi @startsa...
l.3724 @cartouche
../../../../../doc/groff.pdf.t2p/doc!groff.t2d/pdf/src/groff.texi:3724: ==> Fa
tal error occurred, no output PDF file produced!
Transcript written on groff.log.
This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian)
(preloaded format=pdfetex)
restricted \write18 enabled.
entering extended mode
(../../../../../doc/groff.pdf.t2p/doc!groff.t2d/pdf/src/groff.texi
(/home/alx/tmp/groff/groff/build-aux/texinfo.tex
Loading texinfo [version 2024-02-10.22]: pdf, fonts, glyphs, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, insertions, localization, formatting, microtype,
and turning on texinfo input format.) (/home/alx/tmp/groff/groff/doc/txi-en.tex
)
Writing index file groff.cp
[1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] (./groff.toc)
(./groff.toc [-1]) [-2] (./groff.toc) (./groff.toc) Chapter 1 (./groff.aux)
[1] [2] [3]
Writing index file groff.fn
l.804: Undefined cross reference `Setting Registers-snt'.
l.804: Undefined cross reference `Setting Registers-snt'.
l.804: Undefined cross reference `Setting Registers-pg'. [4]
l.853: Undefined cross reference `Line Layout-snt'.
l.853: Undefined cross reference `Line Layout-snt'.
l.853: Undefined cross reference `Line Layout-pg'. Chapter 2 [5] [6]
Writing index file groff.pg
l.997: Undefined cross reference `Built-in Registers-snt'.
l.997: Undefined cross reference `Built-in Registers-snt'.
l.997: Undefined cross reference `Built-in Registers-pg'. [7]
l.1039: Undefined cross reference `Implementation Differences-snt'.
l.1039: Undefined cross reference `Implementation Differences-snt'.
l.1039: Undefined cross reference `Implementation Differences-pg'.
l.1050: Undefined cross reference `Strings-snt'.
l.1050: Undefined cross reference `Strings-snt'.
l.1050: Undefined cross reference `Strings-pg'.
l.1065: Undefined cross reference `Font Families-snt'.
l.1065: Undefined cross reference `Font Families-snt'.
l.1065: Undefined cross reference `Font Families-pg'. [8]
l.1134: Undefined cross reference `Device and Font Description Files-snt'.
l.1134: Undefined cross reference `Device and Font Description Files-snt'.
l.1134: Undefined cross reference `Device and Font Description Files-pg'.
[9] l.1192: Undefined cross reference `Numeric Expressions-snt'.
l.1192: Undefined cross reference `Numeric Expressions-snt'.
l.1192: Undefined cross reference `Numeric Expressions-pg'.
l.1198: Undefined cross reference `Registers-snt'.
l.1198: Undefined cross reference `Registers-snt'.
l.1198: Undefined cross reference `Registers-pg'. [10]
l.1306: Undefined cross reference `Built-in Registers-snt'.
l.1306: Undefined cross reference `Built-in Registers-snt'.
l.1306: Undefined cross reference `Built-in Registers-pg'.
l.1310: Undefined cross reference `Device and Font Description Files-snt'.
l.1310: Undefined cross reference `Device and Font Description Files-snt'.
l.1310: Undefined cross reference `Device and Font Description Files-pg'.
[11] l.1360: Undefined cross reference `Warnings-snt'.
l.1360: Undefined cross reference `Warnings-snt'.
l.1360: Undefined cross reference `Warnings-pg'.
l.1375: Undefined cross reference `gtroff Output-snt'.
l.1375: Undefined cross reference `gtroff Output-snt'.
l.1375: Undefined cross reference `gtroff Output-pg'. [12]
l.1462: Undefined cross reference `Built-in Registers-snt'.
l.1462: Undefined cross reference `Built-in Registers-snt'.
l.1462: Undefined cross reference `Built-in Registers-pg'.
l.1485: Undefined cross reference `I/O-snt'.
l.1485: Undefined cross reference `I/O-snt'.
l.1485: Undefined cross reference `I/O-pg'. [13]
l.1571: Undefined cross reference `Device and Font Description Files-snt'.
l.1571: Undefined cross reference `Device and Font Description Files-snt'.
l.1571: Undefined cross reference `Device and Font Description Files-pg'.
[14] [15] Chapter 3 [16]
l.1773: Undefined cross reference `GNU troff Reference-snt'.
l.1773: Undefined cross reference `GNU troff Reference-snt'.
l.1773: Undefined cross reference `GNU troff Reference-pg'.
l.1801: Undefined cross reference `Formatter Instructions-snt'.
l.1801: Undefined cross reference `Formatter Instructions-snt'.
l.1801: Undefined cross reference `Formatter Instructions-pg'. [17]
l.1895: Undefined cross reference `Input Conventions-snt'.
l.1895: Undefined cross reference `Input Conventions-snt'.
l.1895: Undefined cross reference `Input Conventions-pg'.
l.1928: Undefined cross reference `Measurements-snt'.
l.1928: Undefined cross reference `Measurements-snt'.
l.1928: Undefined cross reference `Measurements-pg'. [18]
l.1936: Undefined cross reference `Manipulating Spacing-snt'.
l.1936: Undefined cross reference `Manipulating Spacing-snt'.
l.1936: Undefined cross reference `Manipulating Spacing-pg'. [19]
l.2121: Undefined cross reference `Page Layout-snt'.
l.2121: Undefined cross reference `Page Layout-snt'.
l.2121: Undefined cross reference `Page Layout-pg'.
l.2132: Undefined cross reference `Line Layout-snt'.
l.2132: Undefined cross reference `Line Layout-snt'.
l.2132: Undefined cross reference `Line Layout-pg'. [20] [21]
l.2246: Undefined cross reference `Italic Corrections-snt'.
l.2246: Undefined cross reference `Italic Corrections-snt'.
l.2246: Undefined cross reference `Italic Corrections-pg'. Chapter 4 [22]
Writing index file groff.ma
[23] [24] [25] [26] [27]
l.2799: Undefined cross reference `Request Index-snt'.
l.2799: Undefined cross reference `Request Index-snt'.
l.2799: Undefined cross reference `Request Index-pg'.
l.2799: Undefined cross reference `Escape Sequence Index-snt'.
l.2799: Undefined cross reference `Escape Sequence Index-snt'.
l.2799: Undefined cross reference `Escape Sequence Index-pg'. [28]
Writing index file groff.rq
[29]
Writing index file groff.vr
Writing index file groff.st
[30] [31] [32] l.3222: Undefined cross reference `ms Footnotes-snt'.
l.3222: Undefined cross reference `ms Footnotes-snt'.
l.3222: Undefined cross reference `ms Footnotes-pg'. [33] [34] [35] [36]
[37] l.3590: Undefined cross reference `Lists in ms-snt'.
l.3590: Undefined cross reference `Lists in ms-snt'.
l.3590: Undefined cross reference `Lists in ms-pg'. [38] [39]
kpathsea: Running mktextfm lcircle10
/usr/share/texlive/texmf-dist/web2c/mktexnam: Could not map source abbreviation
for lcircle10.
/usr/share/texlive/texmf-dist/web2c/mktexnam: Need to update ?
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; ; nonstopmode;
input lcircle10
This is METAFONT, Version 2.71828182 (TeX Live 2022/Debian) (preloaded base=mf)
kpathsea: Running mktexmf lcircle10
! I can't find file `lcircle10'.
<*> ...our; mag:=1; ; nonstopmode; input lcircle10
Please type another input file name
! Emergency stop.
<*> ...our; mag:=1; ; nonstopmode; input lcircle10
Transcript written on mfput.log.
grep: lcircle10.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; ; nonstopmode; input
lcircle10' failed to make lcircle10.tfm.
kpathsea: Appending font creation commands to missfont.log.
../../../../../doc/groff.pdf.t2p/doc!groff.t2d/pdf/src/groff.texi:3724: Font @c
ircle=lcircle10 not loadable: Metric (TFM) file not found.
<to be read again>
@relax
@cartouchefontdefs ...nt @circle =lcircle10@relax
@circthick =@fontdimen 8@c...
@\cartouche ...ment @cartouche @cartouchefontdefs
@ifhmode @par @fi @startsa...
l.3724 @cartouche
?
../../../../../doc/groff.pdf.t2p/doc!groff.t2d/pdf/src/groff.texi:3724: Emergen
cy stop.
<to be read again>
@relax
@cartouchefontdefs ...nt @circle =lcircle10@relax
@circthick =@fontdimen 8@c...
@\cartouche ...ment @cartouche @cartouchefontdefs
@ifhmode @par @fi @startsa...
l.3724 @cartouche
../../../../../doc/groff.pdf.t2p/doc!groff.t2d/pdf/src/groff.texi:3724: ==> Fa
tal error occurred, no output PDF file produced!
Transcript written on groff.log.
/usr/bin/texi2dvi: pdfetex exited with bad status, quitting.
make: *** [Makefile:16801: doc/groff.pdf] Error 1
GEN font/devpdf/DESC
GEN font/devpdf/Foundry
GEN shdeps.sed
GEN afmtodit
GEN font/devpdf/util/BuildFoundries
GEN font/devpdf/download
BuildFoundries: notice: copied grops font AB
BuildFoundries: notice: copied grops font ABI
BuildFoundries: notice: copied grops font AI
BuildFoundries: notice: copied grops font AR
BuildFoundries: notice: copied grops font BMB
BuildFoundries: notice: copied grops font BMBI
BuildFoundries: notice: copied grops font BMI
BuildFoundries: notice: copied grops font BMR
BuildFoundries: notice: copied grops font CB
BuildFoundries: notice: copied grops font CBI
BuildFoundries: notice: copied grops font CI
BuildFoundries: notice: copied grops font CR
BuildFoundries: notice: copied grops font HB
BuildFoundries: notice: copied grops font HBI
BuildFoundries: notice: copied grops font HI
BuildFoundries: notice: copied grops font HNB
BuildFoundries: notice: copied grops font HNBI
BuildFoundries: notice: copied grops font HNI
BuildFoundries: notice: copied grops font HNR
BuildFoundries: notice: copied grops font HR
BuildFoundries: notice: copied grops font NB
BuildFoundries: notice: copied grops font NBI
BuildFoundries: notice: copied grops font NI
BuildFoundries: notice: copied grops font NR
BuildFoundries: notice: copied grops font PB
BuildFoundries: notice: copied grops font PBI
BuildFoundries: notice: copied grops font PI
BuildFoundries: notice: copied grops font PR
BuildFoundries: notice: copied grops font S
BuildFoundries: notice: copied grops font TB
BuildFoundries: notice: copied grops font TBI
BuildFoundries: notice: copied grops font TI
BuildFoundries: notice: copied grops font TR
BuildFoundries: notice: copied grops font ZCMI
BuildFoundries: notice: copied grops font ZD
BuildFoundries: notice: copied grops font EURO
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-AB
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-ABI
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-AI
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-AR
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-BMB
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-BMBI
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-BMI
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-BMR
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-CB
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-CBI
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-CI
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-CR
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-HB
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-HBI
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-HI
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-HNB
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-HNBI
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-HNI
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-HNR
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-HR
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-NB
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-NBI
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-NI
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-NR
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-PB
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-PBI
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-PI
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-PR
BuildFoundries: notice: generated U-S
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-TB
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-TBI
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-TI
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-TR
afmtodit: AGL name 'Delta' already mapped to groff name '*D'; ignoring AGL name
'uni0394'
afmtodit: AGL name 'mu' already mapped to groff name '*m'; ignoring AGL name
'uni03BC'
afmtodit: AGL name 'mu' already mapped to groff name 'mc'; ignoring AGL name
'uni03BC'
BuildFoundries: notice: generated U-ZCMI
BuildFoundries: notice: generated U-ZD
GEN charset.alias
GEN ref-add.sed
GEN ref-del.sed
make: Target 'all' not remade because of errors.
alx@devuan:~/tmp/groff/groff$ find * -perm -0001 -not -type d | grep -v /
INSTALL
afmtodit
bootstrap
config.status
configure
mdate.pl
test-groff
update-copyright.sh
>
>
>
> _______________________________________________________
>
> To reply to this notification, you have two options:
> * In the Web UI at <https://savannah.gnu.org/bugs/?66583>.
> * By email, ONLY IF you sign your email with a GPG key registered
> in your Savannah account AND you include the following line
> in the reply:
>
> {savane: user = 296833; tracker = bugs; item = 66583}
>
> _______________________________________________
> Message sent via Savannah
> https://savannah.gnu.org/
--
<https://www.alejandro-colomar.es/>
signature.asc
Description: PGP signature
- [bug #66583] [PATCH] allow building groff without makeinfo, (continued)
- [bug #66583] [PATCH] allow building groff without makeinfo, anonymous, 2024/12/29
- [bug #66583] [PATCH] allow building groff without makeinfo, Dave, 2024/12/30
- [bug #66583] [PATCH] allow building groff without makeinfo, anonymous, 2024/12/30
- [bug #66583] [PATCH] allow building groff without makeinfo, Dave, 2024/12/31
- [bug #66583] [PATCH] allow building groff without makeinfo, anonymous, 2024/12/31
- [bug #66583] [PATCH] allow building groff without makeinfo, Dave, 2024/12/31
- [bug #66583] [PATCH] allow building groff without makeinfo, G. Branden Robinson, 2024/12/31
- [bug #66583] [PATCH] allow building groff without makeinfo, Alejandro Colomar, 2024/12/31
- [bug #66583] [PATCH] allow building groff without makeinfo, G. Branden Robinson, 2024/12/31
- Re: [bug #66583] [PATCH] allow building groff without makeinfo,
Alejandro Colomar <=
- [bug #66583] [PATCH] allow building groff without makeinfo, Alejandro Colomar, 2024/12/31
- [bug #66583] [PATCH] allow building groff without makeinfo, G. Branden Robinson, 2024/12/31
- [bug #66583] [PATCH] allow building groff without makeinfo, Alejandro Colomar, 2024/12/31
- [bug #66583] [PATCH] allow building groff without makeinfo, anonymous, 2024/12/31
- [bug #66583] [PATCH] allow building groff without makeinfo, anonymous, 2024/12/31
- [bug #66583] [PATCH] allow building groff without makeinfo, Alejandro Colomar, 2024/12/31
- [bug #66583] [PATCH] allow building groff without makeinfo, anonymous, 2024/12/31