GithubHelp home page GithubHelp logo

Comments (1)

sapg avatar sapg commented on July 29, 2024 1

Never mind, my cargo was pulling 0.1.1, after using the command mentioned in the readme I get the latest version.

cargo install --git https://github.com/boxdot/gurk-rs gurk

Now I have a different issue but that is related to one of the dependencies.

error[E0277]: `S` cannot be shared between threads safely
   --> /home//.cargo/git/checkouts/libsignal-service-rs-e91a0c40cab55da9/91d7d09/libsignal-service/src/sender.rs:486:30
    |
486 | ...                   .delete_service_addr_device_session(
    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be shared between threads safely
    |
note: required by a bound in `SessionStoreExt::delete_service_addr_device_session`
   --> /home//.cargo/git/checkouts/libsignal-service-rs-e91a0c40cab55da9/91d7d09/libsignal-service/src/session_store.rs:33:14
    |
33  |     async fn delete_service_addr_device_session(
    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `SessionStoreExt::delete_service_addr_device_session`
help: consider further restricting this bound
    |
130 |     S: SessionStore + SessionStoreExt + Clone + std::marker::Sync,
    |                                               +++++++++++++++++++

error[E0277]: `S` cannot be shared between threads safely
   --> /home//.cargo/git/checkouts/libsignal-service-rs-e91a0c40cab55da9/91d7d09/libsignal-service/src/sender.rs:532:30
    |
532 | ...                   .delete_service_addr_device_session(
    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be shared between threads safely
    |
note: required by a bound in `SessionStoreExt::delete_service_addr_device_session`
   --> /home//.cargo/git/checkouts/libsignal-service-rs-e91a0c40cab55da9/91d7d09/libsignal-service/src/session_store.rs:33:14
    |
33  |     async fn delete_service_addr_device_session(
    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `SessionStoreExt::delete_service_addr_device_session`
help: consider further restricting this bound
    |
130 |     S: SessionStore + SessionStoreExt + Clone + std::marker::Sync,
    |                                               +++++++++++++++++++

For more information about this error, try `rustc --explain E0277`.
error: could not compile `libsignal-service` due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
error: failed to compile `gurk v0.2.3 (https://github.com/boxdot/gurk-rs#7651676f)`, intermediate artifacts can be found at `/tmp/cargo-installlATG6D`

Caused by:
  build failed



 

from gurk-rs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.