ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Re: TeX run : 8
@ 2005-03-02 20:39 Steffen Wolfrum
  2005-03-02 20:56 ` Patrick Gundlach
  0 siblings, 1 reply; 24+ messages in thread
From: Steffen Wolfrum @ 2005-03-02 20:39 UTC (permalink / raw)
  Cc: patrick

Hi Patrick,



Patrick Gundlach <patrick@gundla.ch> wrote:

>  Hello again,
>
>  > I have tried your small file (the one you have sent me) an a vanilla
>  > tetex 3.0 and an older texlive (I had to dig out my iBook -- anybody
>  > wants to buy a used iBook?) and both were two runs.
>
>  Ah, not so fast, Patrick. I can reproduce your problem:
>
>  $ ls -lR
>  .:
>  total 4
>  drwxr-xr-x    4 pg       pg            136 Mar  2 20:27 PARTS
>  -rw-r--r--    1 pg       pg            117 Mar  2 20:28 TEST.tex
>
>  ./PARTS:
>  total 8
>  -rw-r--r--    1 pg       pg             40 Mar  2 20:27 ONE.tex
>  -rw-r--r--    1 pg       pg             40 Mar  2 20:27 TWO.tex
>
>  (so setup is TEST.tex in all capitals and ONE.tex and TWO.tex in
>  subdir, tetex 3.0). Now I run
>
>  texexec --pdf test.tex
>
>  (lowercase test.tex !)
>
>  and I get:
>
>  [...]
>
>   utility file analysis : another run needed
>                 TeX run : 8
>
>
>  [...]
>
>
>  Note that the standard OS X filesystem is case preserving, but not
>  case sensitive when accessing a file. So accessing test.tex would be
>  happy with a file called TEST.tex. It is possible to create a pure
>  case sensitive HFS+ filesystem, but it isn't necessary to reproduce
>  the problem. (It would probably avoid it, though).
>
>
>  Patrick



So I made a new setup:
new files/folders and every names lowercase (folders, files, references).

The first time I executed
texexec --pdf test.tex
it looked good: 2 runs!
Then I executed
texexec --pdf test.tex
once more and now it was 8 runs again!

Does this make sense?

Steffen

^ permalink raw reply	[flat|nested] 24+ messages in thread
* Re: Re: TeX run : 8
@ 2005-03-11 11:07 Steffen Wolfrum
  0 siblings, 0 replies; 24+ messages in thread
From: Steffen Wolfrum @ 2005-03-11 11:07 UTC (permalink / raw)
  Cc: pmlists

Hi Peter,


Peter Münster <pmlists@free.fr> wrote:

>  On Tue, 8 Mar 2005, Patrick Gundlach wrote:
>
>  > > for those, who don't want to update:
>  > > export PERL_HASH_SEED=0
>  > > in $HOME/.profile works very nicely.
>  >
>  > is this reliable?
>
>  It seems to me. At least on Linux: since a long time I've been used to get
>  always 8 runs with my procuct-files, and now I get only 1 or 2 runs.
>
>  Cheers, Peter


I just saw that you also fought with the "unknown 
reference []" while using the ffr encoding (nine 
months ago).
I read and tried all the solutions that Hans and you found out up to now.

But as soon as I set

\enablemode[activecolon] \usemodule[tryout]

in my local cont-sys.tex I am back to 8 runs 
again (either with Patrick's patch or with your 
line in .profile).

Do you experience the same (or did I use the wrong .profile here on Mac)?

This would mean that, when using ffr, we either 
have to ignore all this unknown reference outputs 
or fall back to 8 runs :o(

Or does someone already has a solution covering both bugs?

Steffen

^ permalink raw reply	[flat|nested] 24+ messages in thread
* Re: Re: TeX run : 8
@ 2005-03-03 13:40 Steffen Wolfrum
  0 siblings, 0 replies; 24+ messages in thread
From: Steffen Wolfrum @ 2005-03-03 13:40 UTC (permalink / raw)


Hans Hagen <pragma@wxs.nl> wrote:

>  Patrick Gundlach wrote:
>
>  > do you still want me to try this?
>
>  not if we assume that indeed perl hashes are organized differently per run
>
>  so, for the moment let stick to the texutil sort patch
>
>  thanks for testing; i'll post a new beta later
>
>  Hans



2 runs not 8:
That would mean that all Mac-ConTeXters won 75% TeX-time by your 
investigation (how many hours/days/years this might be ... )

Thank you Patrick, thank you Hans!

Steffen

^ permalink raw reply	[flat|nested] 24+ messages in thread
* Re: TeX run : 8
  2005-03-02 23:32     ` Adam Lindsay
