[Bug 54121] New: 8.0-rc1 build fails with errors in bcrypt in Ubuntu 18.04
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(a)winehq.org Reporter: dimesio(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54121 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hans(a)meelstraat.net -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54121 --- Comment #1 from Hans Leidekker <hans(a)meelstraat.net> --- Created attachment 73663 --> https://bugs.winehq.org/attachment.cgi?id=73663 patch Does this patch help? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54121 --- Comment #2 from Rosanne DiMesio <dimesio(a)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'? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54121 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #73653|0 |1 is obsolete| | --- Comment #3 from Rosanne DiMesio <dimesio(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54121 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source Distribution|--- |Ubuntu CC| |imwellcushtymelike(a)gmail.co | |m Blocks| |53099 --- Comment #4 from Ken Sharp <imwellcushtymelike(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54121 Mohamad Al-Jaf <mowinebugs(a)mail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mowinebugs(a)mail.com --- Comment #5 from Mohamad Al-Jaf <mowinebugs(a)mail.com> --- Try adding #define GNUTLS_PK_RSA_PSS 6 in dlls/bcrypt/gnutls.c right underneath #define GNUTLS_CIPHER_AES_256_CFB8 31 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54121 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |96692a2c21583c50834d368d86e | |83511115474dd Keywords| |regression -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54121 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #73663|0 |1 is obsolete| | --- Comment #6 from Hans Leidekker <hans(a)meelstraat.net> --- Created attachment 73669 --> https://bugs.winehq.org/attachment.cgi?id=73669 patch Can you try this version? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54121 Robert Wilhelm <sloper42(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sloper42(a)yahoo.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54121 --- Comment #7 from Rosanne DiMesio <dimesio(a)earthlink.net> --- (In reply to Hans Leidekker from comment #6)
Created attachment 73669 [details] patch
Can you try this version?
That one works. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54121 --- Comment #8 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Looks good here too. Aside: there are a LOT of compilation warnings in 8.0-rc1 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54121 Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick(a)piezo-forte.be --- Comment #9 from Olivier F. R. Dierick <o.dierick(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54121 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |45b823114ce89ee56a36705a77f | |4f6bb9761dde4 --- Comment #10 from Hans Leidekker <hans(a)meelstraat.net> --- Fixed with 45b823114ce89ee56a36705a77f4f6bb9761dde4. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54121 pernegger(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pernegger(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54121 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 8.0-rc2. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla