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

Build Never Finishes Running #36

Closed kpirnie closed 3 months ago

kpirnie commented 3 months ago
========================================================
[INFO] Checking installation status of each package...
[INFO] Checking package installation status...

[WARNING] Unavailable packages:
          libnvidia-encode-550-
[INFO] No missing packages to install or all missing packages are unavailable.

You most likely just updated your nvidia-driver version because the "nvidia-smi" command is no longer working and won't until you reboot your PC.
This is imporant because it is required for the script to complete. My (recommendation) is you for you to reboot your PC now and then re-run this script.

Do you want to reboot now? (y/n): n

Checking disk space requirements...
========================================================
[INFO] Required install directory size: 6.84G
[WARNING] Minimum required disk space (including 20% buffer): 8.20G
[WARNING] Available disk space: 1473.95G
[INFO] Sufficient disk space available.
[INFO] Disk space check completed.

Checking GPU Status
========================================================

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

Building m4 - version latest
========================================================
[INFO] m4-latest.tar.xz is already downloaded.
[INFO] File extracted: m4-latest.tar.xz
$ ./configure --prefix=/home/kpirnie/Development/Docker/ffmpeg/sources/ffmpeg-build-script/workspace --enable-c++ --enable-threads=posix

[ERROR] Failed to execute ./configure --prefix=/home/kpirnie/Development/Docker/ffmpeg/sources/ffmpeg-build-script/workspace --enable-c++ --enable-threads=posix

[INFO] For help or to report a bug create an issue at: https://github.com/slyfox1186/script-repo/issues
slyfox1186 commented 3 months ago
cd ffmpeg-build-script/packages/m4-latest
sudo ./configure --enable-c++ --enable-threads=posix
sudo make "-j$(nproc --all)"
sudo make install

run these command manually in the m4 build folder itself and copy the output in terminal and send it to me. It's ok if not all of the commands are able to be executed. Just send me what you DO have.

slyfox1186 commented 3 months ago

Since I have not heard back from you I will close this issue. You are more than welcome to re-open it should you still need help.