Giter Club home page Giter Club logo

Comments (8)

kn007 avatar kn007 commented on May 18, 2024

用cargo,说起来。。。这个不应该在上游开个issue么

你有没有尝试使用quiche原版的patch测试?如果也有问题,那就是你环境问题了。

from patch.

kn007 avatar kn007 commented on May 18, 2024

哦,看到你末尾了,要rust1.5以上

from patch.

kn007 avatar kn007 commented on May 18, 2024

https://github.com/cloudflare/quiche/#building

from patch.

gaby64 avatar gaby64 commented on May 18, 2024

what is the solution?

im stuck here aswell

from patch.

rieval avatar rieval commented on May 18, 2024

what is the solution?

im stuck here aswell

You could simply solve this issue by using the Alpine Edge image instead of the Alpine 3.1x image.

But you may encounter an error like this: Operation not permitted when install run from make in docker build

At this time, try to use Alpine 3.1x image and add the follow to /etc/apk/repositories:

http://dl-cdn.alpinelinux.org/alpine/edge/main

Install the Rust 1.50 finally:

apk add llvm11-libs cargo>1.50 rust>1.50

from patch.

gaby64 avatar gaby64 commented on May 18, 2024

Im running Ubuntu 20.04.2 LTS Server.

from patch.

gaby64 avatar gaby64 commented on May 18, 2024

the specific issue im also encountering is

error[E0599]: no method named `fill` found for slice `[u8]` in the current scope
    --> src/lib.rs:2318:39
     |
2318 |             out[done..done + pad_len].fill(0);
     |                                       ^^^^ method not found in `[u8]`

error: aborting due to previous error

I tried, stable, beta and nightly rust

from patch.

kn007 avatar kn007 commented on May 18, 2024

@gaby64 https://github.com/cloudflare/quiche/issues/new

from patch.

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.