[MacPorts] #53233: Error: Processing of port gnuradio failed

MacPorts noreply at macports.org
Sat Jan 7 02:36:43 UTC 2017


#53233: Error: Processing of port gnuradio failed
-----------------------+-----------------------
  Reporter:  xtr33me   |      Owner:  michaelld
      Type:  defect    |     Status:  assigned
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:  2.3.5
Resolution:            |   Keywords:
      Port:  gnuradio  |
-----------------------+-----------------------

Comment (by michaelld):

 The issue is that Doxygen is being told to use LaTeX and DVIPS, but they
 are not installed. The problem is somewhere between GR's CMake script not
 checking carefully enough and Doxygen not checking carefully enough. I
 think you can get around this by doing:
 {{{
 sudo port install doxygen +docs
 }}}
 which will take a while since there's a ton of dependencies for it. Then
 you'll want to:
 {{{
 sudo port clean gnuradio
 sudo port install gnuradio
 }}}
 and, hopefully all will be will. I'm trying this right now; if it works
 for both of us, then I'll add a hook into the GR Portfile to check for
 this variant on doxygen.

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


More information about the macports-tickets mailing list