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
Task Type Bug Report
Category Packages: Multilib
Status Closed
Assigned To Maxime Gauduin (Alucryd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
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

Closed by  Maxime Gauduin (Alucryd)
Monday, 05 September 2016, 14:51 GMT
Reason for closing:  Fixed
Comment by Christian Sturm (Athaba) - Monday, 05 September 2016, 01:34 GMT
Can confirm the issue. Various software needs libssh2.

Loading...