https://bugs.documentfoundation.org/show_bug.cgi?id=161141
Bug ID: 161141
Summary: Build fails: ma_client_plugin.c: error:
initialization of ‘struct st_mysql_client_plugin *’
from incompatible pointer type ‘struct
st_mysql_client_plugin_AUTHENTICATION *’
[-Wincompatible-pointer-types]
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Base
Assignee: [email protected]
Reporter: [email protected]
Created attachment 194159
--> https://bugs.documentfoundation.org/attachment.cgi?id=194159&action=edit
config.log
/discs/fast/core/workdir/UnpackedTarball/mariadb-connector-c/libmariadb/ma_client_plugin.c:87:207:
error: initialization of ‘struct st_mysql_client_plugin *’ from incompatible
pointer type ‘struct st_mysql_client_plugin_AUTHENTICATION *’
[-Wincompatible-pointer-types]
87 | (struct st_mysql_client_plugin *)&pvio_socket_client_plugin, (struct
st_mysql_client_plugin *)&caching_sha2_password_client_plugin, (struct
st_mysql_client_plugin *)&mysql_native_password_client_plugin, (struct
st_mysql_client_plugin_AUTHENTICATION *)&auth_gssapi_client_client_plugin,
|
^
/discs/fast/core/workdir/UnpackedTarball/mariadb-connector-c/libmariadb/ma_client_plugin.c:87:207:
note: (near initialization for ‘mysql_client_builtins[3]’)
make[1]: *** [/discs/fast/core/solenv/gbuild/LinkTarget.mk:366:
/discs/fast/core/workdir/GenCObject/UnpackedTarball/mariadb-connector-c/libmariadb/ma_client_plugin.o]
Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:294: build] Error 2
Host: Fedora 40, x86-64
configured with:
./configure --srcdir=/discs/fast/core --enable-option-checking=fatal
--enable-debug
tried disablign gssapi; didn't help
Tried installing mariadb-devel - didn't help.
--
You are receiving this mail because:
You are the assignee for the bug.