Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I/O Error: Operation Failed To Complete Synchoronously When Using lsd. #2308

Closed
SynCROSS opened this issue Sep 20, 2022 · 4 comments
Closed
Labels
invalid An issue that is not actually a bug or a feature that already exists.

Comments

@SynCROSS
Copy link

What version of ripgrep are you using?

ripgrep 13.0.0
-SIMD -AVX (compiled)
+SIMD +AVX (runtime)

How did you install ripgrep?

Using Cargo With This Command

cargo install ripgrep

What operating system are you using ripgrep on?

WINDOWS 10

uname -a:
MINGW64_NT-10.0-19044 DESKTOP-LMEOL8I 3.3.5-341.x86_64 2022-07-08 09:41 UTC x86_64 Msys

Describe your bug.

There is an I/O error when using ripgrep with lsd.

image

What are the steps to reproduce the behavior?

lsd | rg ANY_PATTERN

What is the actual behavior?

DEBUG|grep_cli::decompress|C:\Users\Username\.cargo\registry\src\github.com-1ecc6299db9ec823\grep-cli-0.1.6\src\decompress.rs:482: lz4: could not find executable in PATH DEBUG|grep_cli::decompress|C:\Users\Username\.cargo\registry\src\github.com-1ecc6299db9ec823\grep-cli-0.1.6\src\decompress.rs:482: zstd: could not find executable in PATH DEBUG|grep_cli::decompress|C:\Users\Username\.cargo\registry\src\github.com-1ecc6299db9ec823\grep-cli-0.1.6\src\decompress.rs:482: zstd: could not find executable in PATH DEBUG|globset|C:\Users\Username\.cargo\registry\src\github.com-1ecc6299db9ec823\globset-0.4.9\src\lib.rs:431: built glob set; 0 literals, 0 basenames, 9 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 0 regexes

What is the expected behavior?

image

@BurntSushi
Copy link
Owner

I'm not quite sure why you're reporting this against ripgrep. ripgrep works with ls but not with lsd, I'd first look into lsd.

I'll leave this open for now, but I don't use Windows and it will be quite some time before I'm able to get on my Windows machine to test this.

@BurntSushi BurntSushi added the question An issue that is lacking clarity on one or more points. label Sep 20, 2022
@BurntSushi
Copy link
Owner

I also don't even know what that error message means. Do you?

@nathaniel-daniel
Copy link

I think the issue is rust-lang/rust#98947?

@BurntSushi
Copy link
Owner

It looks like this was unrelated to ripgrep.

@BurntSushi BurntSushi closed this as not planned Won't fix, can't repro, duplicate, stale Nov 24, 2023
@BurntSushi BurntSushi added invalid An issue that is not actually a bug or a feature that already exists. and removed question An issue that is lacking clarity on one or more points. labels Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid An issue that is not actually a bug or a feature that already exists.
Projects
None yet
Development

No branches or pull requests

3 participants