-
Notifications
You must be signed in to change notification settings - Fork 350
Description
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.