public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Whence lcircle10.tfm?
@ 2017-05-23 11:44 arnold
  2017-05-23 12:34 ` Ken Brown
  2017-05-23 17:09 ` Brian Inglis
  0 siblings, 2 replies; 3+ messages in thread
From: arnold @ 2017-05-23 11:44 UTC (permalink / raw)
  To: cygwin

Hi.

I'm trying to make a PDF from a Texinfo document, fairly recent cygwin 64
bit install on Windows 10:

Below is what I'm getting. I'm at a loss.

Thanks,

Arnold
---------------------------------------
$ make gawk.pdf
TEXINPUTS=".:$TEXINPUTS" \
MAKEINFO='/bin/sh /home/ARobbins/gawk/missing makeinfo --no-split --force   -I .' \
texi2dvi --pdf --batch  --build-dir=gawk.t2p -o gawk.pdf  \
gawk.texi
/usr/bin/texi2dvi: texinfo.tex appears to be broken.
This may be due to the environment variable TEX set to something
other than (plain) tex, a corrupt texinfo.tex file, or
to tex itself simply not working.
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Cygwin) (preloaded format=etex)
 restricted \write18 enabled.
entering extended mode
(./txiversion.tex (/home/ARobbins/gawk/doc/texinfo.tex
Loading texinfo [version 2016-02-05.07]: pdf, fonts, markup, glyphs,
page headings, tables, conditionals, indexing, sectioning, toc, environments,
! Font \circle=lcircle10 not loadable: Metric (TFM) file not found.
<to be read again>
                   \allocationnumber
\alloc@ ...ifnum \count 1#1 < #4\allocationnumber
                                                  =\count 1#1 \global \advan...
l.6802 \newdimen\circthick

?
! Emergency stop.
<to be read again>
                   \allocationnumber
\alloc@ ...ifnum \count 1#1 < #4\allocationnumber
                                                  =\count 1#1 \global \advan...
l.6802 \newdimen\circthick

No pages of output.
Transcript written on txiversion.log.

kpathsea: Running mktextfm lcircle10
/usr/share/texmf-dist/web2c/mktexnam: Could not map source abbreviation  for lcircle10.
/usr/share/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.7182818 (TeX Live 2016/Cygwin) (preloaded base=mf)

kpathsea: Running mktexmf lcircle10

! I can't find file `lcircle10'.
<*> ...jfour; mag:=1; nonstopmode; input lcircle10

Please type another input file name
! Emergency stop.
<*> ...jfour; 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.
/usr/bin/texi2dvi: quitting.
make: *** [Makefile:460: gawk.pdf] Error 1

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Whence lcircle10.tfm?
  2017-05-23 11:44 Whence lcircle10.tfm? arnold
@ 2017-05-23 12:34 ` Ken Brown
  2017-05-23 17:09 ` Brian Inglis
  1 sibling, 0 replies; 3+ messages in thread
From: Ken Brown @ 2017-05-23 12:34 UTC (permalink / raw)
  To: cygwin

On 5/23/2017 3:27 AM, arnold@skeeve.com wrote:
> Hi.
> 
> I'm trying to make a PDF from a Texinfo document, fairly recent cygwin 64
> bit install on Windows 10:
> 
> Below is what I'm getting. I'm at a loss.
> 
> Thanks,
> 
> Arnold
> ---------------------------------------
> $ make gawk.pdf
> TEXINPUTS=".:$TEXINPUTS" \
> MAKEINFO='/bin/sh /home/ARobbins/gawk/missing makeinfo --no-split --force   -I .' \
> texi2dvi --pdf --batch  --build-dir=gawk.t2p -o gawk.pdf  \
> gawk.texi
> /usr/bin/texi2dvi: texinfo.tex appears to be broken.
> This may be due to the environment variable TEX set to something
> other than (plain) tex, a corrupt texinfo.tex file, or
> to tex itself simply not working.
> This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Cygwin) (preloaded format=etex)
>   restricted \write18 enabled.
> entering extended mode
> (./txiversion.tex (/home/ARobbins/gawk/doc/texinfo.tex
> Loading texinfo [version 2016-02-05.07]: pdf, fonts, markup, glyphs,
> page headings, tables, conditionals, indexing, sectioning, toc, environments,
> ! Font \circle=lcircle10 not loadable: Metric (TFM) file not found.

lcircle10.tfm is provided by texlive-collection-latex:

$ kpsewhich lcircle10.tfm
/usr/share/texmf-dist/fonts/tfm/public/latex-fonts/lcircle10.tfm

$ cygcheck -f /usr/share/texmf-dist/fonts/tfm/public/latex-fonts/lcircle10.tfm
texlive-collection-latex-20170412-1

Do you have texlive-collection-latex installed?

Ken

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Whence lcircle10.tfm?
  2017-05-23 11:44 Whence lcircle10.tfm? arnold
  2017-05-23 12:34 ` Ken Brown
@ 2017-05-23 17:09 ` Brian Inglis
  1 sibling, 0 replies; 3+ messages in thread
From: Brian Inglis @ 2017-05-23 17:09 UTC (permalink / raw)
  To: cygwin

On 2017-05-23 01:27, arnold@skeeve.com wrote:
> I'm trying to make a PDF from a Texinfo document, fairly recent cygwin 64
> bit install on Windows 10:
> Below is what I'm getting. I'm at a loss.

$ find /usr/share/tex*/ -name 'lcircle*'
/usr/share/texmf-dist/fonts/afm/public/amsfonts/latxfont/lcircle1.afm
/usr/share/texmf-dist/fonts/afm/public/amsfonts/latxfont/lcirclew.afm
/usr/share/texmf-dist/fonts/source/public/latex-fonts/lcircle10.mf
/usr/share/texmf-dist/fonts/source/public/latex-fonts/lcirclew10.mf
/usr/share/texmf-dist/fonts/tfm/public/latex-fonts/lcircle10.tfm
/usr/share/texmf-dist/fonts/tfm/public/latex-fonts/lcirclew10.tfm
/usr/share/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfb
/usr/share/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfm
/usr/share/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcirclew.pfb
/usr/share/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcirclew.pfm
$ apt-cyg search texmf-dist/fonts/tfm/public/latex-fonts/lcircle10.tfm
Searching downloaded packages...
texlive-collection-latex

> ---------------------------------------
> $ make gawk.pdf
> TEXINPUTS=".:$TEXINPUTS" \
> MAKEINFO='/bin/sh /home/ARobbins/gawk/missing makeinfo --no-split --force   -I .' \
> texi2dvi --pdf --batch  --build-dir=gawk.t2p -o gawk.pdf  \
> gawk.texi
> /usr/bin/texi2dvi: texinfo.tex appears to be broken.
> This may be due to the environment variable TEX set to something
> other than (plain) tex, a corrupt texinfo.tex file, or
> to tex itself simply not working.
> This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Cygwin) (preloaded format=etex)
>  restricted \write18 enabled.
> entering extended mode
> (./txiversion.tex (/home/ARobbins/gawk/doc/texinfo.tex
> Loading texinfo [version 2016-02-05.07]: pdf, fonts, markup, glyphs,
> page headings, tables, conditionals, indexing, sectioning, toc, environments,
> ! Font \circle=lcircle10 not loadable: Metric (TFM) file not found.
> <to be read again>
>                    \allocationnumber
> \alloc@ ...ifnum \count 1#1 < #4\allocationnumber
>                                                   =\count 1#1 \global \advan...
> l.6802 \newdimen\circthick
> 
> ?
> ! Emergency stop.
> <to be read again>
>                    \allocationnumber
> \alloc@ ...ifnum \count 1#1 < #4\allocationnumber
>                                                   =\count 1#1 \global \advan...
> l.6802 \newdimen\circthick
> 
> No pages of output.
> Transcript written on txiversion.log.
> 
> kpathsea: Running mktextfm lcircle10
> /usr/share/texmf-dist/web2c/mktexnam: Could not map source abbreviation  for lcircle10.
> /usr/share/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.7182818 (TeX Live 2016/Cygwin) (preloaded base=mf)
> 
> kpathsea: Running mktexmf lcircle10
> 
> ! I can't find file `lcircle10'.
> <*> ...jfour; mag:=1; nonstopmode; input lcircle10
> 
> Please type another input file name
> ! Emergency stop.
> <*> ...jfour; 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.
> /usr/bin/texi2dvi: quitting.
> make: *** [Makefile:460: gawk.pdf] Error 1


-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-23 15:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-23 11:44 Whence lcircle10.tfm? arnold
2017-05-23 12:34 ` Ken Brown
2017-05-23 17:09 ` Brian Inglis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).