slyfox1186 / ffmpeg-build-script

The FFmpeg build script build's the most up to date version of FFmpeg by using API calls to download the latest source code available.
GNU General Public License v3.0
45 stars 9 forks source link

[ERROR] Failed to execute ./configure --prefix=/home/user/build-all-gnu/ffmpeg-build-script/workspace --disable-nls --enable-c++ --enable-threads=posix #29

Closed chukfinley closed 5 months ago

chukfinley commented 5 months ago
 ------------------------------
|                              |
| FFmpeg Build Script - v3.5.6 |
|                              |
 ------------------------------

[INFO] Utilizing 8 CPU threads

[WARNING] With GPL and non-free codecs enabled

/usr/local/cuda
Installing the required APT packages
========================================================
[INFO] Checking installation status of each package...
dirname: missing operand
Try 'dirname --help' for more information.
[INFO] Checking GPU Status
========================================================
[INFO] Nvidia GPU detected
[INFO] Determining if CUDA is installed...
[INFO] CUDA is already installed and up to date.

 -------------------------
|                         |
| Installing Global Tools |
|                         |
 -------------------------

Building m4 - version latest
========================================================
Downloading "https://ftp.gnu.org/gnu/m4/m4-latest.tar.xz" saving as "m4-latest.tar.xz"
Download Completed
File extracted: m4-latest.tar.xz

$ ./configure --prefix=/home/user/build-all-gnu/ffmpeg-build-script/workspace --disable-nls --enable-c++ --enable-threads=posix

[ERROR] Failed to execute ./configure --prefix=/home/user/build-all-gnu/ffmpeg-build-script/workspace --disable-nls --enable-c++ --enable-threads=posix

[INFO] For help or to report a bug create an issue at: https://github.com/slyfox1186/script-repo/issues

OS: Linux Mint 21.3 x86_64

chukfinley commented 5 months ago

I have build m4 manual now and commented it out in the script and now almost got the same error for libtool

chukfinley commented 5 months ago

I now tried on an Ubuntu VPS and it worked. Does it add support for NVIDIA GPU if there is no one in the building device?