Hi Carlos, At 2023-04-22T10:22:35-0400, Carlos wrote: > > You are not obliged to try out this release candidate in any way, > > but I thought I'd mention it. > > I woudn't mind. As a matter of fact I tried it out, save the program > 'pnmtops' can't handle > -nosetpage option; can't generate doc/gnu.eps sentence from the > subject line above which prevented the whole thing > from compiling
Prevented the whole thing from compiling? I can't reproduce this, even after removing the 'netpbm' package from a Debian bullseye chroot build environment. I'm attaching a build log. In it, I see the following: ... checking for pnmtops... missing checking for psselect... missing checking for URW fonts in Type 1/PFB format... found in /usr/share/fonts/type1/urw-base35/ checking whether pnmtops accepts the '-nosetpage' option... no ... configure: The programs 'pnmcrop', 'pnmcut', 'pnmtopng', 'pnmtops', and 'psselect' were not found in $PATH. Consequently, groff's HTML output driver, 'grohtml', will not work properly. It will not be possible to prepare or install groff-generated documentation in HTML format. ... make[1]: Leaving directory '/home/branden/BUILD/groff-1.23.0.rc4' ...and a successful exit. > > Here is a simple experiment you can try, and my results with it. > > > > $ echo '.TH foobar 1 baz qux' | nroff -man | cat -n > > 1 foobar(1) General Commands Manual > > foobar(1) > > 2 > > 3 > > 4 > > 5 qux baz > > foobar(1) > > > > If your output differs, we'll want to know. > > > > 1 > 2 foobar(|) > foobar(|) > 3 > 4 > 5 > 6 qux baz > foobar(|) > > That's my result from the teletype. And xterm confirms the same pretty > much Yes. Notice that you have 6 lines of output where I have 5. The additional line is a blank one at the very top. (I assume you mistyped "1" as "|", as well.) That is consistent with a stray blank line in a macro file, prior to the input being read. I did forget to have you check one of the more likely places for such an error: the man.local file. On my system, this file is in /etc/groff. Please show us the output of "cat -n", run on the man.local file (wherever it is located on your system). We'll be looking for any lines that don't start with a dot. > > Let us know what you find. [...] > but makes no difference on stdout unfortunately Yes--I think man.local is the more likely culprit now that it's daylight outside and I have a fresh supply of caffeine. Regards, Branden
Script started on 2023-04-22 19:41:38+00:00 [TERM="xterm-256color"
TTY="/dev/pts/5" COLUMNS="147" LINES="44"]
[?2004h(bullseye)branden@illithid:~/BUILD/groff-1.23.0.rc4$ ./configure && make
[?2004l
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether the compiler is clang... no
checking for compiler option needed when checking for declarations... none
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for features.h... yes
checking for limits.h... yes
checking for math.h... yes
checking for sys/mman.h... yes
checking for crtdefs.h... no
checking for wctype.h... yes
checking for sys/param.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking whether the compiler is clang... (cached) no
checking for compiler option needed when checking for declarations... (cached)
none
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether the preprocessor supports include_next... yes
checking whether source code line length is unlimited... yes
checking for complete errno.h... yes
checking whether ctype.h defines __header_inline... no
checking for stdint.h... yes
checking for inttypes.h... yes
checking whether printf supports size specifiers as in C99... yes
checking whether printf supports 'long double' arguments... yes
checking whether printf supports infinite 'double' arguments... yes
checking whether byte ordering is bigendian... no
checking whether long double and double are the same... no
checking whether printf supports infinite 'long double' arguments... yes
checking whether printf supports the 'a' and 'A' directives... yes
checking whether printf supports the 'F' directive... yes
checking whether printf supports the 'n' directive... yes
checking whether printf supports the 'ls' directive... yes
checking whether printf supports POSIX/XSI format strings with positions... yes
checking whether printf supports the grouping flag... yes
checking whether printf supports the left-adjust flag correctly... yes
checking whether printf supports the zero flag correctly... yes
checking whether printf supports large precisions... yes
checking whether the compiler produces multi-arch binaries... no
checking whether printf survives out-of-memory conditions... yes
checking for gcc options needed to detect all undeclared functions... none
needed
checking for vasnprintf... no
checking for snprintf... yes
checking for symlink... yes
checking for mprotect... yes
checking for iswcntrl... yes
checking for wcwidth... yes
checking for getpagesize... yes
checking for wchar_t... yes
checking for wint_t... yes
checking whether wint_t is large enough... yes
checking for intmax_t... yes
checking where to find the exponent in a 'double'... word 1 bit 20
checking whether snprintf returns a byte count as in C99... yes
checking whether snprintf truncates the result as in C99... yes
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking whether frexp() can be used without linking with libm... yes
checking whether alarm is declared... yes
checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no
checking whether stdint.h conforms to C99... yes
checking whether stdint.h works without ISO C predefines... yes
checking whether stdint.h has UINTMAX_WIDTH etc.... yes
checking for C/C++ restrict keyword... __restrict__
checking where to find the exponent in a 'float'... word 0 bit 23
checking for nl_langinfo and CODESET... yes
checking for working fcntl.h... yes
checking whether getc_unlocked is declared... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
checking whether NAN macro works... yes
checking whether HUGE_VAL works... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether snprintf is declared... yes
checking for _Bool... yes
checking for stdbool.h that conforms to C99 or later... yes
checking for good max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether fcloseall is declared... yes
checking whether getw is declared... yes
checking whether putw is declared... yes
checking which flavor of printf attribute matches inttypes macros... system
checking whether ecvt is declared... yes
checking whether fcvt is declared... yes
checking whether gcvt is declared... yes
checking for pid_t... yes
checking for mode_t... yes
checking whether execvpe is declared... yes
checking whether vsnprintf is declared... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking whether wcsdup is declared... yes
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking for inline... inline
checking for C compiler option to allow warnings... -Wno-error
checking for alloca as a compiler built-in... yes
checking for static_assert... yes, an <assert.h> macro
checking whether conversion from 'int' to 'long double' works... yes
checking whether free is known to preserve errno... no
checking whether frexp works... yes
checking whether frexpl is declared... yes
checking whether frexpl() can be used without linking with libm... yes
checking whether frexpl works... yes
checking for __fseterr... no
checking whether isnan(double) can be used without linking with libm... yes
checking whether isnan(float) can be used without linking with libm... yes
checking whether isnan(float) works... yes
checking whether isnan(long double) can be used without linking with libm... yes
checking whether isnanl works... yes
checking whether frexp works... (cached) yes
checking whether ldexp can be used without linking with libm... yes
checking whether frexpl() can be used without linking with libm... (cached) yes
checking whether frexpl works... (cached) yes
checking whether frexpl is declared... (cached) yes
checking whether ldexpl() can be used without linking with libm... yes
checking whether ldexpl works... yes
checking whether ldexpl is declared... yes
checking for signbit macro... yes
checking for signbit compiler built-ins... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for snprintf... (cached) yes
checking whether snprintf respects a size of 1... yes
checking whether printf supports POSIX/XSI format strings with positions...
(cached) yes
checking for ssize_t... yes
checking for ptrdiff_t... yes
checking for vsnprintf... yes
checking whether snprintf respects a size of 1... (cached) yes
checking whether printf supports POSIX/XSI format strings with positions...
(cached) yes
checking whether wcwidth is declared... yes
checking whether wcwidth works reasonably in UTF-8 locales... yes
checking for stdint.h... (cached) yes
checking that C++ compiler can compile simple program... yes
checking that C++ static constructors and destructors are called... yes
checking that header files support C++... yes
checking whether character set is EBCDIC... no
checking whether to install .cmd wrapper scripts for Windows... no
checking for X... no
checking for a sed that does not truncate output... /usr/bin/sed
checking for perl... /usr/bin/perl
checking for perl version... 5.32.1
checking for lpr... no
checking for lp... no
checking for egrep... (cached) /usr/bin/grep -E
checking for byacc... byacc
checking for m4... m4
checking for makeinfo... no
checking for texi2dvi... missing
checking for tex... missing
checking for ranlib... (cached) ranlib
checking for install-info... no
checking whether ln -s works... yes
checking for xpmtoppm... missing
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for UCHARDET... no
checking for csh hash hack... no
checking for stdbool.h... (cached) yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dirent.h... yes
checking for limits.h... (cached) yes
checking for sys/dir.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for math.h... (cached) yes
checking for sys/time.h... yes
checking for direct.h... no
checking for process.h... no
checking for ISC 3.x or 4.x... no
checking whether -D_POSIX_SOURCE is necessary... no
checking for return type of srand... void
checking whether gettimeofday must be declared... no
checking whether popen must be declared... no
checking whether pclose must be declared... no
checking whether putenv must be declared... no
checking whether rand must be declared... no
checking whether srand must be declared... no
checking whether strcasecmp must be declared... no
checking whether strncasecmp must be declared... no
checking whether vfprintf must be declared... no
checking for sys_nerr in <errno.h>, <stdio.h>, or <stdlib.h>... yes
checking for sys_errlist in <errno.h>, <stdio.h>, or <stdlib.h>... yes
checking C++ <osfcn.h>... no
checking C++ <limits.h>... yes
checking C++ <inttypes.h>... yes
checking for unsigned long long... yes
checking for declaration of time_t... yes
checking for return type of signal handlers... void
checking struct exception... no
checking whether byte ordering is bigendian... (cached) no
checking for main in -lc... yes
checking for sin in -lm... yes
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking how to run the C++ preprocessor... g++ -E
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft,
char * *outbuf, size_t *outbytesleft);
checking for working mmap... yes
checking for fmod... yes
checking for getcwd... yes
checking for putenv... yes
checking for strcasecmp... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strtol... yes
checking for gettimeofday... yes
checking for isatty... yes
checking for kill... yes
checking for rename... yes
checking for setlocale... yes
checking for strdup... yes
checking for strsep... yes
checking for mkstemp... yes
checking whether strsignal is declared... yes
checking whether getc_unlocked is declared... (cached) yes
checking whether sys_siglist is declared... no
checking whether getc_unlocked is declared... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking whether ISO C++98 array deletion syntax is supported... yes
checking whether C preprocessor uses pre-ISO C90 syntax... no
checking w_coredump... no
checking default value for grops -b option... 0
checking default paper format... a4
checking for existing troff installation... no
checking for prefix of system macro packages... none
checking which system macro packages should be made available... none found
checking separator character to use in groff search paths... :
checking for gs... gs
checking for pnmcrop... missing
checking for pnmcut... missing
checking for pnmtopng... missing
checking for pnmtops... missing
checking for psselect... missing
checking for URW fonts in Type 1/PFB format... found in
/usr/share/fonts/type1/urw-base35/
checking whether pnmtops accepts the '-nosetpage' option... no
checking whether make defines 'RM'... yes
checking for a diff program that supports option -D... yes
checking whether test supports option -ef... yes
checking for bash... /usr/bin/bash
checking for gs version with good left sidebearing handling... got 9.53.3
(buggy)
checking whether we are using the GNU C Library >= 2.1 or uClibc... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating test-groff
config.status: creating src/include/config.h
config.status: executing depfiles commands
GNU roff version 1.23.0.rc4
----------------------------------------------------------------------
installation directory prefix : /usr/local
C++ compiler and options : g++ -g -O2
use libgroff's memory allocator : no
C compiler and options : gcc -g -O2
Perl interpreter version : 5.32.1
X11 support : disabled
'groff -l' uses print spooler : no
use URW fonts for PDF output : yes
URW fonts directory : /usr/share/fonts/type1/urw-base35/
preconv can use uchardet library : no
can build groff.dvi, groff.pdf : no
----------------------------------------------------------------------
configure: Buggy version of Ghostscript detected.
Ghostscript versions 9.00 <= x < 9.54 suffer from a rendering glitch
that affects the AT&T troff (and groff) special character '\(lh'; see
<https://bugs.ghostscript.com/show_bug.cgi?id=703187>. If your
version of Ghostscript has not been patched to fix this problem, you
may need to work around it in groff documents you render for the
PostScript (and, for tbl(1) tables, HTML) output devices.
configure: The uchardet library was not found.
The 'preconv' preprocessor program will be unable to attempt automatic
inference of an input file's character encoding. See the preconv(1)
man page.
configure: The programs 'pnmcrop', 'pnmcut', 'pnmtopng', 'pnmtops', and
'psselect' were not found in $PATH.
Consequently, groff's HTML output driver, 'grohtml', will not work
properly. It will not be possible to prepare or install
groff-generated documentation in HTML format.
GEN lib/alloca.h
GEN lib/inttypes.h
GEN lib/limits.h
GEN lib/math.h
GEN lib/stdio.h
GEN lib/stdlib.h
GEN lib/string.h
GEN lib/sys/types.h
GEN lib/unistd.h
GEN lib/unitypes.h
GEN lib/uniwidth.h
GEN lib/wchar.h
GEN lib/wctype.h
GEN contrib/chem/README
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
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-AB
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-ABI
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-AI
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-AR
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-BMB
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-BMBI
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-BMI
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-BMR
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-CB
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-CBI
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-CI
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-CR
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-HB
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-HBI
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-HI
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-HNB
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-HNBI
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-HNI
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-HNR
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-HR
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-NB
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-NBI
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-NI
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-NR
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-PB
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-PBI
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-PI
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-PR
BuildFoundries: notice: generated U-S
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-TB
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-TBI
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-TI
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name 'mc'; ignoring AGL name 'uni03BC'
BuildFoundries: notice: generated U-TR
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'Delta' already mapped
to groff name '*D'; ignoring AGL name 'uni0394'
/home/branden/BUILD/groff-1.23.0.rc4/afmtodit: AGL name 'mu' already mapped to
groff name '*m'; ignoring AGL name 'uni03BC'
/home/branden/BUILD/groff-1.23.0.rc4/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 all-am
make[1]: Entering directory '/home/branden/BUILD/groff-1.23.0.rc4'
CXX src/devices/grodvi/dvi.o
CXX src/libs/libdriver/input.o
CXX src/libs/libdriver/printer.o
AR libdriver.a
CXX src/libs/libgroff/libgroff_a-assert.o
CXX src/libs/libgroff/libgroff_a-change_lf.o
CXX src/libs/libgroff/libgroff_a-cmap.o
CXX src/libs/libgroff/libgroff_a-color.o
CXX src/libs/libgroff/libgroff_a-cset.o
CXX src/libs/libgroff/libgroff_a-curtime.o
CXX src/libs/libgroff/libgroff_a-device.o
CXX src/libs/libgroff/libgroff_a-errarg.o
CXX src/libs/libgroff/libgroff_a-error.o
CXX src/libs/libgroff/libgroff_a-fatal.o
CXX src/libs/libgroff/libgroff_a-filename.o
CXX src/libs/libgroff/libgroff_a-font.o
CXX src/libs/libgroff/libgroff_a-fontfile.o
CXX src/libs/libgroff/libgroff_a-geometry.o
CC src/libs/libgroff/libgroff_a-getopt.o
CC src/libs/libgroff/libgroff_a-getopt1.o
CXX src/libs/libgroff/libgroff_a-glyphuni.o
CXX src/libs/libgroff/libgroff_a-htmlhint.o
CXX src/libs/libgroff/libgroff_a-hypot.o
CC src/libs/libgroff/libgroff_a-iftoa.o
CXX src/libs/libgroff/libgroff_a-invalid.o
CC src/libs/libgroff/libgroff_a-itoa.o
CXX src/libs/libgroff/libgroff_a-lf.o
CXX src/libs/libgroff/libgroff_a-lineno.o
CC src/libs/libgroff/libgroff_a-localcharset.o
CXX src/libs/libgroff/libgroff_a-macropath.o
CC src/libs/libgroff/libgroff_a-matherr.o
CXX src/libs/libgroff/libgroff_a-maxfilename.o
CXX src/libs/libgroff/libgroff_a-maxpathname.o
CXX src/libs/libgroff/libgroff_a-mksdir.o
CXX src/libs/libgroff/libgroff_a-nametoindex.o
CXX src/libs/libgroff/libgroff_a-paper.o
CXX src/libs/libgroff/libgroff_a-prime.o
CC src/libs/libgroff/libgroff_a-progname.o
CXX src/libs/libgroff/libgroff_a-ptable.o
CC src/libs/libgroff/libgroff_a-quotearg.o
CXX src/libs/libgroff/libgroff_a-relocate.o
CXX src/libs/libgroff/libgroff_a-searchpath.o
CC src/libs/libgroff/libgroff_a-spawnvp.o
CXX src/libs/libgroff/libgroff_a-string.o
CXX src/libs/libgroff/libgroff_a-strsave.o
CXX src/libs/libgroff/libgroff_a-symbol.o
CXX src/libs/libgroff/libgroff_a-tmpfile.o
CXX src/libs/libgroff/libgroff_a-tmpname.o
CXX src/libs/libgroff/libgroff_a-unicode.o
CXX src/libs/libgroff/libgroff_a-uniglyph.o
CXX src/libs/libgroff/libgroff_a-uniuni.o
GEN src/libs/libgroff/version.cpp
CXX src/libs/libgroff/libgroff_a-version.o
AR libgroff.a
CC lib/libgnu_a-free.o
CC lib/libgnu_a-fseterr.o
CC lib/libgnu_a-localcharset.o
CC lib/libgnu_a-math.o
CC lib/libgnu_a-printf-frexp.o
CC lib/libgnu_a-printf-frexpl.o
CC lib/libgnu_a-unistd.o
CC lib/uniwidth/libgnu_a-width.o
CC lib/libgnu_a-wctype-h.o
CC lib/libgnu_a-xsize.o
CC lib/asnprintf.o
CC lib/printf-args.o
CC lib/printf-parse.o
CC lib/vasnprintf.o
AR lib/libgnu.a
CXXLD grodvi
CXX src/devices/grohtml/post-html.o
CXX src/devices/grohtml/html-table.o
CXX src/devices/grohtml/html-text.o
CXX src/devices/grohtml/output.o
CXXLD post-grohtml
CXX src/devices/grolbp/lbp.o
CXXLD grolbp
CXX src/devices/grolj4/lj4.o
CXXLD grolj4
CXX src/devices/grops/ps.o
CXX src/devices/grops/psrm.o
CXXLD grops
CXX src/devices/grotty/tty.o
CXXLD grotty
CXX src/preproc/html/pre-html.o
CXX src/preproc/html/pushback.o
CXXLD pre-grohtml
CXX src/preproc/preconv/preconv-preconv.o
CXXLD preconv
CXX src/roff/groff/groff.o
CC src/roff/groff/pipeline.o
CXXLD groff
CXX src/utils/addftinfo/addftinfo.o
CXX src/utils/addftinfo/guess.o
CXXLD addftinfo
CXX src/utils/hpftodit/hpftodit.o
CXX src/utils/hpftodit/hpuni.o
CXXLD hpftodit
CXX src/utils/lkbib/lkbib.o
CXX src/libs/libbib/common.o
CXX src/libs/libbib/index.o
CXX src/libs/libbib/linear.o
CXX src/libs/libbib/search.o
CC src/libs/libbib/map.o
AR libbib.a
CXXLD lkbib
CC src/utils/pfbtops/pfbtops.o
CXXLD pfbtops
CXX src/utils/tfmtodit/tfmtodit.o
CXXLD tfmtodit
CXX src/preproc/eqn/eqn-main.o
CXX src/preproc/eqn/eqn-lex.o
CXX src/preproc/eqn/eqn-box.o
CXX src/preproc/eqn/eqn-limit.o
CXX src/preproc/eqn/eqn-list.o
CXX src/preproc/eqn/eqn-over.o
CXX src/preproc/eqn/eqn-text.o
CXX src/preproc/eqn/eqn-script.o
CXX src/preproc/eqn/eqn-mark.o
CXX src/preproc/eqn/eqn-other.o
CXX src/preproc/eqn/eqn-delim.o
CXX src/preproc/eqn/eqn-sqrt.o
CXX src/preproc/eqn/eqn-pile.o
CXX src/preproc/eqn/eqn-special.o
CXX src/preproc/eqn/eqn-eqn.o
CXXLD eqn
CXX src/preproc/grn/hdb.o
CXX src/preproc/grn/hpoint.o
CXX src/preproc/grn/hgraph.o
CXX src/preproc/grn/main.o
CXXLD grn
CXX src/preproc/pic/pic-pic.o
CXX src/preproc/pic/pic-lex.o
CXX src/preproc/pic/pic-main.o
CXX src/preproc/pic/pic-object.o
CXX src/preproc/pic/pic-common.o
CXX src/preproc/pic/pic-troff.o
CXX src/preproc/pic/pic-tex.o
CXXLD pic
CXX src/preproc/refer/refer-command.o
CXX src/preproc/refer/refer-ref.o
CXX src/preproc/refer/refer-refer.o
CXX src/preproc/refer/refer-token.o
CXX src/preproc/refer/refer-label.o
CXXLD refer
CXX src/preproc/soelim/soelim.o
CXXLD soelim
CXX src/preproc/tbl/main.o
CXX src/preproc/tbl/table.o
CXXLD tbl
CXX src/roff/troff/dictionary.o
CXX src/roff/troff/div.o
CXX src/roff/troff/env.o
CXX src/roff/troff/input.o
CXX src/roff/troff/mtsm.o
CXX src/roff/troff/node.o
CXX src/roff/troff/number.o
CXX src/roff/troff/reg.o
GEN src/roff/troff/majorminor.cpp
CXX src/roff/troff/majorminor.o
CXXLD troff
CXX src/utils/indxbib/indxbib.o
CC src/utils/indxbib/signal.o
CXXLD indxbib
CXX src/utils/lookbib/lookbib.o
CXXLD lookbib
GEN eqn2graph
GEN gdiffmk
GEN glilypond
GEN gperl
GEN gpinyin
GEN grap2graph
GEN mmroff
GEN pdfroff
GEN pic2graph
GEN gropdf
GEN pdfmom
GEN grog
GEN chem
GEN neqn
GEN nroff
GEN contrib/chem/chem.1
GEN contrib/eqn2graph/eqn2graph.1
GEN contrib/gdiffmk/gdiffmk.1
GEN contrib/glilypond/glilypond.1
GEN contrib/gperl/gperl.1
GEN contrib/gpinyin/gpinyin.1
GEN contrib/grap2graph/grap2graph.1
GEN contrib/mm/mmroff.1
GEN contrib/pdfmark/pdfroff.1
GEN contrib/pic2graph/pic2graph.1
GEN src/devices/grodvi/grodvi.1
GEN src/devices/grohtml/grohtml.1
GEN src/devices/grolbp/grolbp.1
GEN src/devices/grolj4/grolj4.1
GEN src/devices/gropdf/gropdf.1
GEN src/devices/gropdf/pdfmom.1
GEN src/devices/grops/grops.1
GEN src/devices/grotty/grotty.1
GEN src/preproc/preconv/preconv.1
GEN src/roff/groff/groff.1
GEN src/utils/addftinfo/addftinfo.1
GEN src/utils/afmtodit/afmtodit.1
GEN src/utils/grog/grog.1
GEN src/utils/hpftodit/hpftodit.1
GEN src/utils/lkbib/lkbib.1
GEN src/utils/pfbtops/pfbtops.1
GEN src/utils/tfmtodit/tfmtodit.1
GEN src/preproc/eqn/eqn.1
GEN src/preproc/eqn/neqn.1
GEN src/preproc/grn/grn.1
GEN src/preproc/pic/pic.1
GEN src/preproc/refer/refer.1
GEN src/preproc/soelim/soelim.1
GEN src/preproc/tbl/tbl.1
GEN src/roff/nroff/nroff.1
GEN src/roff/troff/troff.1
GEN src/utils/indxbib/indxbib.1
GEN src/utils/lookbib/lookbib.1
GEN man/groff_font.5
GEN man/groff_out.5
GEN man/groff_tmac.5
GEN contrib/hdtbl/groff_hdtbl.7
GEN contrib/mm/groff_mm.7
GEN contrib/mm/groff_mmse.7
GEN contrib/mom/groff_mom.7
GEN contrib/rfc1345/groff_rfc1345.7
GEN man/groff_char.7
GEN man/groff_diff.7
GEN man/groff.7
GEN man/roff.7
GEN tmac/groff_ms.7
GEN tmac/groff_man.7.man
GEN tmac/groff_man.7
GEN tmac/groff_man_style.7.man
GEN tmac/groff_man_style.7
GEN tmac/groff_me.7
GEN tmac/groff_mdoc.7
GEN tmac/groff_trace.7
GEN tmac/groff_www.7
GEN font/devascii/R
GEN font/devascii/I
GEN font/devascii/B
GEN font/devascii/BI
GEN font/devascii/DESC
GEN font/devcp1047/R
GEN font/devcp1047/I
GEN font/devcp1047/B
GEN font/devcp1047/BI
GEN font/devcp1047/DESC
GEN font/devdvi/DESC
GEN font/devhtml/R
GEN font/devhtml/I
GEN font/devhtml/B
GEN font/devhtml/BI
GEN font/devhtml/CR
GEN font/devhtml/CI
GEN font/devhtml/CB
GEN font/devhtml/CBI
GEN font/devhtml/S
GEN font/devhtml/DESC
GEN font/devlatin1/R
GEN font/devlatin1/I
GEN font/devlatin1/B
GEN font/devlatin1/BI
GEN font/devlatin1/DESC
GEN font/devlbp/DESC
GEN font/devutf8/R
GEN font/devutf8/I
GEN font/devutf8/B
GEN font/devutf8/BI
GEN font/devutf8/DESC
GEN contrib/chem/examples/README
GEN contrib/chem/examples/122/README
GEN font/devlj4/DESC
GEN font/devps/DESC
GEN font/devps/prologue
GEN font/devps/freeeuro.pfa
GEN font/devps/zapfdr.pfa
GEN font/devps/symbolsl.pfa
GEN tmac/www.tmac
GROFF doc/webpage.ps
GROFF doc/grnexmpl.ps
GROFF doc/automake.pdf
GEN contrib/hdtbl/examples/fonts_n.roff
GEN contrib/hdtbl/examples/fonts_x.roff
GROFF contrib/hdtbl/examples/chess_board.ps
GROFF contrib/hdtbl/examples/color_boxes.ps
GROFF contrib/hdtbl/examples/color_nested_tables.ps
GROFF contrib/hdtbl/examples/color_table_cells.ps
GROFF contrib/hdtbl/examples/color_transitions.ps
GROFF contrib/hdtbl/examples/col_rowspan_colors.ps
GROFF contrib/hdtbl/examples/fonts_n.ps
fonts_n.roff: listing fonts in ./font/devps
fonts_n.roff: listing font 'AB'...
fonts_n.roff: listing font 'ABI'...
fonts_n.roff: listing font 'AI'...
fonts_n.roff: listing font 'AR'...
fonts_n.roff: listing font 'BMB'...
fonts_n.roff: listing font 'BMBI'...
fonts_n.roff: listing font 'BMI'...
fonts_n.roff: listing font 'BMR'...
fonts_n.roff: listing font 'CB'...
fonts_n.roff: listing font 'CBI'...
fonts_n.roff: listing font 'CI'...
fonts_n.roff: listing font 'CR'...
fonts_n.roff: listing font 'EURO'...
fonts_n.roff: listing font 'HB'...
fonts_n.roff: listing font 'HBI'...
fonts_n.roff: listing font 'HI'...
fonts_n.roff: listing font 'HNB'...
fonts_n.roff: listing font 'HNBI'...
fonts_n.roff: listing font 'HNI'...
fonts_n.roff: listing font 'HNR'...
fonts_n.roff: listing font 'HR'...
fonts_n.roff: listing font 'NB'...
fonts_n.roff: listing font 'NBI'...
fonts_n.roff: listing font 'NI'...
fonts_n.roff: listing font 'NR'...
fonts_n.roff: listing font 'PB'...
fonts_n.roff: listing font 'PBI'...
fonts_n.roff: listing font 'PI'...
fonts_n.roff: listing font 'PR'...
fonts_n.roff: listing font 'S'...
fonts_n.roff: listing font 'SS'...
fonts_n.roff: listing font 'TB'...
fonts_n.roff: listing font 'TBI'...
fonts_n.roff: listing font 'TI'...
fonts_n.roff: listing font 'TR'...
fonts_n.roff: listing font 'ZCMI'...
fonts_n.roff: listing font 'ZD'...
fonts_n.roff: listing font 'ZDR'...
GROFF contrib/hdtbl/examples/fonts_x.ps
fonts_x.roff: listing fonts in ./font/devps
fonts_x.roff: listing font 'AB'...
fonts_x.roff: listing font 'ABI'...
fonts_x.roff: listing font 'AI'...
fonts_x.roff: listing font 'AR'...
fonts_x.roff: listing font 'BMB'...
fonts_x.roff: listing font 'BMBI'...
fonts_x.roff: listing font 'BMI'...
fonts_x.roff: listing font 'BMR'...
fonts_x.roff: listing font 'CB'...
fonts_x.roff: listing font 'CBI'...
fonts_x.roff: listing font 'CI'...
fonts_x.roff: listing font 'CR'...
fonts_x.roff: listing font 'EURO'...
fonts_x.roff: listing font 'HB'...
fonts_x.roff: listing font 'HBI'...
fonts_x.roff: listing font 'HI'...
fonts_x.roff: listing font 'HNB'...
fonts_x.roff: listing font 'HNBI'...
fonts_x.roff: listing font 'HNI'...
fonts_x.roff: listing font 'HNR'...
fonts_x.roff: listing font 'HR'...
fonts_x.roff: listing font 'NB'...
fonts_x.roff: listing font 'NBI'...
fonts_x.roff: listing font 'NI'...
fonts_x.roff: listing font 'NR'...
fonts_x.roff: listing font 'PB'...
fonts_x.roff: listing font 'PBI'...
fonts_x.roff: listing font 'PI'...
fonts_x.roff: listing font 'PR'...
fonts_x.roff: listing font 'S'...
fonts_x.roff: listing font 'SS'...
fonts_x.roff: listing font 'TB'...
fonts_x.roff: listing font 'TBI'...
fonts_x.roff: listing font 'TI'...
fonts_x.roff: listing font 'TR'...
fonts_x.roff: listing font 'ZCMI'...
fonts_x.roff: listing font 'ZD'...
fonts_x.roff: listing font 'ZDR'...
GROFF contrib/hdtbl/examples/mixed_pickles.ps
GROFF contrib/hdtbl/examples/rainbow.ps
GROFF contrib/hdtbl/examples/short_reference.ps
GROFF contrib/mom/examples/letter.pdf
GROFF contrib/mom/examples/mom-pdf.pdf
GROFF contrib/mom/examples/mon_premier_doc.pdf
GROFF contrib/mom/examples/sample_docs.pdf
GROFF contrib/mom/examples/slide-demo.pdf
GROFF contrib/mom/examples/copyright-default.pdf
GROFF contrib/mom/examples/copyright-chapter.pdf
GROFF contrib/mom/examples/typesetting.pdf
GROFF doc/meref.me
GROFF doc/meref.ps
GROFF doc/meintro.me
GROFF doc/meintro.ps
GROFF doc/meintro_fr.me
GROFF doc/meintro_fr.ps
GROFF doc/ms.ps
GROFF doc/pic.ps
GROFF doc/groff-man-pages.pdf
troff: backtrace: file 'man/groff_char.7':1033
troff:man/groff_char.7:1033: warning: special character '.j' not defined
troff: backtrace: file 'man/groff_char.7':1455
troff:man/groff_char.7:1455: warning: special character 'vA' not defined
troff: backtrace: file 'man/groff_char.7':1585
troff:man/groff_char.7:1585: warning: special character 'bs' not defined
troff: backtrace: file 'man/groff_char.7':1758
troff:man/groff_char.7:1758: warning: special character '-+' not defined
troff: backtrace: file 'man/groff_char.7':1807
troff:man/groff_char.7:1807: warning: special character 'coproduct' not defined
troff: backtrace: file 'man/groff_char.7':1902
troff:man/groff_char.7:1902: warning: special character '+e' not defined
GROFF doc/groff-man-pages.utf8.txt
GROFF contrib/pdfmark/pdfmark.pdf
GEN contrib/sboxes/msboxes.ms
GROFF contrib/sboxes/msboxes.pdf
make[1]: Leaving directory '/home/branden/BUILD/groff-1.23.0.rc4'
[?2004h(bullseye)branden@illithid:~/BUILD/groff-1.23.0.rc4$ [?2004l
exit
Script done on 2023-04-22 19:43:23+00:00 [COMMAND_EXIT_CODE="0"]
signature.asc
Description: PGP signature
