Changes between Initial Version and Version 1 of Ticket #69725


Ignore:
Timestamp:
Apr 12, 2024, 6:21:25 AM (7 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69725

    • Property Status changed from new to assigned
    • Property Owner set to mohd-akram
    • Property Summary changed from odin build from source fails; no LC_RPATH's found to odin @0.2024.01: Library not loaded: @rpath/libc++.1.dylib; Reason: no LC_RPATH's found
  • Ticket #69725 – Description

    initial v1  
     1{{{
    12sudo port -v -s install odin
     3}}}
    24
    35fails, here's an excerpt (might not be useful)
    46
     7{{{
    58dyld[8393]: Library not loaded: @rpath/libc++.1.dylib
    69  Referenced from: <C6B9063A-B388-31E6-B9C1-7B850C31F475> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_odin/odin/work/odin-2024-01/odin
     
    912make: *** [release] Error 134
    1013Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_odin/odin/work/odin-2024-01" && /usr/bin/make -j8 release
     14}}}