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.52k stars 263 forks source link

Errors when update vvc - Package failed to build #2438

Open ycwan opened 1 year ago

ycwan commented 1 year ago
20:28:21   Running git update for vvc...
20:28:33 ┌ vvc git  ..................................... [Updates found]
20:28:36 ├ Running cmake...
20:28:38 ├ Running build...
Likely error (tail of the failed operation logfile):
 1272 |             sum += filterCoeff[5] * ( clipALF(filterClipp[5], curr, pImg0[+1], pImg0[-1]) );
      |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
C:/MinGW-w64/build/vvc-git/source/Lib/CommonLib/AdaptiveLoopFilter.cpp:1265:89: note: 'clipALF' declared here, later in the translation unit
 1265 |             sum += filterCoeff[0] * ( clipALF(filterClipp[0], curr, pImg3[+0], pImg4[+0]) );
      |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
C:/MinGW-w64/build/vvc-git/source/Lib/CommonLib/CommonDef.h: At global scope:
C:/MinGW-w64/build/vvc-git/source/Lib/CommonLib/CommonDef.h:930:19: warning: 'ceilLog2' defined but not used [-Wunused-variable]
  930 | static inline int ceilLog2(uint32_t x)
      |                   ^~~~~~~~
ninja: build stopped: subcommand failed.
build failed. Check C:/MinGW-w64/build/vvc-git/build-64bit/ab-suite.build.log
This isn't required for anything so we can move on.
20:28:51 ├ Running install...
Likely error (tail of the failed operation logfile):
 1272 |             sum += filterCoeff[5] * ( clipALF(filterClipp[5], curr, pImg0[+1], pImg0[-1]) );
      |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
C:/MinGW-w64/build/vvc-git/source/Lib/CommonLib/AdaptiveLoopFilter.cpp:1265:89: note: 'clipALF' declared here, later in the translation unit
 1265 |             sum += filterCoeff[0] * ( clipALF(filterClipp[0], curr, pImg3[+0], pImg4[+0]) );
      |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
C:/MinGW-w64/build/vvc-git/source/Lib/CommonLib/CommonDef.h: At global scope:
C:/MinGW-w64/build/vvc-git/source/Lib/CommonLib/CommonDef.h:930:19: warning: 'ceilLog2' defined but not used [-Wunused-variable]
  930 | static inline int ceilLog2(uint32_t x)
      |                   ^~~~~~~~
ninja: build stopped: subcommand failed.
install failed. Check C:/MinGW-w64/build/vvc-git/build-64bit/ab-suite.install.log
This isn't required for anything so we can move on.
20:28:59 ├ /local64/bin-video/vvc/EncoderApp.exe  ........... [Not found]
20:28:59 └ vvc-git  ............................................ [Failed]
Package failed to build, but is not required; proceeding with compilation.

ab-suite.build.log ab-suite.install.log