Giter Club home page Giter Club logo

Comments (5)

thomasmost avatar thomasmost commented on July 19, 2024 2

I'm also seeing this:

error: failed to run custom build command for `pear_codegen v0.1.4`

Caused by:
  process didn't exit successfully: `/Users/thomas/bend/data-service/target/debug/build/pear_codegen-5da0a702cafd9dee/build-script-build` (exit status: 101)
  --- stderr
  Error: Pear requires a 'dev' or 'nightly' version of rustc.
  Installed version: 1.56.1 (2021-11-01)
  Minimum required:  1.31.0-nightly (2018-10-05)
  thread 'main' panicked at 'Aborting compilation due to incompatible compiler.', /Users/thomas/.cargo/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.1.4/build.rs:24:13
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
error: build failed

from rocket_cors.

somehowchris avatar somehowchris commented on July 19, 2024

I‘m not a maintainer of this but here’s my guess.

Its probably due to the rust version of the base image, its 6 months old and runs 1.51.0 while your workstation probably runs a newer version which is needed for this.

TLDR; no bug, just an outdated version of rust being used by the base image. RUN rustup update might help, didn’t check it

from rocket_cors.

thomasmost avatar thomasmost commented on July 19, 2024

Updating to the master branch build (rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", branch = "master" }) resolves this but I'm seeing several other errors trying to implement the example with the stable Rocket release candidate

from rocket_cors.

thomasmost avatar thomasmost commented on July 19, 2024

Now just seeing:

38 |     .attach(cors)
   |             ^^^^ the trait `Fairing` is not implemented for `Result<Cors, rocket_cors::Error>`

with:

    rocket::build()
    .register("/", catchers![internal_error])
    .mount("/", routes![index])
    .mount("/v0", routes![info, org_count, org_list, org_create])
    .attach(cors)

from rocket_cors.

somehowchris avatar somehowchris commented on July 19, 2024

@thomasmost mind telling me which rocket version you are using?

Are you setting up cors something along the lines of this?

let cors = rocket_cors::CorsOptions::default().to_cors().unwrap()

from rocket_cors.

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.