ffmpeg-build-script
ffmpeg-build-script copied to clipboard
make command on gnutls hangs
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.
Cancel request… I upgraded my instance from t2.micro to t2.large and now it seems to be chugging along. Great!