kpcyrd / sn0int

Semi-automatic OSINT framework and package manager
https://sn0int.readthedocs.io/
GNU General Public License v3.0
1.92k stars 177 forks source link

Builld failure in ubuntu #131

Closed gameofwar12 closed 4 years ago

gameofwar12 commented 4 years ago

while running "cargo install -f --path" command in ubuntu 19 the following error has failed the build process


error: enum variants on type aliases are experimental --> /home/mr-war/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-rustls-0.10.1/src/lib.rs:260:9 | 260 | Self::Client(s) | ^^^^^^^^^^^^

error: enum variants on type aliases are experimental --> /home/mr-war/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-rustls-0.10.1/src/lib.rs:266:9 | 266 | Self::Server(s) | ^^^^^^^^^^^^

error: aborting due to 2 previous errors

error: Could not compile tokio-rustls. warning: build failed, waiting for other jobs to finish... error: failed to compile sn0int v0.13.0 (/home/mr-war/BatCave/sn0int-master), intermediate artifacts can be found at /home/mr-war/BatCave/sn0int-master/target

Caused by: build failed

kpcyrd commented 4 years ago

Hello!

Your compiler is probably too old, we recommend installing it from https://rustup.rs/ or using the docker image.

gameofwar12 commented 4 years ago

@kpcyrd Thanks for info