Advertisement
Guest User

Untitled

a guest
Jul 4th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.70 KB | None | 0 0
  1. libtool: link: ar cru .libs/libdcrypt.a .libs/libdcrypt_la-dcrypt.o .libs/libdcrypt_la-istream-decrypt.o .libs/libdcrypt_la-ostream-encrypt.o
  2. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-test -I../../src/lib-ssl-iostream -I/usr/kerberos/include -I../../src/lib -I../../src/lib-test -I../../src/lib-ssl-iostream -DDCRYPT_MODULE_DIR=\"/usr/lib/dovecot\" -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -MT libdcrypt_openssl_la-dcrypt-openssl.lo -MD -MP -MF .deps/libdcrypt_openssl_la-dcrypt-openssl.Tpo -c dcrypt-openssl.c -fPIC -DPIC -o .libs/libdcrypt_openssl_la-dcrypt-openssl.o
  3. libtool: link: ranlib .libs/libdcrypt.a
  4. libtool: link: ( cd ".libs" && rm -f "libdcrypt.la" && ln -s "../libdcrypt.la" "libdcrypt.la" )
  5. gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-test -I../../src/lib-ssl-iostream -I/usr/kerberos/include -I../../src/lib -I../../src/lib-test -I../../src/lib-ssl-iostream -DDCRYPT_MODULE_DIR=\".libs\" -DDCRYPT_SRC_DIR=\"../../src/lib-dcrypt\" -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -MT test_crypto-ostream-encrypt.o -MD -MP -MF .deps/test_crypto-ostream-encrypt.Tpo -c -o test_crypto-ostream-encrypt.o `test -f 'ostream-encrypt.c' || echo './'`ostream-encrypt.c
  6. dcrypt-openssl.c: In function 'dcrypt_openssl_ctx_sym_final':
  7. dcrypt-openssl.c:369: error: 'EVP_CTRL_GCM_SET_TAG' undeclared (first use in this function)
  8. dcrypt-openssl.c:369: error: (Each undeclared identifier is reported only once
  9. dcrypt-openssl.c:369: error: for each function it appears in.)
  10. dcrypt-openssl.c:382: error: 'EVP_GCM_TLS_TAG_LEN' undeclared (first use in this function)
  11. dcrypt-openssl.c:383: error: 'EVP_CTRL_GCM_GET_TAG' undeclared (first use in this function)
  12. dcrypt-openssl.c: In function 'dcrypt_openssl_ctx_hmac_init':
  13. dcrypt-openssl.c:472: error: void value not ignored as it ought to be
  14. dcrypt-openssl.c: In function 'dcrypt_openssl_ctx_hmac_update':
  15. dcrypt-openssl.c:484: error: void value not ignored as it ought to be
  16. dcrypt-openssl.c: In function 'dcrypt_openssl_ctx_hmac_final':
  17. dcrypt-openssl.c:500: error: void value not ignored as it ought to be
  18. dcrypt-openssl.c: In function 'dcrypt_openssl_generate_ec_key':
  19. dcrypt-openssl.c:512: error: 'EVP_PKEY_CTX' undeclared (first use in this function)
  20. dcrypt-openssl.c:512: error: 'pctx' undeclared (first use in this function)
  21. dcrypt-openssl.c:513: error: 'ctx' undeclared (first use in this function)
  22. dcrypt-openssl.c:517: warning: implicit declaration of function 'EVP_PKEY_CTX_new_id'
  23. dcrypt-openssl.c:519: warning: implicit declaration of function 'EVP_PKEY_paramgen_init'
  24. dcrypt-openssl.c:520: warning: implicit declaration of function 'EVP_PKEY_CTX_set_ec_paramgen_curve_nid'
  25. dcrypt-openssl.c:521: warning: implicit declaration of function 'EVP_PKEY_paramgen'
  26. dcrypt-openssl.c:524: warning: implicit declaration of function 'EVP_PKEY_CTX_free'
  27. dcrypt-openssl.c:529: warning: implicit declaration of function 'EVP_PKEY_CTX_new'
  28. dcrypt-openssl.c:531: warning: implicit declaration of function 'EVP_PKEY_keygen_init'
  29. dcrypt-openssl.c:532: warning: implicit declaration of function 'EVP_PKEY_keygen'
  30. dcrypt-openssl.c: In function 'dcrypt_openssl_generate_rsa_key':
  31. dcrypt-openssl.c:555: error: 'EVP_PKEY_CTX' undeclared (first use in this function)
  32. dcrypt-openssl.c:555: error: 'ctx' undeclared (first use in this function)
  33. dcrypt-openssl.c:559: warning: implicit declaration of function 'EVP_PKEY_CTX_set_rsa_keygen_bits'
  34. dcrypt-openssl.c: In function 'dcrypt_openssl_ecdh_derive_secret_local':
  35. dcrypt-openssl.c:612: error: 'EVP_PKEY_CTX' undeclared (first use in this function)
  36. dcrypt-openssl.c:612: error: 'pctx' undeclared (first use in this function)
  37. dcrypt-openssl.c:616: warning: implicit declaration of function 'EVP_PKEY_derive_init'
  38. dcrypt-openssl.c:617: warning: implicit declaration of function 'EVP_PKEY_derive_set_peer'
  39. dcrypt-openssl.c:625: warning: implicit declaration of function 'EVP_PKEY_derive'
  40. dcrypt-openssl.c: In function 'dcrypt_openssl_ecdh_derive_secret_peer':
  41. dcrypt-openssl.c:649: warning: implicit declaration of function 'EVP_PKEY_base_id'
  42. dcrypt-openssl.c:660: error: 'EVP_PKEY_CTX' undeclared (first use in this function)
  43. dcrypt-openssl.c:660: error: 'pctx' undeclared (first use in this function)
  44. dcrypt-openssl.c: In function 'dcrypt_openssl_pbkdf2':
  45. dcrypt-openssl.c:714: warning: implicit declaration of function 'PKCS5_PBKDF2_HMAC'
  46. dcrypt-openssl.c: In function 'dcrypt_openssl_store_private_key_dovecot':
  47. dcrypt-openssl.c:1434: warning: implicit declaration of function 'EVP_PKEY_id'
  48. dcrypt-openssl.c: In function 'dcrypt_openssl_rsa_encrypt':
  49. dcrypt-openssl.c:1881: error: 'EVP_PKEY_CTX' undeclared (first use in this function)
  50. dcrypt-openssl.c:1881: error: 'ctx' undeclared (first use in this function)
  51. dcrypt-openssl.c:1886: warning: implicit declaration of function 'EVP_PKEY_encrypt_init'
  52. dcrypt-openssl.c:1887: warning: implicit declaration of function 'EVP_PKEY_CTX_set_rsa_padding'
  53. dcrypt-openssl.c:1888: warning: passing argument 3 of 'EVP_PKEY_encrypt' makes integer from pointer without a cast
  54. /usr/include/openssl/evp.h:853: note: expected 'int' but argument is of type 'size_t *'
  55. dcrypt-openssl.c:1888: warning: passing argument 4 of 'EVP_PKEY_encrypt' from incompatible pointer type
  56. /usr/include/openssl/evp.h:853: note: expected 'struct EVP_PKEY *' but argument is of type 'const unsigned char *'
  57. dcrypt-openssl.c:1888: error: too many arguments to function 'EVP_PKEY_encrypt'
  58. dcrypt-openssl.c: In function 'dcrypt_openssl_rsa_decrypt':
  59. dcrypt-openssl.c:1905: error: 'EVP_PKEY_CTX' undeclared (first use in this function)
  60. dcrypt-openssl.c:1905: error: 'ctx' undeclared (first use in this function)
  61. dcrypt-openssl.c:1910: warning: implicit declaration of function 'EVP_PKEY_decrypt_init'
  62. dcrypt-openssl.c:1912: warning: passing argument 3 of 'EVP_PKEY_decrypt' makes integer from pointer without a cast
  63. /usr/include/openssl/evp.h:850: note: expected 'int' but argument is of type 'size_t *'
  64. dcrypt-openssl.c:1912: warning: passing argument 4 of 'EVP_PKEY_decrypt' from incompatible pointer type
  65. /usr/include/openssl/evp.h:850: note: expected 'struct EVP_PKEY *' but argument is of type 'const unsigned char *'
  66. dcrypt-openssl.c:1912: error: too many arguments to function 'EVP_PKEY_decrypt'
  67. make[3]: *** [libdcrypt_openssl_la-dcrypt-openssl.lo] Error 1
  68. make[3]: *** Waiting for unfinished jobs....
  69. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-test -I../../src/lib-ssl-iostream -I/usr/kerberos/include -I../../src/lib -I../../src/lib-test -I../../src/lib-ssl-iostream -DDCRYPT_MODULE_DIR=\"/usr/lib/dovecot\" -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -MT libdcrypt_openssl_la-dcrypt.lo -MD -MP -MF .deps/libdcrypt_openssl_la-dcrypt.Tpo -c dcrypt.c -o libdcrypt_openssl_la-dcrypt.o >/dev/null 2>&1
  70. mv -f .deps/test_crypto-ostream-encrypt.Tpo .deps/test_crypto-ostream-encrypt.Po
  71. mv -f .deps/test_crypto-istream-decrypt.Tpo .deps/test_crypto-istream-decrypt.Po
  72. mv -f .deps/libdcrypt_openssl_la-dcrypt.Tpo .deps/libdcrypt_openssl_la-dcrypt.Plo
  73. make[3]: Leaving directory `/usr/local/directadmin/custombuild/dovecot-2.2.25/src/lib-dcrypt'
  74. make[2]: *** [all-recursive] Error 1
  75. make[2]: Leaving directory `/usr/local/directadmin/custombuild/dovecot-2.2.25/src'
  76. make[1]: *** [all-recursive] Error 1
  77. make[1]: Leaving directory `/usr/local/directadmin/custombuild/dovecot-2.2.25'
  78. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement