Opened 15 years ago
Closed 15 years ago
#20583 closed defect (fixed)
texlive_texmf-full: misconfiguration of tex4ht.env, not pointing to right directory
Reported by: | tanim.islam@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: | texlive_texmf-full |
Description (last modified by mf2k (Frank Schima))
Problem arises in configuration for tex4ht.env, in that right directory is not chosen for xtpipes and xttl. Offending lines are:
.4oo java -classpath /opt/local/share/texmf-dist/tex4ht/bin xtpipes -i /opt/local/share/texmf-dist/tex4ht/xttl/ -o %%0.4oo %%0.tmp .4om java -classpath /usr/share/texmf/tex4ht/bin xtpipes -i /usr/share/texmf/tex4ht/xttl/ -o %%1.4om %%1.tmp
changing to following:
.4oo java -classpath /opt/local/share/texmf-dist/tex4ht/bin xtpipes -i /opt/local/share/texmf-dist/tex4ht/xttl/ -o %%0.4oo %%0.tmp .4om java -classpath /opt/local/share/texmf-dist/tex4ht/bin xtpipes -i /opt/local/share/texmf-dist/tex4ht/xttl/ -o %%1.4om %%1.tmp
Fixes the problem.
Change History (8)
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | misconfiguration of tex4ht.env, not pointing to right directory → texlive: misconfiguration of tex4ht.env, not pointing to right directory |
---|
comment:3 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
comment:4 follow-up: 5 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
In fact, in what port does this change need to be made? The texlive port doesn't install any files itself.
comment:5 Changed 15 years ago by tanim.islam@…
Replying to ryandesign@…:
In fact, in what port does this change need to be made? The texlive port doesn't install any files itself.
result of port provides tex4ht.env is the following port: texlive_texmf-full
comment:6 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Port: | texlive_texmf-full added; texlive removed |
---|---|
Summary: | texlive: misconfiguration of tex4ht.env, not pointing to right directory → texlive_texmf-full: misconfiguration of tex4ht.env, not pointing to right directory |
thanks
comment:7 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… removed |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
comment:8 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Should be fixed in r55450.
Note: See
TracTickets for help on using
tickets.
In what file does this change need to be made?