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.55k stars 266 forks source link

Fail running git update for vvc #1392

Closed ycwan closed 5 years ago

ycwan commented 5 years ago

16:39:58 Running git update for vvc... 16:40:02 ┌ vvc git ..................................... [Updates found] 16:40:03 ├ Running uninstall... 16:40:09 ├ Running cmake... 16:40:20 ├ Running build... Likely error (tail of the failed operation logfile): | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source/Lib/CommonLib/Slice.cpp:2015:23: error: 'int builtin_memcmp_eq(const void, const void, long long unsigned int)' reading 256 bytes from a region of size 64 [-Werror=stringop-overflow=] ../source/Lib/CommonLib/Slice.cpp:2015:23: error: 'int builtin_memcmp_eq(const void, const void, long long unsigned int)' reading 256 bytes from a region of size 64 [-Werror=stringop-overflow=] ../source/Lib/CommonLib/Slice.cpp:2015:23: error: 'int builtin_memcmp_eq(const void, const void, long long unsigned int)' reading 256 bytes from a region of size 64 [-Werror=stringop-overflow=] ../source/Lib/CommonLib/Slice.cpp:2015:23: error: 'int builtin_memcmp_eq(const void, const void, long long unsigned int)' reading 256 bytes from a region of size 64 [-Werror=stringop-overflow=] ../source/Lib/CommonLib/Slice.cpp:2015:23: error: 'int builtin_memcmp_eq(const void, const void, long long unsigned int)' reading 256 bytes from a region of size 64 [-Werror=stringop-overflow=] ../source/Lib/CommonLib/Slice.cpp:2015:23: error: 'int builtin_memcmp_eq(const void, const void, long long unsigned int)' reading 256 bytes from a region of size 64 [-Werror=stringop-overflow=] ../source/Lib/CommonLib/Slice.cpp:2015:23: error: 'int builtin_memcmp_eq(const void, const void, long long unsigned int)' reading 256 bytes from a region of size 64 [-Werror=stringop-overflow=] cc1plus.exe: all warnings being treated as errors ninja: build stopped: subcommand failed. build failed. Check C:/mingw/build/vvc-git/build-64bit/ab-suite.build.log This isn't required for anything so we can move on. 16:40:51 ├ Running install... Likely error (tail of the failed operation logfile): | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source/Lib/CommonLib/Slice.cpp:2015:23: error: 'int builtin_memcmp_eq(const void, const void, long long unsigned int)' reading 256 bytes from a region of size 64 [-Werror=stringop-overflow=] ../source/Lib/CommonLib/Slice.cpp:2015:23: error: 'int builtin_memcmp_eq(const void, const void, long long unsigned int)' reading 256 bytes from a region of size 64 [-Werror=stringop-overflow=] ../source/Lib/CommonLib/Slice.cpp:2015:23: error: 'int builtin_memcmp_eq(const void, const void, long long unsigned int)' reading 256 bytes from a region of size 64 [-Werror=stringop-overflow=] ../source/Lib/CommonLib/Slice.cpp:2015:23: error: 'int builtin_memcmp_eq(const void, const void, long long unsigned int)' reading 256 bytes from a region of size 64 [-Werror=stringop-overflow=] ../source/Lib/CommonLib/Slice.cpp:2015:23: error: 'int builtin_memcmp_eq(const void, const void, long long unsigned int)' reading 256 bytes from a region of size 64 [-Werror=stringop-overflow=] ../source/Lib/CommonLib/Slice.cpp:2015:23: error: 'int builtin_memcmp_eq(const void, const void, long long unsigned int)' reading 256 bytes from a region of size 64 [-Werror=stringop-overflow=] ../source/Lib/CommonLib/Slice.cpp:2015:23: error: 'int builtin_memcmp_eq(const void, const void, long long unsigned int)' reading 256 bytes from a region of size 64 [-Werror=stringop-overflow=] cc1plus.exe: all warnings being treated as errors ninja: build stopped: subcommand failed. install failed. Check C:/mingw/build/vvc-git/build-64bit/ab-suite.install.log ab-suite.install.log

1480c1 commented 5 years ago

Already reported upstream: https://jvet.hhi.fraunhofer.de/trac/vvc/ticket/538 (thanks @LigH-de) Related Merge Request: https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/962

LigH-de commented 5 years ago

Waiting for Fraunhofer VVC ticket 538 to be closed when a patch is merged.

1480c1 commented 5 years ago

If https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/974 can be confirmed to be a fix, we can temporarily apply that as a fix

1480c1 commented 5 years ago

The fix got merged

1480c1 commented 5 years ago

@ycwan, @LigH-de, can you guys please confirm vvc is fine now? Builds on my end fine

LigH-de commented 5 years ago

Yes, compiling vvc passed.