-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple linker errors in 0.11.22 #2006
Comments
Would be nice if this dependency could be made optional, at least until upstream issue are fixed. |
#2080 could circumvent this |
add SystemConfiguration.framework |
AFAICT, the underlying fn main() {
if std::env::var("TARGET").unwrap().contains("-apple") {
println!("cargo:rustc-link-lib=framework=SystemConfiguration");
}
} |
Summary: The reqwest requires the SystemConfiguration which is not available in the MacOS linker. This adds a reminder comment to our nix shell to remove the SystemConfiguration dependency when the reqwest issue is resolved: seanmonstar/reqwest#2006 (comment) Test Plan: Successfully ran `nix develop` Reviewers: ashoat, varun, Subscribers:
Summary: The reqwest requires the SystemConfiguration which is not available in the MacOS linker. This adds a reminder comment to our nix shell to remove the SystemConfiguration dependency when the reqwest issue is resolved: seanmonstar/reqwest#2006 (comment) Test Plan: Successfully ran `nix develop` Reviewers: ashoat, varun, O1 Nix Subscribers: tomek Differential Revision: https://phab.comm.dev/D10668
Summary: The reqwest requires the SystemConfiguration which is not available in the MacOS linker. This adds a reminder comment to our nix shell to remove the SystemConfiguration dependency when the reqwest issue is resolved: seanmonstar/reqwest#2006 (comment) Test Plan: Successfully ran `nix develop` Reviewers: ashoat, varun, O1 Nix Reviewed By: ashoat Subscribers: tomek Differential Revision: https://phab.comm.dev/D10668
Summary: The reqwest requires the SystemConfiguration which is not available in the MacOS linker. This adds a reminder comment to our nix shell to remove the SystemConfiguration dependency when the reqwest issue is resolved: seanmonstar/reqwest#2006 (comment) Test Plan: Successfully ran `nix develop` Reviewers: ashoat, varun, O1 Nix Reviewed By: ashoat Subscribers: tomek Differential Revision: https://phab.comm.dev/D10668
The linking error[1] on Mac still isn't fixed. [1]: seanmonstar/reqwest#2006
The linking error[1] on Mac still isn't fixed. [1]: seanmonstar/reqwest#2006
It looks like we have a fix in I'm going to attempt it in a patch. |
#2130 has been reverted. Can we reopen this issue please? |
Migrating from 0.11.20 to 0.11.22 unearths some linker issues when building a universal binary for macos/ios (CI run):
This looks to be introduced by #1955 and the system-configuration dependency. Some possibly related issues
The text was updated successfully, but these errors were encountered: