https://bugs.winehq.org/show_bug.cgi?id=55838
Bug ID: 55838 Summary: wget.exe fails to download anything (regression) Product: Wine Version: 8.18 Hardware: x86-64 OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: winsock Assignee: wine-bugs@winehq.org Reporter: xerox.xerox2000x@gmail.com Regression SHA1: 414b31bc0bbbfe005e90a1946a649082dc303c55 Distribution: Debian
This seems to be a rather old regression:
wget https://github.com/doitsujin/dxvk/releases/download/v2.0/dxvk-2.0.tar.gz
--2023-10-28 20:50:44-- (try: 5) https://github.com/doitsujin/dxvk/releases/download/v2.0/dxvk-2.0.tar.gz Connecting to github.com (github.com)|140.82.121.3|:443... connected. HTTP request sent, awaiting response... Read error (Unknown error) in headers. Retrying.
--2023-10-28 20:50:49-- (try: 6) https://github.com/doitsujin/dxvk/releases/download/v2.0/dxvk-2.0.tar.gz Connecting to github.com (github.com)|140.82.121.3|:443... connected. Unable to establish SSL connection.
Regression test suffered from compilation errors (I did make -k) but I think it's nevertheless reliable:
414b31bc0bbbfe005e90a1946a649082dc303c55 is the first bad commit commit 414b31bc0bbbfe005e90a1946a649082dc303c55 Author: Zebediah Figura z.figura12@gmail.com Date: Sun Jun 20 11:05:54 2021 -0500
ws2_32: Reimplement select() on top of IOCTL_AFD_POLL.
https://bugs.winehq.org/show_bug.cgi?id=55838
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://netix.dl.sourceforg | |e.net/project/gnuwin32/wget | |/1.11.4-1/wget-1.11.4-1-set | |up.exe CC| |xerox.xerox2000x@gmail.com, | |z.figura12@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=55838
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=55838
--- Comment #1 from Zeb Figura z.figura12@gmail.com --- I get a different error:
leslie@terabithia:~/.wine/drive_c/Program Files (x86)/GnuWin32/bin$ WINEDEBUG=-all wine wget https://github.com/doitsujin/dxvk/releases/download/v2.0/dxvk-2.0.tar.gz SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc syswgetrc = C:\Program Files (x86)\GnuWin32/etc/wgetrc --2023-10-29 12:46:24-- https://github.com/doitsujin/dxvk/releases/download/v2.0/dxvk-2.0.tar.gz Resolving github.com... 140.82.113.4 Connecting to github.com|140.82.113.4|:443... connected. OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version Unable to establish SSL connection.
The SSL libraries being shipped are very old; does this actually work on Windows?
Regression test suffered from compilation errors (I did make -k) but I think it's nevertheless reliable:
I don't think make -k is going to give you reliable results. Also, are you sure you didn't encounter a nested regression?
https://bugs.winehq.org/show_bug.cgi?id=55838
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|https://netix.dl.sourceforg |https://eternallybored.org/ |e.net/project/gnuwin32/wget |misc/wget/releases/wget-1.2 |/1.11.4-1/wget-1.11.4-1-set |1.4-win64.zip |up.exe |
--- Comment #2 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Zeb Figura from comment #1)
I get a different error:
The SSL libraries being shipped are very old; does this actually work on Windows?
I testes version installed by chocolatey, but couldn't find donwloadlink, but i think it's https://eternallybored.org/misc/wget/releases/wget-1.21.4-win64.zip
That one at least works on windows
Regression test suffered from compilation errors (I did make -k) but I think it's nevertheless reliable:
I don't think make -k is going to give you reliable results. Also, are you sure you didn't encounter a nested regression?
Iy appeared despite of compileerrors that one commit before this one the application worked, and with that commit it failed. I will double check that, but somehow that strongly suggests the commit broke it i guess. For a proper regression test I guess one has to build on older distribution which i don't have :(
https://bugs.winehq.org/show_bug.cgi?id=55838
--- Comment #3 from Zeb Figura z.figura12@gmail.com --- Thanks, I see the problem now.
https://bugs.winehq.org/show_bug.cgi?id=55838
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |25f8698fcdb1907010bb34169c0 | |d3ecf46b3bf51 Resolution|--- |FIXED
--- Comment #4 from Zeb Figura z.figura12@gmail.com --- Fixed by https://source.winehq.org/git/wine.git/commitdiff/25f8698fcdb1907010bb34169c0d3ecf46b3bf51.
https://bugs.winehq.org/show_bug.cgi?id=55838
--- Comment #5 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Zeb Figura from comment #4)
Fixed by https://source.winehq.org/git/wine.git/commitdiff/ 25f8698fcdb1907010bb34169c0d3ecf46b3bf51.
Thanks for the quick fix!
https://bugs.winehq.org/show_bug.cgi?id=55838
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.20.