From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/41405 Path: news.gmane.org!not-for-mail From: "Burak Emir" Newsgroups: gmane.comp.tex.context Subject: Re: context minimal install problem? luatex bug? Date: Sat, 7 Jun 2008 13:55:32 +0200 Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0736953075==" X-Trace: ger.gmane.org 1212839846 1053 80.91.229.12 (7 Jun 2008 11:57:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Jun 2008 11:57:26 +0000 (UTC) Cc: Hans Hagen , Idris Samawi Hamid , Wolfgang Schuster To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Sat Jun 07 13:58:07 2008 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1K4x3e-0007kp-FR for gctc-ntg-context-518@m.gmane.org; Sat, 07 Jun 2008 13:58:06 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BC7121FD75; Sat, 7 Jun 2008 13:57:16 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14778-05-12; Sat, 7 Jun 2008 13:56:11 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AEA6E1FC6B; Sat, 7 Jun 2008 13:56:11 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C12171FC5D for ; Sat, 7 Jun 2008 13:56:09 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15657-03-12 for ; Sat, 7 Jun 2008 13:55:34 +0200 (CEST) Original-Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by ronja.ntg.nl (Postfix) with ESMTP id A46A61FC6B for ; Sat, 7 Jun 2008 13:55:33 +0200 (CEST) Original-Received: by wa-out-1112.google.com with SMTP id m38so1185645waf.14 for ; Sat, 07 Jun 2008 04:55:32 -0700 (PDT) Original-Received: by 10.115.76.1 with SMTP id d1mr1317429wal.196.1212839732574; Sat, 07 Jun 2008 04:55:32 -0700 (PDT) Original-Received: by 10.114.176.7 with HTTP; Sat, 7 Jun 2008 04:55:32 -0700 (PDT) In-Reply-To: X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:41405 Archived-At: --===============0736953075== Content-Type: multipart/alternative; boundary="----=_Part_15442_27049148.1212839732577" ------=_Part_15442_27049148.1212839732577 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline p.s.: I figured out that I had an alias defined in my bash_profile alias context="ruby /usr/local/teTeX/share/texmf.local/scripts/context/ruby/texmfstart.rb texexec --luatex" After removing that alias (so I would use only the minimals distrib for everything) I cannot even start context: > which context /usr/local/context/tex/texmf-osx-intel/bin/context > cat `which context` #!/bin/sh mtxrun --script context "$@" > context MtxRun | unknown script: context On Sat, Jun 7, 2008 at 1:23 PM, Burak Emir wrote: > Hi all, > > Can you help me getting set up. My first half-successful run produced > encouraging messages like > > * This can't happen (ext4). > * I'm broken. Please show this to someone who can fix can fix > > Full log is below. > I am using context minimals to try mkiv. > My system is MacOS X. > I am using the file test.tex I am using is the > > % engine=luatex > \starttext > Text > \stoptext > > I expected `texexec test.tex' and `context test.tex' to produce a file > test.pdf with PDF-Producer texlua or similar in its info. > > Instead I got a dvi, which has only a blank page. > > Thanks in advance for helping. > > Burak > > ----- > ----- This is what I did: > ----- > > cd /usr/local > sudo mkdir context > sudo chown buraq context > cd context > sync -av rsync://contextgarden.net/minimals/setup/linux/first-setup.sh . > sh first-setup.sh > # have coffee > export > PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/context/bin:/usr/local/context/tex/texmf-osx-intel/bin > # ruby uses PATH to locate its scripts > export PATH=$PATH:/usr/local/context/tex/texmf-context/scripts/context/ruby > # educated guess on how to setup environment for all things TeX > export TEXMF=/usr/local/context/tex/texmf > export TEXMFMAIN=$TEXMF > > cd /tmp/testlua.1 > texexec test.tex > > cd /tmp/testlua.2 > context test.tex > > ----- > ----- This is what I got: a file test.dvi and a suspicious log. Here is the > log (same for `context' and `texexec') > ----- > > (test.tex > > ConTeXt ver: 2008.06.03 19:55 MKIV fmt: 2008.6.7 int: english/english > > language : language en is active > bodyfont : 12pt rm is loaded > specials : tex loaded > system : test.top loaded > (test.top > specials : loaded > ) (test.tuo) (test.tuo) > systems : begin file test at line 2 > fonts : needs map file: original-base > fonts : needs map file: lm-math > fonts : needs map file: lm-rm > [1.1 > ! This can't happen (ext4). > \actualshipout ... \box \postponedcontent \box 0}} > \else \message > {[\ifarrang... > \myshipout ... \fi {\thisisrealpage \realfolio #1} > \gotonextrealpage > \aftersh... > \dofinaloutput ...gebody #1#2\setpagecounters }}}} > \else \the > \pageboundsetti... > \finaloutput ...EAEAEA \dofinaloutput \fi \fi #1#2 > \resetselectiepagina > \incr... > \sidefloatoutput ...e \else \finalsidefloatoutput > \global \sidefloatvsize > \n... > ...\fi \else \the \defaultstreamoutput > \fi > ... > l.4 \stoptext > > I'm broken. Please show this to someone who can fix can fix > > mkiv lua stats : used config path - > /usr/local/context/tex/texmf/web2c/texmf.cnf > mkiv lua stats : used cache path - /Users/buraq > mkiv lua stats : modules/dumps/instances - 87/21/1 > mkiv lua stats : input load time - 0.021 seconds > mkiv lua stats : fonts load time - 0.799 seconds > mkiv lua stats : xml load time - 0.000 seconds, lpath calls: 0, > cached calls: 0 > mkiv lua stats : lxml load time - 0.000 seconds preparation, > backreferences: 0 > mkiv lua stats : mps conversion time - 0.000 seconds > mkiv lua stats : node processing time - 0.000 seconds including kernel > mkiv lua stats : kernel processing time - 0.000 seconds > mkiv lua stats : attribute processing time - 0.001 seconds > mkiv lua stats : language load time - 0.005 seconds, n=2 > mkiv lua stats : graphics processing time - 0.000 seconds including tex, > n=0 > mkiv lua stats : metapost processing time - 0.000 seconds, loading: 0.000 > seconds, execution: 0.000 seconds, n: 0 > mkiv lua stats : current memory usage - 43835128 bytes > mkiv lua stats : cleaned up reserved nodes - 17 nodes, 8 lists of 100 > mkiv lua stats : node memory usage - 68 hlist, 33 vlist, 3 rule, > 130 glue, 6 kern, 10 penalty, 5 glyph, 135 attribute, 84 glue > _spec, 66 attribute_list, 1 temp, 7 if_stack, 9 local_par, 7 dir, 2 > pdf_literal > mkiv lua stats : loaded patterns - en:en:pat:exc:2 > mkiv lua stats : loaded fonts - > file:lmroman10-bolditalic*default:otf file:lmroman10-italic*default:otf > file:lmroman12-bo > ld*default:otf file:lmroman12-italic*default:otf > file:lmroman12-regular*default:otf file:lmroman7-bold*default:otf > file:lmroman7-regul > ar*default:otf file:lmroman9-bold*default:otf > file:lmroman9-italic*default:otf file:lmroman9-regular*default:otf > file:lmromancaps10-re > gular*default:otf file:lmromanslant10-bold*default:otf > file:lmromanslant10-regular*default:otf > file:lmromanslant12-regular*default:otf > file:lmromanslant9-regular*default:otf lmex10:tfm lmmi12:tfm lmmi7:tfm > lmmi9:tfm lmsy10:tfm lmsy7:tfm lmsy9:tfm msam10:tfm msam7:tfm > msbm10:tfm msbm7:tfm rm-lmr12:tfm rm-lmr7:tfm rm-lmr9:tfm > mkiv lua stats : runtime - 1.143 seconds, 0 processed > pages, 0 shipped pages, 0.000 pages/second > > > -- > Burak Emir > -- > http://burak.emir.googlepages.com -- Burak Emir -- http://burak.emir.googlepages.com ------=_Part_15442_27049148.1212839732577 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline p.s.: I figured out that I had an alias defined in my bash_profile
alias context="ruby /usr/local/teTeX/share/texmf.local/scripts/context/ruby/texmfstart.rb texexec --luatex"

