You are not logged in.

#1 2021-05-11 18:49:52

Chop1n
Member
Registered: 2020-10-20
Posts: 22

Can't install mullvad-vpn, rust throws an error

Hello, I'm trying to install mullvad-vpn and it just gives me this error:

error[E0277]: can't compare `Vec<std::net::IpAddr>` with `[std::net::IpAddr]`
  --> talpid-core/src/dns/linux/systemd_resolved.rs:87:40
   |
87 |                     if current_servers != *dns_state.set_servers {
   |                                        ^^ no implementation for `Vec<std::net::IpAddr> == [std::net::IpAddr]`
   |
   = help: the trait `PartialEq<[std::net::IpAddr]>` is not implemented for `Vec<std::net::IpAddr>`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0277`.
error: could not compile `talpid-core`

To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed

I've tried to reinstall rust and made sure I don't have something like rustup, didn't work.
I've also tried doing a clean build each time, that also didn't help.

What could be causing this and what do I try next? Thanks.


"curl -F 'sprunge=<-' http://sprunge.us < path-to-file" is holy

Offline

Board footer

Powered by FluxBB