Changes between Initial Version and Version 1 of Ticket #69725
- Timestamp:
- Apr 12, 2024, 6:21:25 AM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69725
-
Property
Status
changed from
new
toassigned
- Property Owner set to mohd-akram
-
Property
Summary
changed from
odin build from source fails; no LC_RPATH's found
toodin @0.2024.01: Library not loaded: @rpath/libc++.1.dylib; Reason: no LC_RPATH's found
-
Property
Status
changed from
-
Ticket #69725 – Description
initial v1 1 {{{ 1 2 sudo port -v -s install odin 3 }}} 2 4 3 5 fails, here's an excerpt (might not be useful) 4 6 7 {{{ 5 8 dyld[8393]: Library not loaded: @rpath/libc++.1.dylib 6 9 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 … … 9 12 make: *** [release] Error 134 10 13 Command 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 }}}