markus-perl / ffmpeg-build-script

The FFmpeg build script provides an easy way to build a static FFmpeg on OSX and Linux with non-free codecs included.
MIT License
1.02k stars 331 forks source link

make command on gnutls hangs #211

Open mojoalan opened 8 months ago

mojoalan commented 8 months ago

I am finding this stage:

building gnutls - version 3.7.10

gnutls-3.7.10.tar.xz has already downloaded. Extracted gnutls-3.7.10.tar.xz $ ./configure --prefix=/home/ec2-user/ffmpeg-build-script/workspace --disable-shared --enable-static --disable-doc --disable-tools --disable-cxx --disable-tests --disable-gtk-doc-html --disable-libdane --disable-nls --enable-local-libopts --disable-guile --with-included-libtasn1 --with-included-unistring --without-p11-kit CPPFLAGS=-I/home/ec2-user/ffmpeg-build-script/workspace/include LDFLAGS=-L/home/ec2-user/ffmpeg-build-script/workspace/lib $ make -j 1

Seems to take a long time, like more than 30 minutes. Does gnutls tend to take this long to make?

Do you have any suggestions in general about what to do if a specific stage hangs like this?

I recognize that you only support Debian and MacOS. Just FYI, I am running this on Amazon Linux 2023.

mojoalan commented 8 months ago

Cancel request… I upgraded my instance from t2.micro to t2.large and now it seems to be chugging along. Great!