You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/10/10 10:08:10 UTC

[GitHub] [skywalking] remicollet opened a new issue, #9757: [Bug] [PHP] support for rust 1.58

remicollet opened a new issue, #9757:
URL: https://github.com/apache/skywalking/issues/9757

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Apache SkyWalking Component
   
   CLI (apache/skywalking-cli)
   
   ### What happened
   
   ```
   + make -j10
   PHP_CONFIG=/usr/bin/php-config cargo build --release
   error: package `dashmap v5.4.0` cannot be built because it requires rustc 1.59 or newer, while the currently active rustc version is 1.58.1
   make: *** [Makefile:191: modules/skywalking_agent.so] Error 101
   
   ```
   
   ### What you expected to happen
   
   Build OK with rust 1.58 (default version in RHEL, Alma, Rocky...)
   
   
   
   ### How to reproduce
   
   Build on RHEL
   
   ### Anything else
   
   CentOS Stream 8 and 9 already have rust 1.62
   so this new version will probably be available in RHEL 8.7 and 9.1 (in a few weeks)
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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@skywalking.apache.org.apache.org

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


[GitHub] [skywalking] jmjoy commented on issue #9757: [Bug] [PHP] support for rust 1.58

Posted by GitBox <gi...@apache.org>.
jmjoy commented on issue #9757:
URL: https://github.com/apache/skywalking/issues/9757#issuecomment-1273236563

   The rust version is limit by third-party dependency `dashmap`, therefore, it is difficult to downgrade the rust version, or use the newer version rust rather than the one installed by distribution?


-- 
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@skywalking.apache.org

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


[GitHub] [skywalking] jmjoy closed issue #9757: [Bug] [PHP] support for rust 1.58

Posted by GitBox <gi...@apache.org>.
jmjoy closed issue #9757: [Bug] [PHP] support for rust 1.58
URL: https://github.com/apache/skywalking/issues/9757


-- 
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@skywalking.apache.org

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


[GitHub] [skywalking] remicollet commented on issue #9757: [Bug] [PHP] support for rust 1.58

Posted by GitBox <gi...@apache.org>.
remicollet commented on issue #9757:
URL: https://github.com/apache/skywalking/issues/9757#issuecomment-1273260523

   > The rust version is limit by third-party dependency dashmap, therefore, it is difficult to downgrade the rust version,
   
   Or downgrade dashmap version requirement
   
   > or use the newer version rust rather than the one installed by distribution?
   
   Not possible (from packaging PoV)


-- 
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@skywalking.apache.org

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