Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. host Prebuilt: ddms (out/host/linux-x86/obj/EXECUTABLES/ddms_intermediates/ddms)
  2. host C: dedupe <= bootable/recovery/dedupe/dedupe.c
  3. host C: libcrypto_static <= external/openssl/crypto/asn1/a_gentm.c
  4. host C: libcrypto_static <= external/openssl/crypto/asn1/a_i2d_fp.c
  5. host C: libcrypto_static <= external/openssl/crypto/asn1/a_int.c
  6. bootable/recovery/dedupe/dedupe.c:3:25: error: openssl/md5.h: No such file or directory
  7. bootable/recovery/dedupe/dedupe.c:4:25: error: openssl/sha.h: No such file or directory
  8. bootable/recovery/dedupe/dedupe.c:5:28: error: openssl/ripemd.h: No such file or directory
  9. host C: libcrypto_static <= external/openssl/crypto/asn1/a_mbstr.c
  10. bootable/recovery/dedupe/dedupe.c:16: warning: useless storage class specifier in empty declaration
  11. bootable/recovery/dedupe/dedupe.c: In function ‘copy_file’:
  12. bootable/recovery/dedupe/dedupe.c:37: warning: implicit declaration of function ‘close’
  13. bootable/recovery/dedupe/dedupe.c:41: warning: implicit declaration of function ‘read’
  14. bootable/recovery/dedupe/dedupe.c:41: warning: suggest parentheses around assignment used as truth value
  15. bootable/recovery/dedupe/dedupe.c:43: warning: implicit declaration of function ‘write’
  16. bootable/recovery/dedupe/dedupe.c: In function ‘do_md5sum’:
  17. bootable/recovery/dedupe/dedupe.c:56: error: ‘MD5_CTX’ undeclared (first use in this function)
  18. bootable/recovery/dedupe/dedupe.c:56: error: (Each undeclared identifier is reported only once
  19. bootable/recovery/dedupe/dedupe.c:56: error: for each function it appears in.)
  20. bootable/recovery/dedupe/dedupe.c:56: error: expected ‘;’ before ‘c’
  21. bootable/recovery/dedupe/dedupe.c:58: warning: implicit declaration of function ‘MD5_Init’
  22. bootable/recovery/dedupe/dedupe.c:58: error: ‘c’ undeclared (first use in this function)
  23. bootable/recovery/dedupe/dedupe.c:62: warning: implicit declaration of function ‘MD5_Update’
  24. bootable/recovery/dedupe/dedupe.c:66: warning: implicit declaration of function ‘MD5_Final’
  25. bootable/recovery/dedupe/dedupe.c: In function ‘store_file’:
  26. bootable/recovery/dedupe/dedupe.c:88: error: ‘SHA_DIGEST_LENGTH’ undeclared (first use in this function)
  27. bootable/recovery/dedupe/dedupe.c:96: error: ‘MD5_DIGEST_LENGTH’ undeclared (first use in this function)
  28. bootable/recovery/dedupe/dedupe.c:102: warning: suggest parentheses around assignment used as truth value
  29. bootable/recovery/dedupe/dedupe.c: In function ‘store_dir’:
  30. bootable/recovery/dedupe/dedupe.c:120: warning: suggest parentheses around assignment used as truth value
  31. bootable/recovery/dedupe/dedupe.c:121: warning: implicit declaration of function ‘strcmp’
  32. bootable/recovery/dedupe/dedupe.c:134: warning: suggest parentheses around assignment used as truth value
  33. bootable/recovery/dedupe/dedupe.c: In function ‘store_link’:
  34. bootable/recovery/dedupe/dedupe.c:144: warning: implicit declaration of function ‘readlink’
  35. bootable/recovery/dedupe/dedupe.c: In function ‘get_full_path’:
  36. bootable/recovery/dedupe/dedupe.c:176: warning: implicit declaration of function ‘getcwd’
  37. bootable/recovery/dedupe/dedupe.c:177: warning: implicit declaration of function ‘chdir’
  38. bootable/recovery/dedupe/dedupe.c: In function ‘tokenize’:
  39. bootable/recovery/dedupe/dedupe.c:195: warning: return discards qualifiers from pointer target type
  40. bootable/recovery/dedupe/dedupe.c: In function ‘main’:
  41. bootable/recovery/dedupe/dedupe.c:285: warning: suggest parentheses around assignment used as truth value
  42. bootable/recovery/dedupe/dedupe.c:292: warning: implicit declaration of function ‘chown’
  43. bootable/recovery/dedupe/dedupe.c:299: warning: implicit declaration of function ‘symlink’
  44. bootable/recovery/dedupe/dedupe.c:303: warning: implicit declaration of function ‘lchown’
  45. make: *** [out/host/linux-x86/obj/EXECUTABLES/dedupe_intermediates/dedupe.o] Error 1
  46. make: *** Waiting for unfinished jobs....
  47. host C: libcrypto_static <= external/openssl/crypto/asn1/a_object.c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement