-
Notifications
You must be signed in to change notification settings - Fork 56
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
mono 5 #300
Comments
>=5.0.1 because of |
current version fails to build https://paste.pound-python.org/show/VRivIXH4BpBaR25PQEwS/ |
Mine machine just compiled it without problems. try to search on "recompile with -fPIC" phrase. |
@ArsenShnurkov right, patches should be updated |
it's better to submit patches to upstream... |
@ArsenShnurkov afair they were submitted /cc @trofi |
I didn't found any hyperlink about the event of submission the PR to upstream (mono as i think now) |
mono has quite unusual toolchain selection code in
Our |
need mono >5.0.10 because of mono-5.2.0.196 released 18 hours ago |
@ArsenShnurkov will try to update |
@ArsenShnurkov try pushed mono-5.2.0.196 |
mono -V System.Net.Http.HttpRequestException: An error occurred while sending the request ---> System.Net.WebException: Error: TrustFailure (Ssl error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED |
the following commands solve this issue: # cat /etc/ssl/certs/* >ca-bundle.crt # cert-sync ca-bundle.crt # rm ca-bundle.crt it's from yar229/WebDavMailRuCloud#56 |
@ArsenShnurkov I'm extra busy for next few days :) you can work on it |
I need help with mono 5 ebuild
The text was updated successfully, but these errors were encountered: