-
Notifications
You must be signed in to change notification settings - Fork 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
FreeBSD port / vendor OpenSSL issue #967
Comments
|
You probably need to mess with features for both https://docs.rs/reqwest/latest/reqwest/ and https://github.com/rust-lang/git2-rs/, which we use and depend on the openssl-src crate. Maybe just reqwest's |
|
lapce/.github/workflows/release.yml Line 139 in 796008b
this should be just enough |
|
I switched to 796008b but it still fetches openssl-src-111.22.0+1.1.1q from cargo.lock and if I remove it: Any hints? |
|
It will be fetched no matter what unless you patch out |
|
The only occurrence that I found is: What should be changed? |
diff --git a/lapce-proxy/Cargo.toml b/lapce-proxy/Cargo.toml
index ac93cbf..f7b2fd5 100644
--- a/lapce-proxy/Cargo.toml
+++ b/lapce-proxy/Cargo.toml
@@ -32,7 +32,7 @@ serde_json = "1.0.59"
anyhow = "1.0.32"
home = "0.5.3"
toml_edit = { version = "0.14.4", features = ["easy"] }
-git2 = { version = "0.14.4", features = ["vendored-openssl"] }
+git2 = { version = "0.14.4", features = [] }
lapce-core = { path = "../lapce-core" }
lapce-rpc = { path = "../lapce-rpc" }
trash = "2.1"
I don't know what's the *bsd ports framework, so you want to run |
|
Hi, Ok. I think it's better to build it without removing vendor openssl for now and for better debugging on what's is happening. What make me to retrocess about removing vendor openssl is because I noticed that there are ports with the same issue like gitui in the port devel/gitui so it is better to take that issue when I have a working/buildable port. I think you help me enough and I thank you for that because I learned more about rust/cargo mechanics. Cheers, |
|
FreeBSD PR: 265892 |
|
I believe this has been resolved |
|
Hi @panekj! Yes it is, sorry I forgot to close it. I'm having troubles adding FreeBSD target to druid, could you please take a look at linebender/druid#2249 when you have the time? Cheers and thanks for your great help! |
Hello,
I'm porting lapce to FreeBSD but ports framework gives me the following warning:
Is there a way to avoid:
and use FreeBSD OpenSSL?
Thanks,
Nuno Teixeira
The text was updated successfully, but these errors were encountered: