You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Rust install with Homebrew and I can't install cargo-update.
If I run the command cargo install cargo-update, the installation fails at the very end of the process with the following error messages :
Compiling git2 v0.11.0
error: linking with `cc` failed: exit status: 1
= note: Undefined symbols for architecture x86_64:
"_libiconv", referenced from:
_git_path_iconv in liblibgit2_sys-b19a94382bcd229c.rlib(path.o)
"_libiconv_open", referenced from:
_git_path_direach in liblibgit2_sys-b19a94382bcd229c.rlib(path.o)
_git_path_iconv_init_precompose in liblibgit2_sys-b19a94382bcd229c.rlib(path.o)
_git_path_diriter_init in liblibgit2_sys-b19a94382bcd229c.rlib(path.o)
"_libiconv_close", referenced from:
_git_path_direach in liblibgit2_sys-b19a94382bcd229c.rlib(path.o)
_git_path_iconv_clear in liblibgit2_sys-b19a94382bcd229c.rlib(path.o)
_git_path_diriter_free in liblibgit2_sys-b19a94382bcd229c.rlib(path.o)
_git_path_dirload in liblibgit2_sys-b19a94382bcd229c.rlib(path.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: could not compile `cargo-update` due to previous error
error: failed to compile `cargo-update v8.1.4`, intermediate artifacts can be found at `/var/folders/1n/ghmw9sj13m3428cl4z3_x0bm0000gn/T/cargo-installicU40Z`
I have a MacBook Pro with an Intel processor running Mac OSX 12.5.1
The text was updated successfully, but these errors were encountered:
I have Rust install with Homebrew and I can't install cargo-update.
If I run the command cargo install cargo-update, the installation fails at the very end of the process with the following error messages :
I have a MacBook Pro with an Intel processor running Mac OSX 12.5.1
The text was updated successfully, but these errors were encountered: