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

Can't build libafl_qemu in Dockerfile #1895

Closed
vringar opened this issue Feb 29, 2024 · 0 comments · Fixed by #1899
Closed

Can't build libafl_qemu in Dockerfile #1895

vringar opened this issue Feb 29, 2024 · 0 comments · Fixed by #1899
Labels
bug Something isn't working

Comments

@vringar
Copy link
Contributor

vringar commented Feb 29, 2024

Issue confirmed on 8c773a6

Describe the bug
When trying to build libafl_qemu in the docker container, the build errors because it can't find libafl_qemu/build_linux.rs.
As I'm trying to use the container as a build environment because my distribution doesn't ship and up-to-date version of LLVM, this is unfortunate.
Should I just modify the Dockerfile for my usecase or is this something I should try and upstream?

To Reproduce
Steps to reproduce the behavior:

  1. docker build -t libafl .
  2. docker run --name libafl --rm -it libafl
  3. (In the Docker shell) cargo build -p libafl_qemu

Expected behavior

I would expect the build to complete successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant