You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@thrift.apache.org by GitBox <gi...@apache.org> on 2021/12/05 23:47:06 UTC

[GitHub] [thrift] kainjow commented on pull request #2471: Compile TWebSocketServer with CMake only when OpenSSL is found

kainjow commented on pull request #2471:
URL: https://github.com/apache/thrift/pull/2471#issuecomment-986325557


   > @kainjow could you rebase on latest master and push one more time, to see how the builds are doing? Build errors seem at least partially unrelated, but its always nice to try one more time, just to be sure...
   
   Reran, but looks like an issue with the Rust dependency `clap`?
   ```
      Compiling clap v2.34.0
       Building [=========================================>               ] 29/39
   error[E0658]: use of unstable library feature 'matches_macro'
      --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-2.34.0/src/errors.rs:392:10
       |
   392 |         !matches!(
       |          ^^^^^^^
       |
       = note: for more information, see https://github.com/rust-lang/rust/issues/65721
   
       Building [=========================================>               ] 29/39
      Compiling threadpool v1.8.1
       Building [==========================================>              ] 30/39
      Compiling regex v1.5.4
       Building [============================================>            ] 31/39
   error: aborting due to previous error
   
   For more information about this error, try `rustc --explain E0658`.
       Building [============================================>            ] 31/39
   error: could not compile `clap`.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@thrift.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org