MIvanchev / static-wine32

A Docker recipe for building a statically compiled 32-bit Wine for x86_64
BSD 3-Clause "New" or "Revised" License
71 stars 3 forks source link

OpenSSL. Unexpected eof while reading #10

Closed sedlexx closed 10 months ago

sedlexx commented 10 months ago

I received the following messages during compilation:

--2023-10-31 08:31:47--  https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz
Resolving gmplib.org (gmplib.org)... 130.242.124.102
Connecting to gmplib.org (gmplib.org)|130.242.124.102|:443... connected.
OpenSSL: error:0A000126:SSL routines::unexpected eof while reading
Unable to establish SSL connection.
The command '/bin/bash -c build/checkvers.sh && build/download.sh' returned a non-zero code: 1

Can you help with this? P.S. Can you speak russian?

MIvanchev commented 10 months ago

P.S. Can you speak russian?

Привет, плохо =) Ты можешь вручную скачать https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz в директории dependencies прежде docker build. Также можно заменить https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz с https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz в dependencies/packages.txt. Я думаю, что сервер https://gmplib.org не използует SSL правильно.

sedlexx commented 10 months ago

Спасибо! Помогло.