ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* updating ConTeXt to latest on openbsd-current Q #3
@ 2006-03-06 21:47 frantisek holop
  2006-03-06 22:04 ` Taco Hoekwater
  0 siblings, 1 reply; 7+ messages in thread
From: frantisek holop @ 2006-03-06 21:47 UTC (permalink / raw)


hi there,

this (for the moment) last question is not really about the upgrade but
about context itself.  this is the problem because of which i upgraded
in the first (but not the only) place.

please consider the following minimal example:


------------%<------------------------
\starttext

\section{Pogány köszöntő}

\startlines
Nézd! dércsipte fáink megőszült
fején ül most a szél és lengő
harangú tornyok között csak
megkondúlnak a jámbor imák!

Csorgó nyálával békés borjú
lépdel még szekerünk után, de
már nem kószál szárnyas szavakkal
szájunk körül halovány ámen!

Megmosakodtunk! tornyok között,
fákon pihenő szélben és most
megőszült fák közt csókokkal tarkán
pogány szemekkel kitavaszodtunk!

A testünket nézd! együtt fakad a
rüggyel drága hús és napbadobált
csókjaink után boldog torokkal
így, istentelenül fölsikoltunk!

1930. január 11.
\stoplines

\stoptext
------------%<------------------------


here's the transcript of context:

------------%<------------------------
amaaq> texexec --pdf file

 TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005

 fixing texformat path : .:{!!/home/f/.texmf-config,!!/home/f/.texmf-var,/home/f/texmf,!!/etc/texmf,!!/var/texmf,!!/usr/local/share/texmf,!!/usr/local/share/texmf-local,!!/usr/local/share/texmf-dist}/web2c/{$engine,}{pdfetex,}
fixing engine variable : pdfetex
            executable : pdfetex
                format : cont-en
             inputfile : hun
                output : pdftex
             interface : en
          current mode : none
               TeX run : 1

This is pdfeTeX, Version 3.141592-1.30.6-2.2 (Web2C 7.5.5)
 (/usr/local/share/texmf-local/web2c/natural.tcx)
entering extended mode
(./hun.tex

ConTeXt  ver: 2006.02.15 17:41  fmt: 2006.3.4  int: english  mes: english

language        : language en is active
<protectionstate 0>
system          : cont-new loaded
(/usr/local/share/texmf-local/tex/context/base/cont-new.tex
systems         : beware: some patches loaded from cont-new.tex
color           : palette rollover is available
)
system          : cont-old loaded
(/usr/local/share/texmf-local/tex/context/base/cont-old.tex
loading         : Context Old Macros
)
system          : cont-fil loaded
(/usr/local/share/texmf-local/tex/context/base/cont-fil.tex
loading         : Context File Synonyms
)
system          : cont-sys.rme loaded
(/usr/local/share/texmf-local/tex/context/user/cont-sys.rme
(/usr/local/share/texmf-local/tex/context/base/type-exa.tex)
(/usr/local/share/texmf-local/tex/context/base/type-syn.tex)
(/usr/local/share/texmf-local/tex/context/base/type-enc.tex)
(/usr/local/share/texmf-local/tex/context/base/type-siz.tex)
(/usr/local/share/texmf-local/tex/context/base/type-map.tex)
(/usr/local/share/texmf-local/tex/context/base/type-spe.tex)
(/usr/local/share/texmf-local/tex/context/base/type-akb.tex))
bodyfont        : 12pt rm is loaded
kpathsea: Running mktextfm ec-lmr12
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ec-lmr12
This is METAFONT, Version 2.71828 (Web2C 7.5.4)

kpathsea: Running mktexmf ec-lmr12
! I can't find file `ec-lmr12'.
<*> ...ljfour; mag:=1; nonstopmode; input ec-lmr12
                                                  
Please type another input file name
! Emergency stop.
<*> ...ljfour; mag:=1; nonstopmode; input ec-lmr12
                                                  
Transcript written on mfput.log.
grep: ec-lmr12.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ec-lmr12' failed to make ec-lmr12.tfm.
kpathsea: Appending font creation commands to missfont.log.
! Font \*12ptrmtf*=ec-lmr12 not loadable: Metric (TFM) file not found.
<to be read again> 
                   \relax 
\xxdododefinefont ...tspec {#4}\newfontidentifier 
                                                  \let \localrelativefontsiz...

\fontstrategy ...ame #1\csname #2#3#4#5\endcsname 
                                                  \tryingfontfalse \fi 
<inserted text> ...yle \fontalternative \fontsize 
                                                  \fi \iftryingfont \fontstr...

\synchronizefont ...strategy \the \fontstrategies 
                                                  \relax \fi \ifskipfontchar...
<argument> \getvalue {\@style@ \fontstyle }
                                           \edef \fontstyle {\fontstyle }\if...
...
l.1 
    \starttext
? X
No pages of output.
Transcript written on hun.log.

           return code : 256
              run time : 6 seconds

        total run time : 6 seconds
------------%<------------------------



some gurus will kill me now, because this is (for me) a simple
missfont.log case, but the truth is, that no other macro packages are
missing any fonts at all.  i must also add, that i did a

amaaq> sudo updmap --enable Map lm.map


before that, my accented letters were simply ingored out from the
output, and if i changed to a well known font (charter) per
instructions, i got a missing font again.

-f
-- 
and the reset button lets you re-run autoexec.bat
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

end of thread, other threads:[~2006-03-07 16:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-06 21:47 updating ConTeXt to latest on openbsd-current Q #3 frantisek holop
2006-03-06 22:04 ` Taco Hoekwater
2006-03-06 22:50   ` frantisek holop
2006-03-07  8:28     ` Taco Hoekwater
2006-03-07 10:12     ` Mojca Miklavec
2006-03-07 10:16       ` frantisek holop
2006-03-07 16:38         ` Mojca Miklavec

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 NNTP newsgroup(s).