Opened 8 months ago
Closed 7 months ago
#20263 closed enhancement (fixed)
libreoffice-24.8.0.3
Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 12.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (8)
by , 8 months ago
Attachment: | libreoffice-24.8.0.3-boost_1.86.0_build_failure-1.patch added |
---|
comment:2 by , 8 months ago
Thomas: do you have some spare time to see if the sed for FILE_OFFSET_BITS is still needed for 32-bit? IIRC the upstream has fixed it (https://gerrit.libreoffice.org/c/core/+/164704).
comment:3 by , 8 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 8 months ago
It bombs for me:
/usr/bin/ld: /tmp/build/libreoffice-24.8.0.3/workdir/LinkTarget/StaticLibrary/libmariadb-connector-c.a(gssapi_client.o): in function `auth_client': gssapi_client.c:(.text+0x136): undefined reference to `gss_init_sec_context' /usr/bin/ld: gssapi_client.c:(.text+0x167): undefined reference to `gss_release_buffer' /usr/bin/ld: gssapi_client.c:(.text+0x1b6): undefined reference to `gss_release_name' /usr/bin/ld: gssapi_client.c:(.text+0x1cb): undefined reference to `gss_delete_sec_context' /usr/bin/ld: gssapi_client.c:(.text+0x21f): undefined reference to `GSS_C_NT_USER_NAME' /usr/bin/ld: gssapi_client.c:(.text+0x227): undefined reference to `gss_import_name' /usr/bin/ld: gssapi_client.c:(.text+0x287): undefined reference to `gss_release_buffer' /usr/bin/ld: /tmp/build/libreoffice-24.8.0.3/workdir/LinkTarget/StaticLibrary/libmariadb-connector-c.a(gssapi_errmsg.o): in function `gssapi_errmsg': gssapi_errmsg.c:(.text+0xd7): undefined reference to `gss_release_buffer' /usr/bin/ld: gssapi_errmsg.c:(.text+0xf6): undefined reference to `gss_display_status' collect2: error: ld returned 1 exit status make[1]: *** [/tmp/build/libreoffice-24.8.0.3/connectivity/Library_mysqlc.mk:10: /tmp/build/libreoffice-24.8.0.3/instdir/program/libmysqlclo.so] Error 1
Disabling mariadb-connector with --disable-mariadb-sdbc gets it building again. Building 24.2.5.2 was fine.
comment:5 by , 8 months ago
Can confirm the need for --disable-mariadb-sdbc. Should have noted that previously. It should also be safe to reenable --with-system-icu which was the point of my ICU comment.
comment:6 by , 7 months ago
It looks like the MariaDB connector was updated 7 days ago - https://git.libreoffice.org/core/+/756c3e58c70427cc3dac1287cf0d4f36e45fc0d0
That should be in the next version of Libreoffice. I'll leave a comment in the XML to that effect so that we can re-examine that issue after we have a new Libreoffice release
comment:7 by , 7 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Updated boost patch