[MacPorts] #62656: rust @1.51.0 does not build on 10.9: Dyld: lazy symbol binding failed: Symbol not found: _linkat (OS 10.9)
MacPorts
noreply at macports.org
Thu Apr 15 14:23:39 UTC 2021
#62656: rust @1.51.0 does not build on 10.9: Dyld: lazy symbol binding failed:
Symbol not found: _linkat (OS 10.9)
-------------------------+-----------------------
Reporter: cave-canem | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.6.99
Resolution: | Keywords: mavericks
Port: rust |
-------------------------+-----------------------
Comment (by cave-canem):
{{{
cargo search rsvg
rsvg = "0.4.0" # Rust bindings for the Rsvg library
rsvg-sys = "0.6.0" # Rust bindings for the Rsvg library
(ffi)
mdcat = "0.22.3" # cat for markdown: Show markdown
documents in terminals
rendersvg-meetmangukiya = "0.9.1" # Original source and credits to
:https://github.com/RazrFalcon/resvg/. Just published for e…
}}}
{{{
ls -la ~/.cargo/registry/cache/github.com-
1ecc6299db9ec823/rsvg-0.4.0.crate
ls: /Users/ES/.cargo/registry/cache/github.com-
1ecc6299db9ec823/rsvg-0.4.0.crate: No such file or directory
}}}
{{{
ls -la ~/.cargo/registry/cache/github.com-1ecc6299db9ec823 | grep "rsvg"
&& echo "Found" || echo "Not found"
Not found
}}}
{{{
ls -la ~/.cargo/registry/cache/github.com-1ecc6299db9ec823 | wc -l
52
}}}
{{{
ls -la ~/.cargo/registry/src/github.com-1ecc6299db9ec823/rsvg-0.4.0
ls: /Users/ES/.cargo/registry/src/github.com-1ecc6299db9ec823/rsvg-0.4.0:
No such file or directory
}}}
{{{
rustc --print target-list | grep apple
aarch64-apple-darwin
aarch64-apple-ios
aarch64-apple-ios-macabi
aarch64-apple-tvos
armv7-apple-ios
armv7s-apple-ios
i386-apple-ios
i686-apple-darwin
x86_64-apple-darwin
x86_64-apple-ios
x86_64-apple-ios-macabi
x86_64-apple-tvos
}}}
--
Ticket URL: <https://trac.macports.org/ticket/62656#comment:25>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list