Coder Social home page Coder Social logo

Comments (6)

th1000s avatar th1000s commented on September 26, 2024

The reflink master (already 2 years old) has a fix for that, try using that one instead of the one from crates.io by changing the reflink = "0.1.3" line in Cargo.toml to
reflink = { git = "https://github.com/nicokoch/reflink.git", rev = "e8d93b465f5d9ad340cd052b64bbc77b8ee107e2" }

from fclones.

melissaboiko avatar melissaboiko commented on September 26, 2024

Also happens with cargo build in Debian armhf/arm7vl (Raspberry Pi). Dunno if this is relevant but just putting it here for search engines.

Using the reflink (check out the repo, change Cargo.toml as above, do a cargo build --release ) works.

from fclones.

ethnh avatar ethnh commented on September 26, 2024

The reflink master (already 2 years old) has a fix for that, try using that one instead of the one from crates.io by changing the reflink = "0.1.3" line in Cargo.toml to

Is there any reason fclones isn't using that version?

from fclones.

pkolaczk avatar pkolaczk commented on September 26, 2024

It is not possible to publish a crate that relies on an unpublished crate. All dependencies must be in crates.io.

from fclones.

ethnh avatar ethnh commented on September 26, 2024

from fclones.

th1000s avatar th1000s commented on September 26, 2024

Through the magic of #[cfg(..)] reflink should not bother you any longer!

Unless you want to test fclones... I only left reflink active in the Linux build to test the macOS/Windows code paths, but these need not be build for the fclones binary itself.

from fclones.

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.