Disable libhdfs3 and osg-qt in linux temporarily#10290
Disable libhdfs3 and osg-qt in linux temporarily#10290strega-nil merged 1 commit intomicrosoft:masterfrom
Conversation
|
Thanks Jack! |
|
@JackBoosY , any ETA when |
|
@kreuzerkrieg Less than one week. |
|
Since vcpkg does not currently join port |
|
so, what is the current status of |
|
@JackBoosY I don't think kerberos is generally available in package managers (at least, afaict, it's not in the default ubuntu PPAs); I think we have to add |
|
@kreuzerkrieg, it looks you are the author of the libhdfs3 port in vcpkg, do you know if kerberos required to build libhdfs3, if there is a way to disable it? it built failed on linux when configure the project. Could you give us some suggestion? BTW, I'm curious about PR #10021, why the ci test pass on linux? the port haven't been changed after it added, so it should detact the failure before, however the CI test pass, and we merged the changes, it cause failrues in CI baseline . Failures: |
|
@PhoebeHui First, I have no idea. Second I can try and ask folks from libhdfs. And third, I guess the answer is no, it makes perfect sense - want authentication? go for gsasl, using sasl? you need kerberos. As of making ports, gsasl and kerberos last releases were issued a century before I've born, not sure anyone needs this port, honestly I dont see any reason for making port for a package that may be provided by native package management. |
|
@kreuzerkrieg unfortunately, afaict, Ubuntu doesn't have kerberos :/ edit: no, I'm a dummy. Let's try it. |
|
krb5 AFAIR |
|
Thank you all for taking look at this issue! |
In recent PRs, I found the following regressions in linux:
ms-angleconflicts withangleandqt-5base,libeglbuild fails, which leads to this regression.I will fix them in another PR later.
Related: #10285 #10167 #10253 #10287.