Changes between Version 5 and Version 6 of Ticket #66429


Ignore:
Timestamp:
Dec 10, 2022, 3:31:33 AM (17 months ago)
Author:
jmroot (Joshua Root)
Comment:

Ugh, ticket was edited while I wrote my comment, sorry.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66429

    • Property Keywords gettext removed
    • Property Cc larryv added
    • Property Port llvm-3.4 added; gettext-tools-libs removed
    • 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
  • Ticket #66429 – Description

    v5 v6  
    11While trying to install gettext-tools-libs I saw this error:
    2 
     2{{{
    33Error: Failed to configure gettext-tools-libs: configure failure: command execution failed
    4 
     4}}}
    55Here is an error from the log:
    6 
     6{{{
    77dyld: Library not loaded: /opt/local/libexec/llvm-3.4/lib/libLLVM-3.4.dylib
    88  Referenced from: /opt/local/libexec/llvm-3.4/bin/clang
     
    1010./configure: line 5543: 17094 Trace/BPT trap          $CC --version 1>&5
    1111configure:5552: $? = 133
     12}}}