https://bugs.winehq.org/show_bug.cgi?id=54121
Bug ID: 54121 Summary: 8.0-rc1 build fails with errors in bcrypt in Ubuntu 18.04 Product: Wine Version: 8.0-rc1 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: bcrypt Assignee: wine-bugs@winehq.org Reporter: dimesio@earthlink.net Distribution: ---
Created attachment 73653 --> https://bugs.winehq.org/attachment.cgi?id=73653 bionic 8.0-rc1 build failure
All the newer distro versions we build for were fine, but Ubuntu 18.04 fails early on with errors in bcrypt. Attaching the log from the x84_64 build; the i586 build failed similarly.
https://bugs.winehq.org/show_bug.cgi?id=54121
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
https://bugs.winehq.org/show_bug.cgi?id=54121
--- Comment #1 from Hans Leidekker hans@meelstraat.net --- Created attachment 73663 --> https://bugs.winehq.org/attachment.cgi?id=73663 patch
Does this patch help?
https://bugs.winehq.org/show_bug.cgi?id=54121
--- Comment #2 from Rosanne DiMesio dimesio@earthlink.net --- The patch gets rid of the "error: unknown type name 'gnutls_x509_spki_t" but the build still fails:
dlls/bcrypt/gnutls.c:1753:22: error: 'GNUTLS_PK_RSA_PSS' undeclared (first use in this function); did you mean 'GNUTLS_KX_RSA_PSK'?
https://bugs.winehq.org/show_bug.cgi?id=54121
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #73653|0 |1 is obsolete| |
--- Comment #3 from Rosanne DiMesio dimesio@earthlink.net --- Created attachment 73664 --> https://bugs.winehq.org/attachment.cgi?id=73664 Build failure, with patch
Attaching log from the build failure with the patch applied.
https://bugs.winehq.org/show_bug.cgi?id=54121
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source Distribution|--- |Ubuntu CC| |imwellcushtymelike@gmail.co | |m Blocks| |53099
--- Comment #4 from Ken Sharp imwellcushtymelike@gmail.com --- I'm getting this failure on Ubuntu 22.04 too.
The patch gets rid of the "error: unknown type name 'gnutls_x509_spki_t" but the build still fails
Same.
https://bugs.winehq.org/show_bug.cgi?id=54121
Mohamad Al-Jaf mowinebugs@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mowinebugs@mail.com
--- Comment #5 from Mohamad Al-Jaf mowinebugs@mail.com --- Try adding
#define GNUTLS_PK_RSA_PSS 6
in dlls/bcrypt/gnutls.c right underneath
#define GNUTLS_CIPHER_AES_256_CFB8 31
https://bugs.winehq.org/show_bug.cgi?id=54121
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |96692a2c21583c50834d368d86e | |83511115474dd Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=54121
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #73663|0 |1 is obsolete| |
--- Comment #6 from Hans Leidekker hans@meelstraat.net --- Created attachment 73669 --> https://bugs.winehq.org/attachment.cgi?id=73669 patch
Can you try this version?
https://bugs.winehq.org/show_bug.cgi?id=54121
Robert Wilhelm sloper42@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sloper42@yahoo.com
https://bugs.winehq.org/show_bug.cgi?id=54121
--- Comment #7 from Rosanne DiMesio dimesio@earthlink.net --- (In reply to Hans Leidekker from comment #6)
Created attachment 73669 [details] patch
Can you try this version?
That one works.
https://bugs.winehq.org/show_bug.cgi?id=54121
--- Comment #8 from Ken Sharp imwellcushtymelike@gmail.com --- Looks good here too.
Aside: there are a LOT of compilation warnings in 8.0-rc1
https://bugs.winehq.org/show_bug.cgi?id=54121
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #9 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to Hans Leidekker from comment #6)
Created attachment 73669 [details] patch
Can you try this version?
Hello,
I think the MR I sent for bug 53625 will complicate this a bit.
Regards.
https://bugs.winehq.org/show_bug.cgi?id=54121
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |45b823114ce89ee56a36705a77f | |4f6bb9761dde4
--- Comment #10 from Hans Leidekker hans@meelstraat.net --- Fixed with 45b823114ce89ee56a36705a77f4f6bb9761dde4.
https://bugs.winehq.org/show_bug.cgi?id=54121
pernegger@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pernegger@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=54121
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.0-rc2.