Re: [bug-gawk] 'make -C doc/ pdf' [Makefile:457: recipe for target gawk.pdf failed]

2016-09-19 Thread Karl Berry
switches to (probably) T1 encoding at some point. No. texinfo.tex has no concept of "font encoding". What it does (has always done) is use the EC fonts for characters that do not exist in the CM fonts, such as eth, thorn, quotesinglbase, etc. If those characters are used in a document, then

Re: Perl compilation/link flags for building XSParagraph

2016-09-19 Thread Eli Zaretskii
> From: Gavin Smith > Date: Mon, 19 Sep 2016 12:09:56 +0100 > Cc: Texinfo > > $ cc -L/usr/local/lib -c foo.c > Error: Can't use -L flag to build foo.o > > Some combination of compiler choice and LDFLAGS could give a result like > this.) OK, so what do you think is the best (or least worst ;-)

Re: [bug-gawk] 'make -C doc/ pdf' [Makefile:457: recipe for target gawk.pdf failed]

2016-09-19 Thread David Kaspar [Dee'Kej]
On Mon, Sep 19, 2016 at 2:33 PM, Gavin Smith wrote: > Are you sure that you are using the texinfo.tex from Texinfo 6.3? > ​Right now, there's no texinfo-6.3 in Fedora. My colleague ( vcrho...@redhat.com) is planning to add this to Fedora Rawhide this afternoon. (Unfortunately, it's too late to ad

Re: [bug-gawk] 'make -C doc/ pdf' [Makefile:457: recipe for target gawk.pdf failed]

2016-09-19 Thread Norbert Preining
On Mon, 19 Sep 2016, Gavin Smith wrote: > If anyone could give more specific information on this, that would be > great. What fonts are missing, and when are they required? I have seen the same problem on Debian installations since quite some time. On and off cm-super is needed. It seems that texi

Re: [bug-gawk] 'make -C doc/ pdf' [Makefile:457: recipe for target gawk.pdf failed]

2016-09-19 Thread Gavin Smith
On 19 September 2016 at 13:29, Gavin Smith wrote: > \indexlbrace ->{\ifmonospace \else \ecfont >\fi \char 123} I don't know where this definition is coming from: it should be the following definition: \def\lbracechar{{\ifmonospace\char123\else\ensurema

Re: [bug-gawk] 'make -C doc/ pdf' [Makefile:457: recipe for target gawk.pdf failed]

2016-09-19 Thread Gavin Smith
On 19 September 2016 at 13:25, David Kaspar [Dee'Kej] wrote: > On Mon, Sep 19, 2016 at 2:11 PM, Gavin Smith > wrote: >> >> If anyone could give more specific information on this, that would be >> great. What fonts are missing, and when are they required? > > > Basically, I had to add these packag

Re: [bug-gawk] 'make -C doc/ pdf' [Makefile:457: recipe for target gawk.pdf failed]

2016-09-19 Thread Gavin Smith
On 19 September 2016 at 13:16, Norbert Preining wrote: > On Mon, 19 Sep 2016, Gavin Smith wrote: >> If anyone could give more specific information on this, that would be >> great. What fonts are missing, and when are they required? > > I have seen the same problem on Debian installations since qui

Re: [bug-gawk] 'make -C doc/ pdf' [Makefile:457: recipe for target gawk.pdf failed]

2016-09-19 Thread David Kaspar [Dee'Kej]
On Mon, Sep 19, 2016 at 2:11 PM, Gavin Smith wrote: > If anyone could give more specific information on this, that would be > great. What fonts are missing, and when are they required? > ​Basically, I had to add these packages: http://koji.fedoraproject.org/koji/rpminfo?rpmID=7863726 http://koji

Re: [bug-gawk] 'make -C doc/ pdf' [Makefile:457: recipe for target gawk.pdf failed]

2016-09-19 Thread Gavin Smith
On 19 September 2016 at 13:03, David Kaspar [Dee'Kej] wrote: > Hello guys, > > I have located the problem with help from my colleague (Vitezslav Crhonek, > maintainer of texinfo). For some reason, the newer version of texinfo (6.1+) > is unable to fallback to different fonts when some other fonts

Re: [bug-gawk] 'make -C doc/ pdf' [Makefile:457: recipe for target gawk.pdf failed]

2016-09-19 Thread David Kaspar [Dee'Kej]
Hello guys, I have located the problem with help from my colleague (Vitezslav Crhonek, maintainer of texinfo). For some reason, the newer version of texinfo (6.1+) is unable to fallback to different fonts when some other fonts are unavailable. Recap: * I was able to compile documentation for gaw

Re: Perl compilation/link flags for building XSParagraph

2016-09-19 Thread Gavin Smith
On 14 September 2016 at 19:55, Eli Zaretskii wrote: >> From: Gavin Smith >> Date: Wed, 14 Sep 2016 19:14:39 +0100 >> Cc: Texinfo >> >> What comes to mind is to use another variable PERL_EXT_CC which would >> be set in the same way as CC, assuming that is a valid trick to use >> with libtool. con