Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#49796 closed defect (duplicate)

Error: Failed to install cctools when installing py-biopython

Reported by: paula.srs@… Owned by: jeremyhu (Jeremy Huddleston Sequoia)
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

Attachments (1)

main.log (20.2 KB) - added by paula.srs@… 8 years ago.

Download all attachments as: .zip

Change History (6)

Changed 8 years ago by paula.srs@…

Attachment: main.log added

comment:1 Changed 8 years ago by Baaaaam (Mouginot Baptiste)

update your macport... hopefully it should be ok :)

sudo prot selfupdate :)

comment:2 Changed 8 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 8 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.

comment:4 Changed 8 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: duplicate
Status: newclosed

Likely mirror timing or something. Please update and try again.

comment:5 in reply to:  1 Changed 8 years ago by paula.srs@…

Replying to mouginot.baptiste@…:

update your macport... hopefully it should be ok :)

sudo prot selfupdate :)

I managed to install py-biopython after doing

sudo port selfupdate

Note: See TracTickets for help on using tickets.