[MacPorts] #49796: Error: Failed to install cctools when installing py-biopython

MacPorts noreply at macports.org
Wed Nov 25 02:16:41 PST 2015


#49796: Error: Failed to install cctools when installing py-biopython
--------------------------+--------------------------------
  Reporter:  paula.srs@…  |      Owner:  macports-tickets@…
      Type:  defect       |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.3.4
Resolution:               |   Keywords:
      Port:  cctools      |
--------------------------+--------------------------------

Comment (by johan.kytt@…):

 Updating the ports tree has no effect.

 The error is in /opt/local/include/libunwind.h
 It tries to include {{{<__libunwind_config.h>}}}, which doesn't exist.

 The actual location of the config file relative to the header is
 {{{"libunwind/config.h"}}}. So changing the line

 {{{
 #include <__libunwind_config.h>
 }}}

 to

 {{{
 #include "libunwind/config.h"
 }}}

 solves the problem. Someone should update the port accordingly.

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


More information about the macports-tickets mailing list