[MacPorts] #20583: misconfiguration of tex4ht.env, not pointing to right directory
#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
#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 -----------------------------------+---------------------------------------- Description changed by macsforever2000@…: Old description:
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.
New description: 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#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20583: texlive: 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 -----------------------------------+---------------------------------------- -- Ticket URL: <http://trac.macports.org/ticket/20583#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20583: texlive: 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 -----------------------------------+---------------------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) Comment: In what file does this change need to be made? -- Ticket URL: <http://trac.macports.org/ticket/20583#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20583: texlive: 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 -----------------------------------+---------------------------------------- Comment(by ryandesign@…): In fact, in what port does this change need to be made? The texlive port doesn't install any files itself. -- Ticket URL: <http://trac.macports.org/ticket/20583#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20583: texlive: 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 -----------------------------------+---------------------------------------- Comment(by tanim.islam@…): Replying to [comment:4 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 -- Ticket URL: <http://trac.macports.org/ticket/20583#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20583: texlive_texmf-full: 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_texmf-full -----------------------------------+---------------------------------------- Changes (by ryandesign@…): * port: texlive => texlive_texmf-full Comment: thanks -- Ticket URL: <http://trac.macports.org/ticket/20583#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20583: texlive_texmf-full: misconfiguration of tex4ht.env, not pointing to right directory -----------------------------------+---------------------------------------- Reporter: tanim.islam@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: texlive_texmf-full -----------------------------------+---------------------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (removed) * owner: macports-tickets@… => ryandesign@… * status: new => assigned -- Ticket URL: <http://trac.macports.org/ticket/20583#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20583: texlive_texmf-full: misconfiguration of tex4ht.env, not pointing to right directory ------------------------------------+--------------------------------------- Reporter: tanim.islam@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: Port: texlive_texmf-full | ------------------------------------+--------------------------------------- Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: Should be fixed in r55450. -- Ticket URL: <http://trac.macports.org/ticket/20583#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts