Re: letting a port depending on rust-nightly

2020-12-18 Thread MR
Hi, Zitat von Jan Beich : MR writes: Hi, thanks a lot for your hints! This (and RUSTC_BOOTSTRAP=1) seems to work mostly: It does build now interactively bit still seems to download repos from github during config: Likely due to CARGO_GIT_SUBDIR being incomplete/incorrect, so some

Re: letting a port depending on rust-nightly

2020-12-17 Thread Jan Beich
MR writes: > Hi, > > > thanks a lot for your hints! > > This (and RUSTC_BOOTSTRAP=1) seems to work mostly: > > It does build now interactively bit still seems to download repos from > github during config: Likely due to CARGO_GIT_SUBDIR being incomplete/incorrect, so some packages still don't

Re: letting a port depending on rust-nightly

2020-12-17 Thread MR
Hi, thanks a lot for your hints! This (and RUSTC_BOOTSTRAP=1) seems to work mostly: It does build now interactively bit still seems to download repos from github during config: ... ===> Configuring for bitwarden_rs-1.17.0 Updating git repository

Re: letting a port depending on rust-nightly

2020-12-17 Thread Jan Beich
MR writes: > Hi, > I tried but before it can work I get: > ... > === > ===> Configuring for bitwarden_rs-1.17.0 > error: failed to resolve patches for > `https://github.com/rust-lang/crates.io-index` > > Caused by: > patch for `data-url` in >

Re: letting a port depending on rust-nightly

2020-12-17 Thread MR
Hi, I tried but before it can work I get: ... === ===> Configuring for bitwarden_rs-1.17.0 error: failed to resolve patches for `https://github.com/rust-lang/crates.io-index` Caused by: patch for `data-url` in

Re: letting a port depending on rust-nightly

2020-12-16 Thread Jan Beich
MR writes: > Hi, > I'm trying to port https://github.com/dani-garcia/bitwarden_rs which > seems to depend on > rust-nightly (default rust errors due to some Did you try CARGO_ENV+=RUSTC_BOOTSTRAP=1 instead? Some examples: - devel/racer - games/veloren - lang/rust (originally) -

letting a port depending on rust-nightly

2020-12-16 Thread MR
Hi, I'm trying to port https://github.com/dani-garcia/bitwarden_rs which seems to depend on rust-nightly (default rust errors due to some Now: How to let a port depend on rust-nightly? Adding it to BUILD_DEPEND fails with: ... ===> bitwarden_rs-1.17.0 depends on executable: rustc - found