You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
LibreOffice uses curl as an external library.
Today, I tried to upgrade to curl 8.13.0 in https://gerrit.libreoffice.org/c/core/+/183614 but it fails with
/opt/rh/gcc-toolset-12/root/usr/libexec/gcc/x86_64-redhat-linux/12/ld: /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/instdir/program/libcurl.so.4: undefined reference to Curl_sec_conn_destroy' [build LNK] Library/libcmdmaillo.so /opt/rh/gcc-toolset-12/root/usr/libexec/gcc/x86_64-redhat-linux/12/ld: /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/instdir/program/libcurl.so.4: undefined reference to Curl_sec_conn_init'
I did this
Hello,
LibreOffice uses curl as an external library.
Today, I tried to upgrade to curl 8.13.0 in https://gerrit.libreoffice.org/c/core/+/183614 but it fails with
/opt/rh/gcc-toolset-12/root/usr/libexec/gcc/x86_64-redhat-linux/12/ld: /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/instdir/program/libcurl.so.4: undefined reference to
Curl_sec_conn_destroy' [build LNK] Library/libcmdmaillo.so /opt/rh/gcc-toolset-12/root/usr/libexec/gcc/x86_64-redhat-linux/12/ld: /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/instdir/program/libcurl.so.4: undefined reference to
Curl_sec_conn_init'See https://ci.libreoffice.org/job/gerrit_linux_gcc_release/185950/consoleFull.
However, if I use --without-gssapi it works
I expected the following
build works
curl/libcurl version
curl 8.13.0
operating system
any distro I believe
The text was updated successfully, but these errors were encountered: