Changes between Initial Version and Version 4 of Ticket #66429


Ignore:
Timestamp:
Dec 10, 2022, 2:36:18 AM (17 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66429

    • Property Status changed from new to assigned
    • Property Cc larryv added
    • Property Summary changed from gettext-tools-libs fails to install on Mac OS 10.6 to llvm-3.4: clang requires version 1.0.0 or later, but libLLVM-3.4.dylib provides version 0.0.0
    • Property Keywords gettext removed
    • Property Owner set to jeremyhu
    • Property Port llvm-3.4 added; gettext-tools-libs removed
  • Ticket #66429 – Description

    initial v4  
    11While trying to install gettext-tools-libs I saw this error:
    22
     3{{{
    34Error: Failed to configure gettext-tools-libs: configure failure: command execution failed
     5}}}
    46
    57Here is an error from the log:
    68
     9{{{
    710dyld: Library not loaded: /opt/local/libexec/llvm-3.4/lib/libLLVM-3.4.dylib
    811  Referenced from: /opt/local/libexec/llvm-3.4/bin/clang
     
    1013./configure: line 5543: 17094 Trace/BPT trap          $CC --version 1>&5
    1114configure:5552: $? = 133
     15}}}