[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [groff] Release Candidate 1.22.4.rc2
From: |
Axel Kielhorn |
Subject: |
Re: [groff] Release Candidate 1.22.4.rc2 |
Date: |
Fri, 30 Mar 2018 10:19:24 +0200 |
> Am 29.03.2018 um 00:46 schrieb Bertrand Garrigues <address@hidden>:
>
> Hi all,
>
> Release candidate 1.22.4.rc2 is now available from GNU's alpha ftp.
> Compared to the previous releases (1.22.3.rc1) it includes the latest
> 2.3 version of 'mom' macro package, new features in 'gropdf' to generate
> presentation slides and several fixes.
>
> Notes:
>
> - The previous release was wrongly named 1.22.3.rc1 (it should have be a
> 1.22.4.rc1). All the future RC will have a version and tag
> 1.22.4.rcX, and the final 1.22.4 version will be tagged 1.22.4.
>
The texinfo still says:
@titlepage
@title groff
@subtitle The GNU implementation of @code{troff}
@subtitle Edition 1.22.3
@subtitle Autumn 2014
@author by Trent address@hidden
@author and Werner Lemberg (@email{bug-groff@@gnu.org})
I’m using
(/.../groff/build-aux/texinfo.tex
Loading texinfo [version 2018-01-09.11]
and get lots of warnings like:
-:3593: warning: undefined flag: Lbracemacro (possibly involving @Lbrace)
-:3594: warning: undefined flag: Rbracemacro (possibly involving @Rbrace)
-:16268: warning: undefined flag: Langlemacro (possibly involving @angles)
-:16268: warning: undefined flag: Ranglemacro (possibly involving @angles)
-:16273: warning: undefined flag: LE
I am building in build and the pdfs created in ./contrib/mom/examples are empty
GROFF contrib/mom/examples/letter.pdf
[mom]: Aborting '../contrib/mom/examples/letter.mom' at FT, line 11.
GROFF contrib/mom/examples/mom-pdf.pdf
troff: ../contrib/mom/examples/mom-pdf.mom:20: can't transparently output node
at top level
[mom]: Aborting '../contrib/mom/examples/mom-pdf.mom' at FT, line 33.
GROFF contrib/mom/examples/mon_premier_doc.pdf
troff: ../contrib/mom/examples/mon_premier_doc.mom:13: can't translate
character code 233 to special character ''e' in transparent throughput
[mom]: Aborting '../contrib/mom/examples/mon_premier_doc.mom' at FT, line 16.
GROFF contrib/mom/examples/sample_docs.pdf
[mom]: Aborting '../contrib/mom/examples/sample_docs.mom' at FT, line 78.
GROFF contrib/mom/examples/typesetting.pdf
[mom]: Aborting '../contrib/mom/examples/typesetting.mom' at FT, line 24.
GROFF contrib/mom/examples/slide-demo.pdf
[mom]: Aborting '../contrib/mom/examples/slide-demo.mom' at FT, line 34.
GROFF contrib/pdfmark/pdfmark.pdf
The devpdf download file looks good (it points to the correct font locations)
My system is MacOS 10.11.
LANG="de_DE.UTF-8“ setting LANG to „c“ doesn’t change anything.
Greetings Axel