You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/13 19:14:38 UTC

[GitHub] [arrow-rs] alamb opened a new issue #544: Error building on master

alamb opened a new issue #544:
URL: https://github.com/apache/arrow-rs/issues/544


   **Describe the bug**
   
   When I tried to use the code from master in arrow/datafusion in IOx (which depends on both arrow and datafusion) I got this crazy error while trying to resolve dependencies:
   
   ```
   error: cyclic package dependency: package `ahash v0.7.4` depends on itself. Cycle:
   package `ahash v0.7.4`
       ... which is depended on by `hashbrown v0.11.2`
       ... which is depended on by `indexmap v1.7.0`
       ... which is depended on by `serde_json v1.0.64`
       ... which is depended on by `wasm-bindgen v0.2.74`
       ... which is depended on by `js-sys v0.3.51`
       ... which is depended on by `getrandom v0.2.3`
       ... which is depended on by `ahash v0.7.4`
   ```
   
   **To Reproduce**
   make a project that depends on both datafusion and arrow
   
   **Expected behavior**
   Should be able to compile
   
   **Additional context**
   This was introduced because of a change of the rand macro in https://github.com/apache/arrow-rs/pull/488


-- 
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: github-unsubscribe@arrow.apache.org

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



[GitHub] [arrow-rs] nevi-me closed issue #544: Error building on master - error: cyclic package dependency: package `ahash v0.7.4` depends on itself. Cycle

Posted by GitBox <gi...@apache.org>.
nevi-me closed issue #544:
URL: https://github.com/apache/arrow-rs/issues/544


   


-- 
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: github-unsubscribe@arrow.apache.org

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