https://bugs.winehq.org/show_bug.cgi?id=48800
Bug ID: 48800 Summary: Error make: bcrypt.dll.so Product: Wine Version: 5.0 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: bcrypt Assignee: wine-bugs@winehq.org Reporter: SASHA-INVALID@yandex.com Distribution: ---
Created attachment 66717 --> https://bugs.winehq.org/attachment.cgi?id=66717 Build Errors
Error make: bcrypt.dll.so
https://bugs.winehq.org/show_bug.cgi?id=48800
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Error make: bcrypt.dll.so |dlls/bcrypt/gnutls.c:729: | |undefined reference to | |`GNUTLS_CURVE_TO_BITS'
https://bugs.winehq.org/show_bug.cgi?id=48800
--- Comment #1 from Hans Leidekker hans@meelstraat.net --- There's this code Wine:
#if GNUTLS_VERSION_MAJOR < 3 ... #define GNUTLS_CURVE_TO_BITS(curve) (unsigned int)(((unsigned int)1<<31)|((unsigned int)(curve)))
What version of GnuTLS are you building against?
https://bugs.winehq.org/show_bug.cgi?id=48800
--- Comment #2 from Alexander Milyutin SASHA-INVALID@yandex.com --- (In reply to Hans Leidekker from comment #1)
There's this code Wine:
#if GNUTLS_VERSION_MAJOR < 3 ... #define GNUTLS_CURVE_TO_BITS(curve) (unsigned int)(((unsigned int)1<<31)|((unsigned int)(curve)))
What version of GnuTLS are you building against?
bison-3.0.5 gnutls-2.12.23-22
https://bugs.winehq.org/show_bug.cgi?id=48800
--- Comment #3 from Hans Leidekker hans@meelstraat.net --- (In reply to Alexander Milyutin from comment #2)
(In reply to Hans Leidekker from comment #1)
There's this code Wine:
#if GNUTLS_VERSION_MAJOR < 3 ... #define GNUTLS_CURVE_TO_BITS(curve) (unsigned int)(((unsigned int)1<<31)|((unsigned int)(curve)))
What version of GnuTLS are you building against?
bison-3.0.5 gnutls-2.12.23-22
Can you check how GNUTLS_VERSION_MAJOR is defined?
https://bugs.winehq.org/show_bug.cgi?id=48800
--- Comment #4 from Alexander Milyutin SASHA-INVALID@yandex.com --- (In reply to Hans Leidekker from comment #3)
(In reply to Alexander Milyutin from comment #2)
(In reply to Hans Leidekker from comment #1)
There's this code Wine:
#if GNUTLS_VERSION_MAJOR < 3 ... #define GNUTLS_CURVE_TO_BITS(curve) (unsigned int)(((unsigned int)1<<31)|((unsigned int)(curve)))
What version of GnuTLS are you building against?
bison-3.0.5 gnutls-2.12.23-22
Can you check how GNUTLS_VERSION_MAJOR is defined?
if you tell me how
https://bugs.winehq.org/show_bug.cgi?id=48800
--- Comment #5 from Hans Leidekker hans@meelstraat.net --- (In reply to Alexander Milyutin from comment #4)
Can you check how GNUTLS_VERSION_MAJOR is defined?
if you tell me how
$ grep -r GNUTLS_VERSION_MAJOR /usr/include
Assuming that's where your GnuTLS headers are installed.
https://bugs.winehq.org/show_bug.cgi?id=48800
--- Comment #6 from Alexander Milyutin SASHA-INVALID@yandex.com --- (In reply to Hans Leidekker from comment #5)
(In reply to Alexander Milyutin from comment #4)
Can you check how GNUTLS_VERSION_MAJOR is defined?
if you tell me how
$ grep -r GNUTLS_VERSION_MAJOR /usr/include
Assuming that's where your GnuTLS headers are installed.
/usr/include/gnutls/gnutls.h:#define GNUTLS_VERSION_MAJOR 2 /usr/include/gnutls/compat.h:#define LIBGNUTLS_VERSION_MAJOR GNUTLS_VERSION_MAJOR
https://bugs.winehq.org/show_bug.cgi?id=48800
Alexander Milyutin SASHA-INVALID@yandex.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 |x86-64
https://bugs.winehq.org/show_bug.cgi?id=48800
--- Comment #7 from Alexander Milyutin SASHA-INVALID@yandex.com --- the error remained in version 5.0.1
https://bugs.winehq.org/show_bug.cgi?id=48800
--- Comment #8 from Hans Leidekker hans@meelstraat.net --- Do you still see this?
https://bugs.winehq.org/show_bug.cgi?id=48800
Alexander Milyutin SASHA-INVALID@yandex.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |ABANDONED Status|UNCONFIRMED |RESOLVED
--- Comment #9 from Alexander Milyutin SASHA-INVALID@yandex.com --- (In reply to Hans Leidekker from comment #8)
Do you still see this?
I don’t see because repo epel refused full support for centos 7 and cleaned everything, and I don’t have components to build the fifth version, so I have wine-4.0.2
https://bugs.winehq.org/show_bug.cgi?id=48800
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Austin English austinenglish@gmail.com --- Closing.