-
Notifications
You must be signed in to change notification settings - Fork 42
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
Example Build Failed #22
Comments
Hi @saarshah,
I can see that the panic happened at https://github.com/rust-fuzz/honggfuzz-rs/blob/master/build.rs#L38 I recommend you try again using |
rustc --version Yes, i did Download as Zip. But now I try as per your direction which produced following error with RUST_BACKTRACE=full cargo hfuzz run example /usr/bin/ld.gold Caused by: --- stderr |
Thank for the details! |
After
|
Ok, it really looks like a bug or incomplete feature in WSL. |
Window 10 Pro. 1903. (OS Build 18362.175) . WSL, I think is tied with windows , but I could found to exact version of WSL (actually, I don't know how to do !) and here is output of ./test.sh , when I am at root of the honggfuzz-rs
|
Thanks for the details, I think this is related to microsoft/WSL#902. The bug is triggered in the upstream project https://github.com/google/honggfuzz so I can't really directly apply a workaround myself but I also don't want to bother the upstream developer as WSL1 will be deprecated soon anyway.. So I think I'll close as "wontfix" because the issue is neither in If you are motived, it would be interesting if you could test WSL2 to verify that it works, but it's almost certain it does as WSL2 is using lower level virtualization. |
Hi, I've just ran into the same problem. Do think that you could perhaps put some kind of warning stating that honggfuzz-rs does not work on WSL(1)? |
I have followed the guidance provided here, but could not succeeded with following error..
error: failed to run custom build command for
honggfuzz v0.5.45 (/mnt/c/Users/Ali/honggfuzz-rs)
Caused by:
process didn't exit successfully:
/mnt/c/Users/Ali/honggfuzz-rs/example/hfuzz_target/release/build/honggfuzz-e77bf1f3f654a6c3/build-script-build
(exit code: 101)--- stdout
make: Entering directory '/mnt/c/Users/Ali/honggfuzz-rs/honggfuzz'
make: Leaving directory '/mnt/c/Users/Ali/honggfuzz-rs/honggfuzz'
--- stderr
make: *** No rule to make target 'clean'. Stop.
thread 'main' panicked at 'assertion failed: status.success()', /mnt/c/Users/Ali/honggfuzz-rs/build.rs:38:5
note: run with
RUST_BACKTRACE=1
environment variable to display a backtrace.warning: build failed, waiting for other jobs to finish...
error: build failed
The text was updated successfully, but these errors were encountered: