updated binaries, please keep testing TL 2012
Hello, the majority of binaries in ConTeXt distribution have been updated from TeX Live 2012 now (missing are only linux-64, linux-ppc by Thomas S., and possibly some from windows). (Builders might want to be careful a bit, I'm afraid that simply running the script would downgrade luatex because I increased the version in binaries, while sources are still at 0.70.1, so please don't try to build anything, except for Thomas who might want to test building the TL ;) Mac OS X Tiger is not supported any more. If there are any objections, you can help me figure out why building fails, else we are done with 10.4 forever. (We got 8 visitors of 10.4 on website [minimals.contextgarden.net] since January this year. I have no way to check if any tiger user actually uses the minimals or not. We still have an impressive number of PowerPC users.) In the morning you should also see an update of ConTeXt in TeX Live 2012, matching the latest beta from yesterday. Please post feedback or any issues that you might experience. Mojca
On 2012-05-24 03:31, Mojca Miklavec wrote:
In the morning you should also see an update of ConTeXt in TeX Live 2012, matching the latest beta from yesterday. Please post feedback or any issues that you might experience.
Hi Mojca, I did a pretest install with the cli helper; completed without errors. However, I can’t seem to “context --make” because: \loadmarkfile #1->\normalinput #1.\mksuffix \relax #1<-catc-ini {\input} \mksuffix ->mkiv ! I can't find file `catc-ini.mkiv'. <to be read again> \relax l.81 \loadmarkfile{catc-ini} (This is line 81 because I added a \tracingall after syst-ini.mkiv is loaded.) “mtxrun --find-file” shows the correct location, though: > mtxrun --find-file catc-ini.mkiv /media/data/src/tl_pretest/tl2012/texmf-dist/tex/context/base/catc-ini.mkiv Minimals and TL2011 work fine, though. Anything I can do? PS: Is there a way to get mtxrun to log the format generation? It doesn’t honor --nonstopmode and I can’t redirect stdout if it fails (waiting for input). Regards Philipp
Mojca ___________________________________________________________________________________ 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
-- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
On Thu, May 24, 2012 at 1:15 PM, Philipp Gesang
PS: Is there a way to get mtxrun to log the format generation? It doesn’t honor --nonstopmode and I can’t redirect stdout if it fails (waiting for input). If you are using linux, you can try something like this $> context --make 2>&1 | tee out_context.txt
-- luigi
On 2012-05-24 13:17, luigi scarso wrote:
On Thu, May 24, 2012 at 1:15 PM, Philipp Gesang
wrote: PS: Is there a way to get mtxrun to log the format generation? It doesn’t honor --nonstopmode and I can’t redirect stdout if it fails (waiting for input). If you are using linux, you can try something like this $> context --make 2>&1 | tee out_context.txt
Thx. Log appended. Philipp
-- luigi ___________________________________________________________________________________ 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
-- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
On Thu, May 24, 2012 at 1:15 PM, Philipp Gesang
On 2012-05-24 03:31, Mojca Miklavec wrote:
In the morning you should also see an update of ConTeXt in TeX Live 2012, matching the latest beta from yesterday. Please post feedback or any issues that you might experience.
Hi Mojca,
I did a pretest install with the cli helper; completed without errors. However, I can’t seem to “context --make” because:
\loadmarkfile #1->\normalinput #1.\mksuffix \relax #1<-catc-ini {\input}
\mksuffix ->mkiv ! I can't find file `catc-ini.mkiv'. <to be read again> \relax l.81 \loadmarkfile{catc-ini} I even cannot update: latest tlmgr seems to broken:
# tlmgr --repository="ftp://tug.org/texlive/tlpretest" update --list Bareword found where operator expected at /media/LaCie/opt/luatex/texlive/2012/bin/i386-linux/tlmgr line 3542, near "m!^(http|ftp)://!u" -- luigi
On Thu, May 24, 2012 at 1:15 PM, Philipp Gesang
wrote: On 2012-05-24 03:31, Mojca Miklavec wrote:
In the morning you should also see an update of ConTeXt in TeX Live 2012, matching the latest beta from yesterday. Please post feedback or any issues that you might experience.
Hi Mojca,
I did a pretest install with the cli helper; completed without errors. However, I can’t seem to “context --make” because:
\loadmarkfile #1->\normalinput #1.\mksuffix \relax #1<-catc-ini {\input}
\mksuffix ->mkiv ! I can't find file `catc-ini.mkiv'. <to be read again> \relax l.81 \loadmarkfile{catc-ini} I even cannot update: latest tlmgr seems to broken:
# tlmgr --repository="ftp://tug.org/texlive/tlpretest" update --list Bareword found where operator expected at /media/LaCie/opt/luatex/texlive/2012/bin/i386-linux/tlmgr line 3542, near "m!^(http|ftp)://!u"
On Thu, May 24, 2012 at 3:12 PM, luigi scarso
On Thu, May 24, 2012 at 1:15 PM, Philipp Gesang
On 2012-05-24 03:31, Mojca Miklavec wrote:
In the morning you should also see an update of ConTeXt in TeX Live 2012, matching the latest beta from yesterday. Please post feedback or any issues that you might experience.
Hi Mojca,
I did a pretest install with the cli helper; completed without errors. However, I can’t seem to “context --make” because: It's ok now (with my patch to the latest tlmgr)
-- luigi
On Thu, May 24, 2012 at 1:15 PM, Philipp Gesang wrote:
On 2012-05-24 03:31, Mojca Miklavec wrote:
In the morning you should also see an update of ConTeXt in TeX Live 2012, matching the latest beta from yesterday. Please post feedback or any issues that you might experience.
Hi Mojca,
I did a pretest install with the cli helper; completed without errors.
What exactly is cli helper?
However, I can’t seem to “context --make” because:
\loadmarkfile #1->\normalinput #1.\mksuffix \relax #1<-catc-ini {\input}
\mksuffix ->mkiv ! I can't find file `catc-ini.mkiv'. <to be read again> \relax l.81 \loadmarkfile{catc-ini}
(This is line 81 because I added a \tracingall after syst-ini.mkiv is loaded.) “mtxrun --find-file” shows the correct location, though:
> mtxrun --find-file catc-ini.mkiv /media/data/src/tl_pretest/tl2012/texmf-dist/tex/context/base/catc-ini.mkiv
Minimals and TL2011 work fine, though. Anything I can do?
I'm not sure what to make out of it (apart from the fact that tlmgr is broken today). The file seems to be present here. Mojca
On 2012-05-24 16:56, Mojca Miklavec wrote:
On Thu, May 24, 2012 at 1:15 PM, Philipp Gesang wrote:
On 2012-05-24 03:31, Mojca Miklavec wrote:
In the morning you should also see an update of ConTeXt in TeX Live 2012, matching the latest beta from yesterday. Please post feedback or any issues that you might experience.
Hi Mojca,
I did a pretest install with the cli helper; completed without errors.
What exactly is cli helper?
It’s tlmgr without the --gui option that was recommended by you in your announcement of the pretest version. Sorry for being imprecise.
However, I can’t seem to “context --make” because:
\loadmarkfile #1->\normalinput #1.\mksuffix \relax #1<-catc-ini {\input}
\mksuffix ->mkiv ! I can't find file `catc-ini.mkiv'. <to be read again> \relax l.81 \loadmarkfile{catc-ini}
(This is line 81 because I added a \tracingall after syst-ini.mkiv is loaded.) “mtxrun --find-file” shows the correct location, though:
> mtxrun --find-file catc-ini.mkiv /media/data/src/tl_pretest/tl2012/texmf-dist/tex/context/base/catc-ini.mkiv
Minimals and TL2011 work fine, though. Anything I can do?
I'm not sure what to make out of it (apart from the fact that tlmgr is broken today).
Ok, will try again later.
The file seems to be present here.
For me too, it’s even in the database. But still the format can’t be generated. Here’s a paste of the log: http://pastie.org/3962742; my mail from earlier today is still being held back by mailman. Philipp -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
On 2012-05-24 13:15, Philipp Gesang wrote:
On 2012-05-24 03:31, Mojca Miklavec wrote:
In the morning you should also see an update of ConTeXt in TeX Live 2012, matching the latest beta from yesterday. Please post feedback or any issues that you might experience.
Hi Mojca,
I did a pretest install with the cli helper; completed without errors. However, I can’t seem to “context --make” because:
This works alright now, the error is gone after an update. Big thanks to everybody involved. Philipp
\loadmarkfile #1->\normalinput #1.\mksuffix \relax #1<-catc-ini {\input}
\mksuffix ->mkiv ! I can't find file `catc-ini.mkiv'. <to be read again> \relax l.81 \loadmarkfile{catc-ini}
(This is line 81 because I added a \tracingall after syst-ini.mkiv is loaded.) “mtxrun --find-file” shows the correct location, though:
> mtxrun --find-file catc-ini.mkiv /media/data/src/tl_pretest/tl2012/texmf-dist/tex/context/base/catc-ini.mkiv
Minimals and TL2011 work fine, though. Anything I can do?
PS: Is there a way to get mtxrun to log the format generation? It doesn’t honor --nonstopmode and I can’t redirect stdout if it fails (waiting for input).
Regards Philipp
Mojca ___________________________________________________________________________________ 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
-- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
-- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
Mojca Miklavec
Hello,
the majority of binaries in ConTeXt distribution have been updated from TeX Live 2012 now (missing are only linux-64, linux-ppc by Thomas S., and possibly some from windows).
I've synced the repo, reinstalled all from 0 (scheme full) [because I read about problems with tlmgr] and run the tests. All the previous issues (crashes, texmf-local not found) are fixed. Putting the font files in install-dir/texmf-local/fonts/data/names*/ is enough to get them properly located. Hurray! Thanks to all for the wonderful work. P.S. I don't work with math, so I can't really help testing that. -- Marco
On Thu, May 24, 2012 at 7:01 PM, Marco Pessotto wrote:
Mojca Miklavec writes:
Hello,
the majority of binaries in ConTeXt distribution have been updated from TeX Live 2012 now (missing are only linux-64, linux-ppc by Thomas S., and possibly some from windows).
I've synced the repo, reinstalled all from 0 (scheme full) [because I read about problems with tlmgr] and run the tests. All the previous issues (crashes, texmf-local not found) are fixed. Putting the font files in install-dir/texmf-local/fonts/data/names*/ is enough to get them properly located. Hurray!
Thank you very much for reporting the problems and verifying that it now works. Mojca
participants (4)
-
luigi scarso
-
Marco Pessotto
-
Mojca Miklavec
-
Philipp Gesang