After removing that alias (so I would use only the minimals distrib for everything) I cannot even start context:

> which context
/usr/local/context/tex/texmf-osx-intel/bin/context
> cat `which context`
#!/bin/sh
mtxrun --script context "$@"
> context
MtxRun | unknown script: context


On Sat, Jun 7, 2008 at 1:23 PM, Burak Emir <burak.emir@gmail.com> wrote:
Hi all,

Can you help me getting set up. My first half-successful run produced encouraging messages like

* This can't happen (ext4).
* I'm broken. Please show this to someone who can fix can fix

Full log is below.
I am using context minimals to try mkiv.
My system is MacOS X.
I am using the file test.tex I am using is the

% engine=luatex
\starttext
Text
\stoptext

I expected `texexec test.tex'  and `context test.tex' to produce a file test.pdf with PDF-Producer texlua or similar in its info.

Instead I got a dvi, which has only a blank page.

Thanks in advance for helping.

Burak

-----
----- This is what I did:
-----

cd /usr/local
sudo mkdir context
sudo chown buraq context
cd context
sync -av rsync://contextgarden.net/minimals/setup/linux/first-setup.sh .
sh first-setup.sh
# have coffee
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/context/bin:/usr/local/context/tex/texmf-osx-intel/bin
# ruby uses PATH to locate its scripts
export PATH=$PATH:/usr/local/context/tex/texmf-context/scripts/context/ruby
# educated guess on how to setup environment for all things TeX
export TEXMF=/usr/local/context/tex/texmf
export TEXMFMAIN=$TEXMF

