Opened 9 years ago
Last modified 9 years ago
#49796 closed defect
Error: Failed to install cctools when installing py-biopython — at Version 3
Reported by: | paula.srs@… | Owned by: | jeremyhu@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | ||
Port: | cctools |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
---> Computing dependencies for py-biopython ---> Dependencies to be installed: py27-biopython py27-numpy gcc5 cctools gcc_select gmp isl ld64 ld64-latest dyld-headers libmacho-headers libgcc libmpc mpfr py27-cython cython_select py27-nose nosetests_select ---> Building cctools Error: org.macports.build for port cctools returned: command execution failed Error: Failed to install cctools Please see the log file for port cctools for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cctools/cctools/main.log Error: The following dependencies were not installed: py27-biopython py27-numpy gcc5 cctools gcc_select gmp isl ld64 ld64-latest dyld-headers libmacho-headers libgcc libmpc mpfr py27-cython cython_select py27-nose nosetests_select To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port py-biopython failed
Change History (4)
Changed 9 years ago by paula.srs@…
comment:1 Changed 9 years ago by Baaaaam (Mouginot Baptiste)
comment:2 Changed 9 years ago by johankytt
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.
comment:3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to jeremyhu@… |
Sounds like a duplicate of #49781, except that you said updating the ports tree has no effect.
Note: See
TracTickets for help on using
tickets.
update your macport... hopefully it should be ok :)
sudo prot selfupdate :)