@ 2005-03-03 10:05 Patrick Gundlach
  2005-03-03 10:34 ` Adam Lindsay
  0 siblings, 1 reply; 24+ messages in thread
From: Patrick Gundlach @ 2005-03-03 10:05 UTC (permalink / raw)


Hello Adam,


[...]

> [And boy, it sure is faster than the setup I had on my PowerBook!]

Don't say that ;-). I just got a new PowerBook.

Patrick (and happy with it)
-- 
ConTeXt wiki: http://contextgarden.net

^ permalink raw reply	[flat|nested] 24+ messages in thread
* Re: Re: [OS X TeX] TeX run : 8
@ 2005-03-02 11:59 Steffen Wolfrum
  2005-03-02 12:31 ` Hans Hagen
  0 siblings, 1 reply; 24+ messages in thread
From: Steffen Wolfrum @ 2005-03-02 11:59 UTC (permalink / raw)


Hans Hagen <pragma@wxs.nl> wrote:

>  Steffen Wolfrum wrote:
>  > After playing a bit with minimal examples I think the "bug" has to do
>  > with the project structure. Here comes a very minimal example that
>  > *still* runs 8 times under Mac (2 times under Win)! Why?
>  >
>  > Given a main TEST.tex file and besides that a PARTS folder containing
>  > the files ONE.tex and TWO.tex :
>  >
>  >
>  > TEST.tex
>  > \startproject TEST
>  > \startfrontmatter
>  > \component PARTS/ONE.tex
>  > \component PARTS/TWO.tex
>  > \stopfrontmatter
>  > \stopproject
>  >
>  >
>  > ONE.tex
>  > \startcomponent ONE
>  > text
>  > \stopcomponent
>  >
>  > TWO.tex
>  > \startcomponent TWO
>  > text
>  > \stopcomponent
>
>  this runs normal here; (but your big zip didn't as mentioned in a 
>previous mail)
>
>  Hans


How many runs do you have under Mac OS X?
And what is your setup for Mac: Gerben's tex.ii2 plus your recent cont-tmf.zip?

Steffen

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

end of thread, other threads:[~2005-03-11 11:07 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-02 20:39 Re: TeX run : 8 Steffen Wolfrum
2005-03-02 20:56 ` Patrick Gundlach
2005-03-02 23:18   ` Hans Hagen
2005-03-03 10:34     ` Patrick Gundlach
2005-03-03 11:52       ` Hans Hagen
2005-03-03 12:33         ` Patrick Gundlach
2005-03-03 13:08           ` Hans Hagen
2005-03-03 11:07     ` Patrick Gundlach
2005-03-03 11:16       ` Taco Hoekwater
2005-03-03 11:17       ` Patrick Gundlach
2005-03-03 11:59       ` Hans Hagen
2005-03-03 21:54         ` Angus Lees
2005-03-04 11:37         ` Re[2]: " Giuseppe Bilotta
2005-03-04 12:14           ` Taco Hoekwater
2005-03-07 18:53             ` Peter Münster
2005-03-08 18:24               ` Patrick Gundlach
2005-03-08 20:33                 ` Peter Münster
  -- strict thread matches above, loose matches on Subject: below --
2005-03-11 11:07 Steffen Wolfrum
2005-03-03 13:40 Steffen Wolfrum
2005-03-03 10:05 Patrick Gundlach
2005-03-03 10:34 ` Adam Lindsay
2005-03-02 11:59 Re: [OS X TeX] " Steffen Wolfrum
2005-03-02 12:31 ` Hans Hagen
2005-03-02 19:46   ` Patrick Gundlach
2005-03-02 20:05     ` Patrick Gundlach
2005-03-02 20:32       ` Hans Hagen
2005-03-02 23:32     ` Adam Lindsay
2005-03-03  7:38       ` Hans Hagen
2005-03-03  9:49         ` Adam Lindsay

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).