cd /tmp/testlua.1
texexec test.tex

cd /tmp/testlua.2
context test.tex

-----
----- This is what I got: a file test.dvi and a suspicious log. Here is the log (same for `context' and `texexec')
-----

(test.tex

ConTeXt  ver: 2008.06.03 19:55 MKIV  fmt: 2008.6.7  int: english/english

language       : language en is active
bodyfont       : 12pt rm is loaded
specials       : tex loaded
system         : test.top loaded
(test.top
specials       :  loaded
) (test.tuo) (test.tuo)
systems         : begin file test at line 2
fonts           : needs map file: original-base
fonts           : needs map file: lm-math
fonts           : needs map file: lm-rm
[1.1
! This can't happen (ext4).
\actualshipout ... \box \postponedcontent \box 0}}
                                                  \else \message {[\ifarrang...
\myshipout ... \fi {\thisisrealpage \realfolio #1}
                                                  \gotonextrealpage \aftersh...
\dofinaloutput ...gebody #1#2\setpagecounters }}}}
                                                  \else \the \pageboundsetti...
\finaloutput ...EAEAEA \dofinaloutput \fi \fi #1#2
                                                  \resetselectiepagina \incr...
\sidefloatoutput ...e \else \finalsidefloatoutput
                                                  \global \sidefloatvsize \n...
<argument> ...\fi \else \the \defaultstreamoutput
                                                  \fi
...
l.4 \stoptext
            
I'm broken. Please show this to someone who can fix can fix

mkiv lua stats : used config path          - /usr/local/context/tex/texmf/web2c/texmf.cnf
mkiv lua stats : used cache path           - /Users/buraq
mkiv lua stats : modules/dumps/instances   - 87/21/1
mkiv lua stats : input load time           - 0.021 seconds
mkiv lua stats : fonts load time           - 0.799 seconds
mkiv lua stats : xml load time             - 0.000 seconds, lpath calls: 0, cached calls: 0
mkiv lua stats : lxml load time            - 0.000 seconds preparation, backreferences: 0
mkiv lua stats : mps conversion time       - 0.000 seconds
mkiv lua stats : node processing time      - 0.000 seconds including kernel
mkiv lua stats : kernel processing time    - 0.000 seconds
mkiv lua stats : attribute processing time - 0.001 seconds
mkiv lua stats : language load time        - 0.005 seconds, n=2
mkiv lua stats : graphics processing time  - 0.000 seconds including tex, n=0
mkiv lua stats : metapost processing time  - 0.000 seconds, loading: 0.000 seconds, execution: 0.000 seconds, n: 0
mkiv lua stats : current memory usage      - 43835128 bytes
mkiv lua stats : cleaned up reserved nodes - 17 nodes, 8 lists of 100
mkiv lua stats : node memory usage         - 68 hlist, 33 vlist, 3 rule, 130 glue, 6 kern, 10 penalty, 5 glyph, 135 attribute, 84 glue
_spec, 66 attribute_list, 1 temp, 7 if_stack, 9 local_par, 7 dir, 2 pdf_literal
mkiv lua stats : loaded patterns           - en:en:pat:exc:2
mkiv lua stats : loaded fonts              - file:lmroman10-bolditalic*default:otf file:lmroman10-italic*default:otf file:lmroman12-bo
ld*default:otf file:lmroman12-italic*default:otf file:lmroman12-regular*default:otf file:lmroman7-bold*default:otf file:lmroman7-regul
ar*default:otf file:lmroman9-bold*default:otf file:lmroman9-italic*default:otf file:lmroman9-regular*default:otf file:lmromancaps10-re
gular*default:otf file:lmromanslant10-bold*default:otf file:lmromanslant10-regular*default:otf file:lmromanslant12-regular*default:otf
 file:lmromanslant9-regular*default:otf lmex10:tfm lmmi12:tfm lmmi7:tfm lmmi9:tfm lmsy10:tfm lmsy7:tfm lmsy9:tfm msam10:tfm msam7:tfm
msbm10:tfm msbm7:tfm rm-lmr12:tfm rm-lmr7:tfm rm-lmr9:tfm
mkiv lua stats : runtime                   - 1.143 seconds, 0 processed pages, 0 shipped pages, 0.000 pages/second


--
Burak Emir
--
http://burak.emir.googlepages.com



--
Burak Emir
--
http://burak.emir.googlepages.com ------=_Part_15442_27049148.1212839732577-- --===============0736953075== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --===============0736953075==--