Package: uswsusp
Version: 1.0+20120915-5
Severity: important

uswsusp uses the gcry_ac interface which was marked
deprecated in libgcrypt 1.5.0 (2011-06-29) and removed in 1.6.

It therefore currently cannot be built against libgcrypt20-dev.

cu Andreas

-----------------
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2 -DS2RAM -D_LARGEFILE64_SOURCE     
   -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o 
load.o load.c
load.c: In function 'decrypt_key':
load.c:395:2: error: unknown type name 'gcry_ac_handle_t'
  gcry_ac_handle_t rsa_hd;
  ^
load.c:396:2: error: unknown type name 'gcry_ac_data_t'
  gcry_ac_data_t rsa_data_set, key_set;
  ^
load.c:397:2: error: unknown type name 'gcry_ac_key_t'
  gcry_ac_key_t rsa_priv;
  ^
load.c:407:30: error: 'GCRY_AC_RSA' undeclared (first use in this function)
  ret = gcry_ac_open(&rsa_hd, GCRY_AC_RSA, 0);
                              ^
load.c:407:30: note: each undeclared identifier is reported only once for each 
function it appears in
load.c:476:40: error: 'GCRY_AC_FLAG_COPY' undeclared (first use in this 
function)
   ret = gcry_ac_data_set(rsa_data_set, GCRY_AC_FLAG_COPY,
                                        ^
load.c:486:6: error: 'GCRY_AC_KEY_SECRET' undeclared (first use in this 
function)
      GCRY_AC_KEY_SECRET, rsa_data_set);
      ^
Makefile:860: recipe for target 'load.o' failed
make[3]: *** [load.o] Error 1
make[3]: Leaving directory '/tmp/buildd/uswsusp-1.0+20120915'
-----------------


-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to