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.53k stars 264 forks source link

[mingw32|mingw64] [repo] error OpenSSL/3.1.1: error:0A000119 with some git clone #2485

Open kenichi512 opened 1 year ago

kenichi512 commented 1 year ago

Windows 10 (64 bits)

The installation process of the first projects stops in that part.

18:10:31 jo git ........................................... [Up-to-date] 18:10:34 Running git update for jq... 18:10:35 ┌ jq git ................................... [Recently updated] 18:10:37 ├ Running autoreconf... 18:11:19 ├ Running configure... 18:13:26 ├ Running make... Likely error (tail of the failed operation logfile): LEX src/lexer.c NOT building lexer.c! CC src/lexer.lo cc1.exe: fatal error: src/lexer.c: No such file or directory compilation terminated. make[2]: *** [Makefile:1049: src/lexer.lo] Error 1 make[2]: Leaving directory '/build/jq-git/build-32bit' make[1]: *** [Makefile:1186: all-recursive] Error 1 make[1]: Leaving directory '/build/jq-git/build-32bit' make: *** [Makefile:817: all] Error 2

logs.zip

kenichi512 commented 1 year ago

Yesterday I had problems with jq and had to skip it and now the problem is harfbuzz.

`10:52:20 Running git clone for harfbuzz... Likely error (tail of the failed operation logfile): Cloning into 'harfbuzz-git'... error: RPC failed; curl 56 OpenSSL SSL_read: OpenSSL/3.1.1: error:0A000119:SSL routines::decryption failed or bad record mac, errno 0 error: 1764 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output

Biswa96 commented 1 year ago

It seems like a network issue in your system.

kenichi512 commented 1 year ago

What exactly causes it? I can't find info about it, I've seen that "decryption failed or bad record mac" thing even when I use yt-dlp but I still don't know what it is

Biswa96 commented 1 year ago

What exactly causes it? I can't find info about it, I've seen that "decryption failed or bad record mac" thing even when I use yt-dlp but I still don't know what it is

This may help https://www.google.com/search?q=openssl+decryption+failed+or+bad+record+mac

kenichi512 commented 1 year ago

It doesn't say much, just that it is something that happens for various reasons but there is nothing specific, so nothing can be done. Maybe it's something that needs to be changed on the router?

Mhanz3500 commented 1 year ago

same error with lexer.c, first time building.

ab-suite.make.log