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

dssim build error #2584

Closed dbyoung720 closed 5 months ago

dbyoung720 commented 5 months ago

Likely error (tail of the failed operation logfile): = note: some extern functions couldn't be found; some native libraries may need to be installed or have their path specified = note: use the -l flag to specify native libraries to link = note: use the cargo:rustc-link-lib directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname)

error: could not compile num-bigint (build script) due to previous error error: could not compile num-integer (build script) due to previous error error: could not compile crc32fast (build script) due to previous error error: could not compile num-traits (build script) due to previous error error: could not compile num-rational (build script) due to previous error error: could not compile ahash (build script) due to previous error error: could not compile crossbeam-utils (build script) due to previous error error: could not compile proc-macro2 (build script) due to previous error error: could not compile rayon-core (build script) due to previous error error: could not compile libc (build script) due to previous error rust.build failed. Check F:/Source/ffother/MAS/build/dssim-git/ab-suite.rust.build.log This is required for other packages, so this script will exit.

logs.zip

1480c1 commented 5 months ago

I am unable to reproduce using the same config, can you check again?

dbyoung720 commented 5 months ago

update to new

19:22:15 ┌ dssim git ................................ [Recently updated] 19:22:15 ├ Running rust.update... Likely error (tail of the failed operation logfile): 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 -D__USE_MINGW_ANSI_STDIO=1 -static-libgcc -static-libstdc++ /opt/cargo/bin/cargo.exe update error: failed to load manifest for dependency ordered-channel

Caused by: failed to read F:\Source\ffother\MAS\build\ordered-channel\Cargo.toml

Caused by: The system cannot find the path specified. (os error 3) rust.update failed. Check F:/Source/ffother/MAS/build/dssim-git/ab-suite.rust.update.log This is required for other packages, so this script will exit.

logs.zip

dbyoung720 commented 5 months ago

I repeat git clone. error same as.

hydra3333 commented 5 months ago

Hello. I also receive this now, in a fresh VM and MABS download.

Given it worked yesterday with the same latest MABS (with the vapoursynth change to use python 3.11.7) it would appear that something upstream has broken ?

Cheers

1480c1 commented 5 months ago

I thought I commented, but I guess I never pressed the button

Upstream issue filled at https://github.com/kornelski/dssim/issues/153

1480c1 commented 5 months ago

Fixed with https://github.com/kornelski/dssim/commit/f3e2191efed786081f780ddea08a1e6027f31680