ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* problem with setuptex
@ 2013-07-10  8:16 Thomas A. Schmitz
  2013-07-10  9:24 ` Mojca Miklavec
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas A. Schmitz @ 2013-07-10  8:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi all, especially Mojca, I guess,

I have a somewhat bizarre problem with the setuptex script under the 
latest Fedora and zsh (version 5.02). Here's what happens:

source ~/context/tex/setuptex
"/mnt/shared/context/tex" is not a valid TEXROOT path.
(There is no file "/mnt/shared/context/tex/texmf/tex/plain/base/plain.tex")
provide a proper tex root (like '. setuptex /something/tex')

The script works under bash; the error under Fedora is the same on two 
different computers, but I don't know if any other linux distribution 
has the same version of zsh. Can anyone else test and see if they have 
similar problems with zsh?

All best

Thomas
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: problem with setuptex
  2013-07-10  8:16 problem with setuptex Thomas A. Schmitz
@ 2013-07-10  9:24 ` Mojca Miklavec
  2013-07-22  4:16   ` Thomas A. Schmitz
  0 siblings, 1 reply; 4+ messages in thread
From: Mojca Miklavec @ 2013-07-10  9:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Jul 10, 2013 at 10:16 AM, Thomas A. Schmitz wrote:
> Hi all, especially Mojca, I guess,
>
> I have a somewhat bizarre problem with the setuptex script under the latest
> Fedora and zsh (version 5.02). Here's what happens:
>
> source ~/context/tex/setuptex
> "/mnt/shared/context/tex" is not a valid TEXROOT path.
> (There is no file "/mnt/shared/context/tex/texmf/tex/plain/base/plain.tex")
> provide a proper tex root (like '. setuptex /something/tex')
>
> The script works under bash; the error under Fedora is the same on two
> different computers, but I don't know if any other linux distribution has
> the same version of zsh. Can anyone else test and see if they have similar
> problems with zsh?

I would gladly help, but I don't know how zhs works and I didn't find
any hints during a quick search.

My suggestion would be to put
   export PATH=$HOME/context/tex/texmf-linux-64/bin:$PATH
or something similar into the file that you are sourcing.

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
___________________________________________________________________________________


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

* Re: problem with setuptex
  2013-07-10  9:24 ` Mojca Miklavec
@ 2013-07-22  4:16   ` Thomas A. Schmitz
  2013-07-22  8:10     ` David Rogers
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas A. Schmitz @ 2013-07-22  4:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 07/10/2013 11:24 AM, Mojca Miklavec wrote:
> I would gladly help, but I don't know how zhs works and I didn't find
> any hints during a quick search.
>
> My suggestion would be to put
>     export PATH=$HOME/context/tex/texmf-linux-64/bin:$PATH
> or something similar into the file that you are sourcing.
>
> Mojca

Hi Mojca,

I'm happy to say that a recent update in Fedora solved the problem; 
setuptex now works again. Bizarre, I still have no idea where the 
problem came from...

All best

Thomas

___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: problem with setuptex
  2013-07-22  4:16   ` Thomas A. Schmitz
@ 2013-07-22  8:10     ` David Rogers
  0 siblings, 0 replies; 4+ messages in thread
From: David Rogers @ 2013-07-22  8:10 UTC (permalink / raw)
  To: ntg-context

"Thomas A. Schmitz" <thomas.schmitz@uni-bonn.de> writes:

> On 07/10/2013 11:24 AM, Mojca Miklavec wrote:
>> I would gladly help, but I don't know how zhs works and I didn't find
>> any hints during a quick search.
>>
>> My suggestion would be to put
>>     export PATH=$HOME/context/tex/texmf-linux-64/bin:$PATH
>> or something similar into the file that you are sourcing.
>>
>> Mojca
>
> Hi Mojca,
>
> I'm happy to say that a recent update in Fedora solved the problem;
> setuptex now works again. Bizarre, I still have no idea where the
> problem came from...

A tiny, random hunch: zsh treats its built-in "source" command
differently from its "." command, and therefore sometimes one or the
other works better. It's worth trying ". ~/context/tex/setuptex" when
using zsh. However, I don't see really how it would have helped in this
situation, and on my machine either one works fine.

-- 
David R
___________________________________________________________________________________
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
___________________________________________________________________________________


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

end of thread, other threads:[~2013-07-22  8:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-10  8:16 problem with setuptex Thomas A. Schmitz
2013-07-10  9:24 ` Mojca Miklavec
2013-07-22  4:16   ` Thomas A. Schmitz
2013-07-22  8:10     ` David Rogers

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