[Pkg-e-devel] Bug#782469: efl: FTBFS against gnutls 3.4.0

Andreas Metzler ametzler at bebt.de
Sun Apr 12 17:58:53 UTC 2015


Source: efl
Version: 1.8.6-2.1
Severity: normal

efl FTBFS against the recently released GnuTLS 3.4.0:
-------------------------------------------
  CC       lib/eet/lib_eet_libeet_la-eet_cipher.lo
lib/eet/eet_cipher.c: In function 'eet_identity_check':
lib/eet/eet_cipher.c:722:4: warning: implicit declaration of function 'gnutls_pu
bkey_get_verify_algorithm' [-Wimplicit-function-declaration]
    if (gnutls_pubkey_get_verify_algorithm(pubkey, &signature, &hash_algo) < 0)
    ^
lib/eet/eet_cipher.c:725:4: warning: implicit declaration of function 'gnutls_pu
bkey_verify_hash' [-Wimplicit-function-declaration]
    if (gnutls_pubkey_verify_hash(pubkey, 0, &datum, &signature) < 0)
    ^
[...]
  CCLD     lib/eet/libeet.la
lib/eet/.libs/lib_eet_libeet_la-eet_cipher.o: In function `eet_identity_check':
/tmp/buildd/efl-1.8.6/src/lib/eet/eet_cipher.c:722: undefined reference to `gnutls_pubkey_get_verify_algorithm'
/tmp/buildd/efl-1.8.6/src/lib/eet/eet_cipher.c:725: undefined reference to `gnutls_pubkey_verify_hash'
collect2: error: ld returned 1 exit status
Makefile:11883: recipe for target 'lib/eet/libeet.la' failed
-------------------------------------------

These functions were dropped in 3.4.0, see
http://www.gnutls.org/manual/html_node/Upgrading-from-previous-versions.html#Upgrading-from-previous-versions
for information on upgrading.

cu Andreas



More information about the Pkg-e-devel mailing list