You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/08/09 19:48:21 UTC

[GitHub] [incubator-kvrocks] druban opened a new issue, #774: cmake version validation is broken

druban opened a new issue, #774:
URL: https://github.com/apache/incubator-kvrocks/issues/774

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
   
   
   ### Version
   
   unstable, 8ffdfaf2d5caf73977a9855066d7e06ecc93c76f
   
   ### Minimal reproduce step
   
   % ./x.py build
   Traceback (most recent call last):
     File "./x.py", line 312, in <module>
       args.func(**arg_dict)
     File "./x.py", line 95, in build
       check_version(cmake_version, CMAKE_REQUIRE_VERSION, "CMake")
     File "./x.py", line 80, in check_version
       raise RuntimeError(f"{prog_name} {require_version} or higher is required, got: {current}")
   RuntimeError: CMake 3.13.0 or higher is required, got: 3.22.2
   
   ..
   % 
   
   ### What did you expect to see?
   
   cmake 3.22.2 should be accepted
   
   ### What did you see instead?
   
   cmake 3.22.2 was rejected
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: issues-unsubscribe@kvrocks.apache.org.apache.org

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


[GitHub] [incubator-kvrocks] druban commented on issue #774: cmake version validation is broken

Posted by GitBox <gi...@apache.org>.
druban commented on issue #774:
URL: https://github.com/apache/incubator-kvrocks/issues/774#issuecomment-1209810122

   Sorry for the false alarm. Issue seems to be addressed already.


-- 
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: issues-unsubscribe@kvrocks.apache.org

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


[GitHub] [incubator-kvrocks] druban closed issue #774: cmake version validation is broken

Posted by GitBox <gi...@apache.org>.
druban closed issue #774: cmake version validation is broken
URL: https://github.com/apache/incubator-kvrocks/issues/774


-- 
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: issues-unsubscribe@kvrocks.apache.org

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