Created attachment 194159 [details] 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.
Using --with-system-mariadb seems to be the workaround.
Build issues should be reported to the dev list https://wiki.documentfoundation.org/QA/BugReport#Not_all_bugs_go_to_Bugzilla so you could at least send a mail referencing this. It's true that inlining a full config.log to a mail is a bit much :)
Same issue observed on #libreoffice-dev, so setting to NEW
Printf Debugging committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/cc389f64a500fde75a632173cba9b9e1ee5abb86 tdf#150082 tdf#161141 fix typecasting error in Makefile It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Dave: following printfdebugging's fix, could you give a new try with a build containing the fix?
Yep, works for me now! Thanks!
Thank you for the feedback! Let's put this one to VERIFIED then.