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.5k stars 257 forks source link

[mingw64] [dav1d] #2510

Open dprestegard opened 10 months ago

dprestegard commented 10 months ago
dav1d git  .................................................. [Up-to-date]
  Running git update for cargo-c...
┌ cargo-c git  ........................................ [Recently updated]
├ Running rust.update...
├ Running rust.install...
Likely error (tail of the failed operation logfile):
/opt/cargo/bin/cargo.exe install --target=x86_64-pc-windows-gnu --jobs=12 --path=.
  Installing cargo-c v0.9.24+cargo-0.73.0 (C:\media-autobuild_suite-master\build\cargo-c-git)
    Updating crates.io index
error: failed to compile `cargo-c v0.9.24+cargo-0.73.0 (C:\media-autobuild_suite-master\build\cargo-c-git)`, intermediate artifacts can be found at `C:\media-autobuild_suite-master\build\cargo-c-git\target`

Caused by:
  package `anstream v0.5.0` cannot be built because it requires rustc 1.70.0 or newer, while the currently active rustc version is 1.67.1
  Either upgrade to rustc 1.70.0 or newer, or use
  cargo update -p anstream@0.5.0 --precise ver
  where `ver` is the latest version of `anstream` supporting rustc 1.67.1
rust.install failed. Check C:/media-autobuild_suite-master/build/cargo-c-git/ab-suite.rust.install.log
This is required for other packages, so this script will exit.
  Creating diagnostics file...

Attach C:\media-autobuild_suite-master\build\logs.zip to the GitHub issue.
Make sure the suite is up-to-date before reporting an issue. It might've been fixed already.

logs.zip

dprestegard commented 10 months ago

I deleted the cargo-c and dav1d folders and started from scratch but I get a similar error:

└ dav1d-git  ................................................... [Updated]
  Running git clone for cargo-c...
  Running git update for cargo-c...
┌ cargo-c git  ........................................ [Recently updated]
├ Running rust.update...
├ Running rust.install...
Likely error (tail of the failed operation logfile):
/opt/cargo/bin/cargo.exe install --target=x86_64-pc-windows-gnu --jobs=12 --path=.
  Installing cargo-c v0.9.24+cargo-0.73.0 (C:\media-autobuild_suite-master\build\cargo-c-git)
    Updating crates.io index
error: failed to compile `cargo-c v0.9.24+cargo-0.73.0 (C:\media-autobuild_suite-master\build\cargo-c-git)`, intermediate artifacts can be found at `C:\media-autobuild_suite-master\build\cargo-c-git\target`

Caused by:
  package `anstyle-wincon v2.1.0` cannot be built because it requires rustc 1.70.0 or newer, while the currently active rustc version is 1.67.1
  Either upgrade to rustc 1.70.0 or newer, or use
  cargo update -p anstyle-wincon@2.1.0 --precise ver
  where `ver` is the latest version of `anstyle-wincon` supporting rustc 1.67.1
rust.install failed. Check C:/media-autobuild_suite-master/build/cargo-c-git/ab-suite.rust.install.log
This is required for other packages, so this script will exit.