Opened 19 months ago
Closed 18 months ago
#67319 closed defect (fixed)
cargo @0.69.1_1: New version of libgit2
Reported by: | INuvanda (Jean-Pierre Höhmann) | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | INuvanda (Jean-Pierre Höhmann) | |
Port: | cargo |
Description
As of one week ago, trying to run cargo fails with a dynamic linking error, because gibgit2.1.5.dylib is missing:
dyld[21800]: Library not loaded: '/opt/local/lib/libgit2.1.5.dylib' Referenced from: '/Users/jean-pierre/.cargo/bin/cargo-install-update' Reason: tried: '/opt/local/lib/libgit2.1.5.dylib' (no such file), '/Users/jean-pierre/.rustup/toolchains/stable-aarch64-apple-darwin/lib/libgit2.1.5.dylib' (no such file), '/Users/jean-pierre/lib/libgit2.1.5.dylib' (no such file), '/usr/local/lib/libgit2.1.5.dylib' (no such file), '/usr/lib/libgit2.1.5.dylib' (no such file)
The file is missing because the libgit2-port is now at version 1.6.4:
$ l /opt/local/lib/libgit2* /opt/local/lib/libgit2.1.6.4.dylib* /opt/local/lib/libgit2.1.6.dylib@ /opt/local/lib/libgit2.dylib@
Change History (3)
comment:1 Changed 19 months ago by jmroot (Joshua Root)
comment:2 Changed 19 months ago by INuvanda (Jean-Pierre Höhmann)
Cc: | INuvanda added |
---|
comment:3 Changed 18 months ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Both cargo and carg-c have been updated since this ticket was created, which should fix the problem.
Note: See
TracTickets for help on using
tickets.
Cf. #67293