Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Mar 2016 10:54:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201592] textproc/dblatex: Add print/tex-dvipsk to RUN_DEPENDS
Message-ID:  <bug-201592-13-yFqbkJtQhG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201592-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201592-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D201592

--- Comment #11 from commit-hook@freebsd.org ---
A commit references this bug:

Author: rakuco
Date: Fri Mar  4 10:54:06 UTC 2016
New revision: 410097
URL: https://svnweb.freebsd.org/changeset/ports/410097

Log:
  Make print/tex-dvipsk a runtime dependency.

  Two reasons for this:
  1. Document builds can fail without it even when using pdftex.
     From dblatex -d -D:

     Build uwm-pc-user-guide.pdf
     pdflatex failed
     Unexpected error occured
     Traceback (most recent call last):
     File "/usr/local/lib/python2.7/site-packages/dbtexmf/core/dbtex.py", l=
ine
332, in compile
        donefiles =3D self._compile()
     File "/usr/local/lib/python2.7/site-packages/dbtexmf/core/dbtex.py", l=
ine
400, in _compile
        self.make_bin()
     File "/usr/local/lib/python2.7/site-packages/dbtexmf/core/dbtex.py", l=
ine
317, in make_bin
        batch=3Dself.texbatch)
     File "/usr/local/lib/python2.7/site-packages/dbtexmf/dblatex/runtex.py=
",
line 113, in compile
        self.texer.compile(texfile)
     File
"/usr/local/lib/python2.7/site-packages/dbtexmf/dblatex/grubber/texbuilder.=
py",
line 73, in compile
        raise OSError("%s compilation failed" % self.tex.program)
     OSError: pdflatex compilation failed
     /tmp/tmpe0bJK0 not removed

     From tail -n 11 /tmp/tmpe0bJK0/uwm-pc-user-guide.log:

     Here is how much of TeX's memory you used:
      22571 strings out of 493117
      331796 string characters out of 6138550
      659827 words of memory out of 5000000
      19593 multiletter control sequences out of 15000+600000
      89643 words of font info for 150 fonts, out of 8000000 for 9000
      1141 hyphenation exceptions out of 8191
      48i,21n,51p,484b,2429s stack positions out of
5000i,2500n,10000p,300000b,80000s
     !pdfTeX error: pdflatex (file 8r.enc): cannot open encoding file for
reading
     =3D=3D> Fatal error occurred, no output PDF file produced!

  2. dvips is a valid backend to specify with dblatex -b.

  PR:           201592
  Submitted by: Jason Bacon <bacon4000@gmail.com>
  MFH:          2016Q1

Changes:
  head/textproc/dblatex/Makefile

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201592-13-yFqbkJtQhG>