New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20583 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

texlive_texmf-full: misconfiguration of tex4ht.env, not pointing to right directory

Reported by: tanim.islam@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: texlive_texmf-full

Description (last modified by macsforever2000@…) (diff)

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

comment:1 Changed 4 years ago by macsforever2000@…

  • Description modified (diff)

comment:2 Changed 4 years ago by ryandesign@…

  • Summary changed from misconfiguration of tex4ht.env, not pointing to right directory to texlive: misconfiguration of tex4ht.env, not pointing to right directory

comment:3 Changed 4 years ago by ryandesign@…

  • Cc ryandesign@… added

In what file does this change need to be made?

comment:4 follow-up: ↓ 5 Changed 4 years ago by ryandesign@…

In fact, in what port does this change need to be made? The texlive port doesn't install any files itself.

comment:5 in reply to: ↑ 4 Changed 4 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 4 years ago by ryandesign@…

  • Port changed from texlive to texlive_texmf-full
  • Summary changed from texlive: misconfiguration of tex4ht.env, not pointing to right directory to texlive_texmf-full: misconfiguration of tex4ht.env, not pointing to right directory

thanks

comment:7 Changed 4 years ago by ryandesign@…

  • Status changed from new to assigned
  • Owner changed from macports-tickets@… to ryandesign@…
  • Cc ryandesign@… removed

comment:8 Changed 4 years ago by ryandesign@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Should be fixed in r55450.

Note: See TracTickets for help on using tickets.