[MacPorts] #60113: auto-multiple-choice @1.4.0-201812291614_1 Error - build failure

MacPorts noreply at macports.org
Mon Feb 24 13:19:06 UTC 2020


#60113: auto-multiple-choice @1.4.0-201812291614_1 Error - build failure
-----------------------------------+----------------------
  Reporter:  bg-mac                |      Owner:  nortcele
      Type:  defect                |     Status:  assigned
  Priority:  Normal                |  Milestone:
 Component:  ports                 |    Version:
Resolution:                        |   Keywords:
      Port:  auto-multiple-choice  |
-----------------------------------+----------------------

Comment (by nortcele):

 Macports' Texlive and MacTex are two different things. MacTex is a version
 of Texlive that is installed outside of Macports.

 Macport version of Texlive should find the `docbook.sty` file as it is in
 the good place.

 In terminal could you type the following command and show the result?

 {{{
 which pdflatex
 }}}

 The response should be
   /opt/local/bin/pdflatex is provided by: texlive-latex

 To see if Macport version of Texlive recognize dblatex (the docbook
 informations for latex) you could create a test folder, put in it the
 `test.xml` file. This file contains the following text, a simple Docbook
 document.

 {{{
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>

 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
                     "http://www.oasis-
 open.org/docbook/xml/4.2/docbookx.dtd" [
 ]>


 <article class="techreport" status="final">


 <para>Just some blabla.</para>

 </article>
 }}}

 Then, in terminal, change cd to the test folder and type the following
 command.

 {{{
 /opt/local/bin/dblatex -t tex test.xml -o test.tex
 }}}

 If all is fine this command generate some temporary files and a
 `test.pdf`file.

-- 
Ticket URL: <https://trac.macports.org/ticket/60113#comment:8>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list