Opened 5 years ago
Closed 4 years ago
#59722 closed defect (fixed)
texlive-basic: dvipdf not working
Reported by: | diochnos | Owned by: | drkp (Dan Ports) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | texlive-basic |
Description
Hi,
It appears that dvipdf
is no longer working. Feeding a valid .dvi file to dvipdf
produces an empty 1-page pdf document. I attach an example.
- The traditional route: latex, latex, dvipdf is _not_ working.
- However, there are workarounds. The following are working and (in my simple example) produce a pdf file with the expected content: (a) latex, latex, dvips, ps2pdf (b) latex, latex, dvipdfm (c) pdflatex
I have not tested something else. This (dvipdf) should be part of the texlive-basic
port, but since I am not entirely sure, I am not indicating anything on the submission.
Attachments (1)
Change History (4)
Changed 5 years ago by diochnos
Attachment: | check_this.tex added |
---|
comment:1 Changed 5 years ago by jmroot (Joshua Root)
Owner: | set to drkp |
---|---|
Port: | texlive-basic added |
Status: | new → assigned |
Summary: | dvipdf not working → texlive-basic: dvipdf not working |
You can check which port installed a file with port provides
, e.g.
port provides /opt/local/bin/dvipdf
comment:2 Changed 5 years ago by diochnos
In that case, the following is puzzling perhaps?
$ port provides /opt/macports/latest/bin/dvipdf /opt/macports/catalina/bin/dvipdf is provided by: ghostscript $ port provides /opt/macports/latest/bin/dvipdfm /opt/macports/catalina/bin/dvipdfm is provided by: texlive-basic
Also:
$ port provides /opt/macports/latest/bin/ps2pdf /opt/macports/catalina/bin/ps2pdf is provided by: ghostscript $ port provides /opt/macports/latest/bin/pdflatex /opt/macports/catalina/bin/pdflatex is provided by: texlive-latex $
comment:3 Changed 4 years ago by drkp (Dan Ports)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This seems to work now - I believe it was a bug in earlier versions of ghostscript, so one of the updates to the port between now and then fixed it: http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=15d95340389f0f46bd214803ec19685c0a738a0e
Please reopen if you're still having problems.
A simple tex file to reproduce the issue.