FS#75721 - [xmlsec] undefined symbol: xmlIOFTPRead, version LIBXML2_2.4.30
Attached to Project:
Arch Linux
Opened by hexchain (hexchain) - Monday, 29 August 2022, 03:11 GMT
Last edited by Andreas Radke (AndyRTR) - Thursday, 01 September 2022, 05:10 GMT
Opened by hexchain (hexchain) - Monday, 29 August 2022, 03:11 GMT
Last edited by Andreas Radke (AndyRTR) - Thursday, 01 September 2022, 05:10 GMT
|
Details
Description:
It seems that the FTP functions are disabled in a LibXML2 update (In /usr/include/libxml2/xmlversion.h, LIBXML_FTP_ENABLED is no longer defined). Therefore, this package needs a rebuild to remove its reference to some LibXML2 symbols, such as xmlIOFTPRead. Currently, applications depending on xmlsec, such as OpenConnect, cannot launch: % openconnect openconnect: symbol lookup error: /usr/lib/libxmlsec1.so.1: undefined symbol: xmlIOFTPRead, version LIBXML2_2.4.30 Additional info: * package version(s) * config and/or log files etc. * link to upstream bug report, if any libxml2 2.10.1-1 xmlsec 1.2.34-1 |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Thursday, 01 September 2022, 05:10 GMT
Reason for closing: Fixed
Additional comments about closing: also moved xmlsec
Thursday, 01 September 2022, 05:10 GMT
Reason for closing: Fixed
Additional comments about closing: also moved xmlsec
Jan, maybe you should build libxml2 with --with-ftp to get this feature back?
see https://mail.gnome.org/archives/xml/2022-August/msg00001.html
Now we have this `undefined symbol: xmlIOFTPRead, version LIBXML2_2.4.30` error in [extra].
FS#75769