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
50 stars 10 forks source link

dir error packages worspace #31

Closed ma-blip closed 5 months ago

ma-blip commented 5 months ago

Tested on two independent machines.

Packages and workspace are created in the the /ffmpeg-build-script folder but files are downloaded in / and unpacked in / creates a lot of mess.

On Ubuntu 22.04

Any idea why?

rharmonson commented 5 months ago

I can verify files are written to "/" on Debian 12 as well.

I do appreciate the recent update. It wasn't building for me at all a day or two prior to the recent commit. Thank you!

rharmonson commented 5 months ago

cleanup using sudo ./build-ffmpeg.sh -c does not work.

slyfox1186 commented 5 months ago

This has been fixed in version 3.8.0.

I apologize for the inconvenience this may have caused you. The downloads directory was corrupt and I believe I have fixed it after testing things in Windows WSL and Native Ubuntu 24.04.

The cleanup command will definitely not work given where the downloads folder was pointed. It should work now that the script has been fixed.

rharmonson commented 5 months ago

Thank you!

I am using Debian 12 and will test and open issues as needed.