m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.49k stars 257 forks source link

rav1e #2659

Closed Barough closed 1 month ago

Barough commented 2 months ago

┌ rav1e git .......................................... [Recently updated] ├ Running uninstall... ├ Running rust.update... Likely error (tail of the failed operation logfile): CPPFLAGS: CFLAGS: -D_FORTIFY_SOURCE=2 -fstack-protector-strong -mtune=generic -O2 -pipe -DUSE_MINGW_ANSI_STDIO=1 -mthreads CXXFLAGS: -D_FORTIFY_SOURCE=2 -fstack-protector-strong -mtune=generic -O2 -pipe -D__USE_MINGW_ANSI_STDIO=1 LDFLAGS: -D_FORTIFY_SOURCE=2 -fstack-protector-strong -mtune=generic -O2 -pipe -DUSE_MINGW_ANSI_STDIO=1 -static-libgcc -static-libstdc++ cargo update error: rustup could not choose a version of cargo to run, because one wasn't specified explicitly, and no default is configured. help: run 'rustup default stable' to download the latest stable release of Rust and set it as your default toolchain. rust.update failed. Check D:/MABS-ffmpeg/build/rav1e-git/ab-suite.rust.update.log This is required for other packages, so this script will exit. Creating diagnostics file...

logs.zip

What's fun is that i haven't set rav1e to build in either ffmpeg_options.txt or media-autobuild_suite.ini so why the hell is it building now?????

1480c1 commented 2 months ago

Can you try deleting /opt/cargo and re-running?

Do you have libavif enabled?

1480c1 commented 2 months ago

Seems you do, if libavif is enabled, rav1e is enabled for now

Barough commented 2 months ago

Will disabled libavif then and give it another try.

No /opt/cargo folder(s) found

1480c1 commented 2 months ago

Interesting, then I wonder why it mentioned anything about rustup, it shouldn't be there? Do you not have /opt/cargo at all? If it's there, what's in it for you?

Barough commented 2 months ago

Found the /opt/cargo folder in the msys64 now. Only checked local32 / local64 earlier

Will delete the /opt/cargo folder now and run the suite again after i get some sleep

Barough commented 2 months ago

That solved the rav1e 'issue' :)