chrono-tz phf dependency
Trying to compile this in Kali 5.5.0-kali2-amd64 and getting the error below. I tried deleting the ./cargo/registry folder according to this https://blog.illixion.com/2021/10/fix-failed-to-select-a-version-cargo/ but that yielded the same results. Is this a Kali repository issue?
failed to select a version fort he requirment 'phf = "=0.11.1" candidate versions found which didn't match: 0.10.1, 0.10.0, 0.9.0, ... location searched: crates.io index required by package 'chrono-tz v0.6.3
... which satisfies dependency 'chrono-tz = "0.6.3"` of package 'chain
saw v2.1.0
I experienced the same issues with Ubuntu 22.04. I removed cargo after installing it with apt-get install cargo. I installed Rust with rustup listed on the official rust site and then I was able to compile Chainsaw without any further issues.
https://www.rust-lang.org/tools/install
Try tune in sudo. It must install new lib on root directory. Have same issue
I'll give that a try tomorrow. Thanks in advance.
On Sun, Sep 25, 2022, 11:24 AM KRUXLEX @.***> wrote:
Try tune in sudo. It must install new lib on root directory. Have same issue
— Reply to this email directly, view it on GitHub https://github.com/WithSecureLabs/chainsaw/issues/100#issuecomment-1257217792, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3GQH3KU3MY7TDC4AWMHJG3WABVD5ANCNFSM6AAAAAAQSI2ZNU . You are receiving this because you authored the thread.Message ID: @.***>
Redhunt45, can you elaborate on that? I removed cargo, installed rust, but I'm not sure how to compile without cargo. Perhaps I misunderstood your advice.
On Sun, Sep 25, 2022, 5:33 PM Andrew Dorr @.***> wrote:
I'll give that a try tomorrow. Thanks in advance.
On Sun, Sep 25, 2022, 11:24 AM KRUXLEX @.***> wrote:
Try tune in sudo. It must install new lib on root directory. Have same issue
— Reply to this email directly, view it on GitHub https://github.com/WithSecureLabs/chainsaw/issues/100#issuecomment-1257217792, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3GQH3KU3MY7TDC4AWMHJG3WABVD5ANCNFSM6AAAAAAQSI2ZNU . You are receiving this because you authored the thread.Message ID: @.***>
@chronocrate, if you install using rustup it will install the latest rust and cargo.
https://rustup.rs
That worked, I had a path issue in addition but it's sorted now. Thanks a lot!
On Tue, Sep 27, 2022, 12:00 PM Alex Kornitzer @.***> wrote:
@chronocrate https://github.com/chronocrate, if you install using rustup it will install the latest rust and cargo.
https://rustup.rs
— Reply to this email directly, view it on GitHub https://github.com/WithSecureLabs/chainsaw/issues/100#issuecomment-1259715904, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3GQH3I7BBUYL67YSDNJYJ3WAMK3FANCNFSM6AAAAAAQSI2ZNU . You are receiving this because you were mentioned.Message ID: @.***>