google / oss-fuzz

OSS-Fuzz - continuous fuzzing for open source software.
https://google.github.io/oss-fuzz
Apache License 2.0
10.53k stars 2.23k forks source link

ffmpeg build is broken #865

Closed Dor1s closed 7 years ago

Dor1s commented 7 years ago
I  Step #3:  /bin/mkdir -p '/src/ffmpeg_deps/include/fdk-aac' 
I  Step #3:  /usr/bin/install -c -m 644 ./libSYS/include/machine_type.h ./libSYS/include/genericStds.h ./libSYS/include/FDK_audio.h ./libAACenc/include/aacenc_lib.h ./libAACdec/include/aacdecoder_lib.h '/src/ffmpeg_deps/include/fdk-aac' 
I  Step #3:  /bin/mkdir -p '/src/ffmpeg_deps/lib/pkgconfig' 
I  Step #3:  /usr/bin/install -c -m 644 fdk-aac.pc '/src/ffmpeg_deps/lib/pkgconfig' 
I  Step #3: make[1]: Leaving directory '/src/fdk-aac' 
I  Step #3: + cd /src 
I  Step #3: + tar xzf lame.tar.gz 
I  Step #3:  
I  Step #3: gzip: stdin: not in gzip format 
I  Step #3: tar: Child returned status 1 
I  Step #3: tar: Error is not recoverable: exiting now 
Dor1s commented 7 years ago

Need to fix ADD https://sourceforge.net/projects/lame/files/latest/download lame.tar.gz in https://github.com/google/oss-fuzz/blob/master/projects/ffmpeg/Dockerfile#L31

Dor1s commented 7 years ago

Or we may wait a little bit:

<<html><head>
<title>SourceForge</title>
<!-- <script src="/js/jquery.com/jquery-1.11.0.min.js"></script> -->
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="https://sourceforge.net/js/mirrors.js"></script>
<script src="/js/sf.js"></script>
<script>
var DR_loc = DR_parse_hash_url();
if (DR_loc) {
    DR_sf_main(DR_loc);
} else {
    window.location.href = 'https://sourceforge.net/home.html';
}
</script>
</head><body>
<noscript>
We're sorry -- the Sourceforge site is currently in Disaster Recovery mode, and currently requires
the use of javascript to function.  Please check back later.
</noscript>
</body></html>
oliverchang commented 7 years ago

Assuming this was flake. Let's reopen if we see it again.