Opened 7 months ago
Last modified 3 months ago
#69725 closed defect
odin build from source fails; no LC_RPATH's found — at Initial Version
Reported by: | kwolcott | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | odin |
Description
sudo port -v -s install odin
fails, here's an excerpt (might not be useful)
dyld[8393]: Library not loaded: @rpath/libc++.1.dylib
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 Reason: no LC_RPATH's found
./build_odin.sh: line 122: 8393 Abort trap: 6 ./odin run examples/demo/demo.odin -file -- Hellope World make: * [release] Error 134 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
Change History (1)
Changed 7 months ago by kwolcott
Attachment: | odin_install_from_source_failure.log.bz2 added |
---|