zimbatm / ffmpeg-static

Scripts to build ffmpeg with all the deps statically (webm + h264 included)
ISC License
494 stars 245 forks source link

Docker build fails - missing c2man #75

Closed Chaz6 closed 6 years ago

Chaz6 commented 6 years ago

Following the docker instructions verbatim, the build fails due to missing c2man.

checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for an ANSI C-conforming const... yes
checking for preprocessor stringizing operator... yes
checking size of int... 4
checking size of short... 2
checking size of void *... 8
checking size of wchar_t... 4
checking for gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for memmove... yes
checking for memset... yes
checking for strdup... yes
checking return type of signal handlers... void
checking for c2man... no
configure: error: c2man is required to build documentation
stefk0 commented 6 years ago

In the script build.sh, at the ./configure line for fribidi, append the following: --disable-docs

zimbatm commented 6 years ago

this should be fixed by https://github.com/zimbatm/ffmpeg-static/pull/74

Zalewa commented 6 years ago

@zimbatm Could you please close this issue as it is resolved in the current head?