-
Notifications
You must be signed in to change notification settings - Fork 134
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
oss-fuzz installation, stuck at step 2 #24
Comments
Can you try and delete all docker images related to OSS-Fuzz and run |
Not sure if what I did was right, but I don't think it fixed the problem. |
It seems apt-get update is not running properly in Step 4/9. Can you try any of these solutions: https://askubuntu.com/questions/91543/apt-get-update-fails-to-fetch-files-temporary-failure-resolving-error |
This one is Docker-specific: https://stackoverflow.com/questions/24832972/docker-apt-get-update-fails |
The connection timed out error is probably caused by being behind a proxy: |
I'm still stuck at this step haha. I feel like the problem is more with docker. as the apt update from the dockerfiles keeps showing that repositories have no release file. So far i haven't found a solution that works for me yet. So, now I want to ask instead, is there a way to install this whole thing without using docker? That would be much much much appreciated |
@swonlek I have seen few people installed and run aflgo with and without docker. So, it should be fine as long as you have required dependencies installed (e.g. llvm 4.0). |
This seems like an OSS-Fuzz problem. It is definitely not an AFLGo problem. |
Regardless of docker, we definitely need oss-fuzz to use aflgo right? I might not have time to try out your suggestion right now, but I will definitely give it a shot when my schedule's more free |
No. You can simply follow the instructions in the AFLGo readme to set it up without Docker or OSS-Fuzz. |
Hi, I am trying to install the oss-fuzz before installing aflgo and im doing this behind corporate firewall. I keep getting the error:
when the /infra/base-images/base-clang/Dockerfile is running. I poked around google and most suggestions include doing
sudo apt-get update
,sudo apt-get upgrade
, adding repositories like multiverse etc etc, and i've tried them but this error is still thrown.I've also tried editing the Dockerfile to run
RUN apt-get install -y libc6-dev binutils libgcc-5-dev
, but the error message:then appears. Help!! Not sure if its the corporate firewall preventing it from downloading the packages (which, last time I checked, were the latest versions already as of 25 June 2018)
Below is what comes up in the terminal when entering
infra/base-images/all.sh
:The text was updated successfully, but these errors were encountered: