Changes between Initial Version and Version 1 of Ticket #46121


Ignore:
Timestamp:
Dec 4, 2014, 12:39:49 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46121

    • Property Keywords libgcc install port removed
    • Property Owner changed from macports-tickets@… to jeremyhu@…
    • Property Summary changed from libgcc -4.9.2_1 libgcc build fails libgcc_s.dylib not found to llvm-3.5 links with libedit but does not declare a dependency on it
    • Property Port llvm-3.5 added; libgcc removed
  • Ticket #46121 – Description

    initial v1  
    22
    33I was trying to install py34-scipy and it crashed on the libgcc step.  So I tried
     4{{{
    45sudo port install libgcc
     6}}}
    57and that fails on the build step.  I've attached the log.
    68
    7 {{:info:build collect2: error: ld terminated with signal 5 [Trace/BPT trap: 5]
     9{{{
     10:info:build collect2: error: ld terminated with signal 5 [Trace/BPT trap: 5]
    811:info:build dyld: Library not loaded: /opt/local/lib/libedit.0.dylib
    912:info:build   Referenced from: /opt/local/libexec/llvm-3.5/lib/libLTO.dylib
     
    2629"system -nice 0 $fullcmdstring"
    2730    ("eval" body line 1)
    28 }}
     31}}}