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 a problem building mongodb using linuxbrew. It crashes when it tries to build this module.
Building bsondump...
# github.com/spacemonkeygo/openssl
vendor/src/github.com/spacemonkeygo/openssl/net.go:121: conn.setSession undefined (type *Conn has no field or method setSession)
vendor/src/github.com/spacemonkeygo/openssl/net.go:128: conn.SetTlsExtHostName undefined (type *Conn has no field or method SetTlsExtHostName)
Maybe the downstream people who stuck the code in the vendor folder missed some updated files? The conn.setSession method was added in 4d3c3b1, but SetTlsExtHostName was there from the first time we open sourced it.
Perhaps they've made some changes? I honestly don't know.
I have a problem building mongodb using linuxbrew. It crashes when it tries to build this module.
Do you have any idea what's causing the problem?
See this related issue for full log: https://github.com/Linuxbrew/homebrew-core/issues/1892
The text was updated successfully, but these errors were encountered: