Giter Club home page Giter Club logo

Comments (8)

alexcrichton avatar alexcrichton commented on May 18, 2024

Ah actually I think this is basically a case where libc 0.2 isn't compatible with older versions of libstd on ARM due to this change, if you update std the error should go away.

from curl-rust.

MagaTailor avatar MagaTailor commented on May 18, 2024

All right, I'll try that and close the issue if that's all there is to it.

EDIT:
Nope, different place, same error.

/home/odroid/.cargo/registry/src/github.com-121aea75f9ef2ce2/filetime-0.1.6/src/lib.rs:226:19: 226:29 error: mismatched types:
 expected `*const i8`,
    found `*const u8`
(expected i8,
    found u8) [E0308]
/home/odroid/.cargo/registry/src/github.com-121aea75f9ef2ce2/filetime-0.1.6/src/lib.rs:226         if utimes(p.as_ptr(), times.as_ptr()) == 0 {
                                                                                                             ^~~~~~~~~~

from curl-rust.

alexcrichton avatar alexcrichton commented on May 18, 2024

That's a problem with a different crate, actually, and I just published 0.1.7 of that crate so it should fix that problem. Looks like it fixed it for curl, though, so I'm going to close this issue. Thanks for the report!

from curl-rust.

MagaTailor avatar MagaTailor commented on May 18, 2024

Indeed, the filetime crate update was effective but doesn't fix building cargo on arm. Where should I be posting these incremental reports? (opening a new issue for every broken crate is not my idea of fun)

from curl-rust.

alexcrichton avatar alexcrichton commented on May 18, 2024

You can also feel free to submit PRs!

from curl-rust.

MagaTailor avatar MagaTailor commented on May 18, 2024

Hopefully you're not suggesting I should be fixing all this stuff myself?

Still, locally speaking, what do you think of this little hack in ncurses-5.73.0/src/ncurses.rs

String::from_c_str(ret as *const u8) at line 1114? (instead of i8)

from curl-rust.

alexcrichton avatar alexcrichton commented on May 18, 2024

I'm not sure I quite understand, the amount of effort needed to get cargo working again will be proportional to the number of broken crates, and are you basically saying you'd rather not do that yourself? That's ok, no worries!

from curl-rust.

MagaTailor avatar MagaTailor commented on May 18, 2024

What a relief! ;)

I meant keeping these crate-specific reports related to the same issue in one place was definitely a better idea.

Due to the number of cargo's dependencies I'd originally thought that would be the right place to start.

from curl-rust.

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.