We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am finding this stage:
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.
The text was updated successfully, but these errors were encountered:
Cancel request… I upgraded my instance from t2.micro to t2.large and now it seems to be chugging along. Great!
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: