Package: macopix
Version: 3.4.0+dfsg.1-4.1
Severity: normal
Tags: sid
control: affects -1 src:openssl
User: [email protected]
Usertags: openssl-4.0
OpenSSL 4.0 is in experimental. This package fails to build against it:
| gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0
-I/usr/include/cloudproviders -I/usr/include/cairo
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glycin-2
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include
-I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\""/usr/share/locale"\"
-DCOMMON_DIR=\""/usr/share/macopix/"\" -DPREFIX_DIR=\""/usr/share/"\"
-DTHEMEDIR=\""/usr/share/macopix/icons"\" -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/macopix-3.4.0+dfsg.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o ssl.o ssl.c
| ssl.c: In function ‘ssl_init’:
| ssl.c:174:38: error: implicit declaration of function
‘TLSv1_client_method’; did you mean ‘TLS_client_method’?
[-Wimplicit-function-declaration]
| 174 | ssl_ctx_TLSv12 = SSL_CTX_new(TLSv1_client_method());
| | ^~~~~~~~~~~~~~~~~~~
| | TLS_client_method
| ssl.c:174:38: error: passing argument 1 of ‘SSL_CTX_new’ makes pointer
from integer without a cast [-Wint-conversion]
| 174 | ssl_ctx_TLSv12 = SSL_CTX_new(TLSv1_client_method());
| | ^~~~~~~~~~~~~~~~~~~~~
| | |
| | int
| In file included from ssl.h:62,
| from main.h:150,
| from ssl.c:54:
| /usr/include/openssl/ssl.h:1654:47: note: expected ‘const SSL_METHOD *’
{aka ‘const struct ssl_method_st *’} but argument is of type ‘int’
| 1654 | __owur SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
| | ~~~~~~~~~~~~~~~~~~^~~~
| make[6]: *** [Makefile:619: ssl.o] Error 1
| make[6]: Leaving directory '/build/reproducible-path/macopix-3.4.0+dfsg.1/src'
Full buildlog
https://breakpoint.cc/openssl-rebuild/logs-4/attempted/macopix_3.4.0+dfsg.1-4.1_amd64-2026-04-19T08:44:24Z
Sebastian