Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218735 - app-text/texlive-core-2007-r12: cannot start "texexec"
Summary: app-text/texlive-core-2007-r12: cannot start "texexec"
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-21 14:51 UTC by Stefaan De Roeck (RETIRED)
Modified: 2008-04-29 09:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefaan De Roeck (RETIRED) gentoo-dev 2008-04-21 14:51:01 UTC
Trying to execute "texexec" yields:
  "the file 'texexec.rb' is not found"
Taking a closer look at texexec, it is implemented as:
  #!/bin/sh
  texmfstart texexec.rb "$@"
And indeed, I can't find this texexec.rb file anywhere on my system.  

(texexec from app-text/tetex seems to function correctly)
Comment 1 Alexis Ballier gentoo-dev 2008-04-27 20:50:09 UTC
Yep you need texlive-context for texexec to work

Although it could be a good idea to install the wrapper only with it, I didnt think it was worth the pain. Making context mandatory is not an option as there will be complains about the mandatory ruby dep ;)

The way I'd like to go is to use raw context from upstream rather than texlive prepackaged one, but lot of work is needed here and nothing has been done yet. I expect this to clean up things a little bit.


For now, closing as worksforme as afaik texexec is a context script and you need context for everything else to work. Please reopen if there is something I didnt understand.
Comment 2 Stefaan De Roeck (RETIRED) gentoo-dev 2008-04-28 10:44:52 UTC
Is this documented somewhere / what is the logic behind needing -context to run texexec?  I have really tried to be friendly with google about this, and it didn't come up with anything useful...
Comment 3 Alexis Ballier gentoo-dev 2008-04-29 09:11:34 UTC
(In reply to comment #2)
> Is this documented somewhere / what is the logic behind needing -context to run
> texexec? 

well... dont ask me that ;)
from man texexec:
texexec - front end to the ConTeXt typesetting system
so I think that's the logic ;)
Comment 4 Stefaan De Roeck (RETIRED) gentoo-dev 2008-04-29 09:14:37 UTC
ah, thanks, I didn't see that one, I always go straight for the command line options :)