Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#50515 - [lib32-libcurl-compat] [lib32-libcurl-gnutls] libssh2 related functions became 'NOTYPE' in ELF
Attached to Project:
Community Packages
Opened by Rin Cat (RinCat) - Thursday, 25 August 2016, 07:24 GMT
Last edited by Maxime Gauduin (Alucryd) - Monday, 05 September 2016, 14:51 GMT
Opened by Rin Cat (RinCat) - Thursday, 25 August 2016, 07:24 GMT
Last edited by Maxime Gauduin (Alucryd) - Monday, 05 September 2016, 14:51 GMT
|
DetailsDescription:
Those functions cannot be used with error "undefined symbol". Working: self build with official PKGBUILD: # readelf -Ws ./libcurl-gnutls.so.4.4.0|grep libssh2 4: 00000000 0 FUNC GLOBAL DEFAULT UND libssh2_userauth_list 6: 00000000 0 FUNC GLOBAL DEFAULT UND libssh2_exit 13: 00000000 0 FUNC GLOBAL DEFAULT UND libssh2_sftp_stat_ex 25: 00000000 0 FUNC GLOBAL DEFAULT UND libssh2_sftp_mkdir_ex 26: 00000000 0 FUNC GLOBAL DEFAULT UND libssh2_sftp_write 28: 00000000 0 FUNC GLOBAL DEFAULT UND libssh2_channel_free 37: 00000000 0 FUNC GLOBAL DEFAULT UND libssh2_agent_disconnect 42: 00000000 0 FUNC GLOBAL DEFAULT UND libssh2_knownhost_init 49: 00000000 0 FUNC GLOBAL DEFAULT UND libssh2_hostkey_hash ...... Not working: official package (lib32-libcurl-gnutls-7.50.1-3): # readelf -Ws ./libcurl-gnutls.so.4.4.0|grep libssh2 4: 00000000 0 NOTYPE GLOBAL DEFAULT UND libssh2_userauth_list 6: 00000000 0 NOTYPE GLOBAL DEFAULT UND libssh2_exit 13: 00000000 0 NOTYPE GLOBAL DEFAULT UND libssh2_sftp_stat_ex 25: 00000000 0 NOTYPE GLOBAL DEFAULT UND libssh2_sftp_mkdir_ex 26: 00000000 0 NOTYPE GLOBAL DEFAULT UND libssh2_sftp_write 28: 00000000 0 NOTYPE GLOBAL DEFAULT UND libssh2_channel_free 36: 00000000 0 NOTYPE GLOBAL DEFAULT UND libssh2_agent_disconnect 40: 00000000 0 NOTYPE GLOBAL DEFAULT UND libssh2_knownhost_init 47: 00000000 0 NOTYPE GLOBAL DEFAULT UND libssh2_hostkey_hash ...... Additional info: lib32-libcurl-compat 7.50.1-2 lib32-libcurl-gnutls 7.50.1-3 |
This task depends upon

Can confirm the issue. Various software needs libssh2.