Changes between Version 4 and Version 5 of Ticket #66429


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

The clang-3.4 port doesn't depend on gettext-tools-libs - unless of course you are missing /usr/bin/perl like you were missing /usr/bin/patch in #66414.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66429

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

    v4 v5  
    11While trying to install gettext-tools-libs I saw this error:
    22
    3 {{{
    43Error: Failed to configure gettext-tools-libs: configure failure: command execution failed
    5 }}}
    64
    75Here is an error from the log:
    86
    9 {{{
    107dyld: Library not loaded: /opt/local/libexec/llvm-3.4/lib/libLLVM-3.4.dylib
    118  Referenced from: /opt/local/libexec/llvm-3.4/bin/clang
     
    1310./configure: line 5543: 17094 Trace/BPT trap          $CC --version 1>&5
    1411configure:5552: $? = 133
    15 }}}