#20583: misconfiguration of tex4ht.env, not pointing to right directory -----------------------------------+---------------------------------------- Reporter: tanim.islam@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: texlive -----------------------------------+---------------------------------------- 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. -- Ticket URL: <http://trac.macports.org/ticket/20583> MacPorts <http://www.macports.org/> Ports system for Mac OS