Advertisement
TugaPower

139416

Apr 4th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.09 KB | None | 0 0
  1. system/extras/f2fs_utils/f2fs_sparseblock.c:140:59: error: no member named 'n_sits' in 'struct f2fs_summary_block'
  2. SLOGD("sit_sums num: %d", le16_to_cpu(info->sit_sums->n_sits));
  3. ~~~~~~~~~~~~~~ ^
  4. external/f2fs-tools/include/f2fs_fs.h:114:33: note: expanded from macro 'le16_to_cpu'
  5. #define le16_to_cpu(x) ((__u16)(x))
  6. ^
  7. system/core/include/log/log.h:244:79: note: expanded from macro 'SLOGD'
  8. ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__))
  9. ^
  10. system/extras/f2fs_utils/f2fs_sparseblock.c:142:49: error: no member named 'n_sits' in 'struct f2fs_summary_block'
  11. for(i = 0; i < (le16_to_cpu(info->sit_sums->n_sits)); i++) {
  12. ~~~~~~~~~~~~~~ ^
  13. external/f2fs-tools/include/f2fs_fs.h:114:33: note: expanded from macro 'le16_to_cpu'
  14. #define le16_to_cpu(x) ((__u16)(x))
  15. ^
  16. system/extras/f2fs_utils/f2fs_sparseblock.c:143:78: error: no member named 'sit_j' in 'struct f2fs_summary_block'
  17. SLOGD("entry %d in journal entries is for segment %d",i, le32_to_cpu(segno_in_journal(info->sit_sums, i)));
  18. ^ ~~~~~~~~~~~~~~
  19. system/extras/f2fs_utils/f2fs_sparseblock.c:29:43: note: expanded from macro 'segno_in_journal'
  20. #define segno_in_journal(sum, i) (sum->sit_j.entries[i].segno)
  21. ^
  22. external/f2fs-tools/include/f2fs_fs.h:115:33: note: expanded from macro 'le32_to_cpu'
  23. #define le32_to_cpu(x) ((__u32)(x))
  24. ^
  25. system/core/include/log/log.h:244:79: note: expanded from macro 'SLOGD'
  26. ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__))
  27. ^
  28. system/extras/f2fs_utils/f2fs_sparseblock.c:363:33: error: no member named 'n_sits' in 'struct f2fs_summary_block'
  29. memcpy(&info->sit_sums->n_sits, &buffer[SUM_JOURNAL_SIZE], SUM_JOURNAL_SIZE);
  30. ~~~~~~~~~~~~~~ ^
  31. system/extras/f2fs_utils/f2fs_sparseblock.c:506:56: error: no member named 'n_sits' in 'struct f2fs_summary_block'
  32. for(i = 0; i < le16_to_cpu(info->sit_sums->n_sits); i++) {
  33. ~~~~~~~~~~~~~~ ^
  34. external/f2fs-tools/include/f2fs_fs.h:114:33: note: expanded from macro 'le16_to_cpu'
  35. #define le16_to_cpu(x) ((__u16)(x))
  36. ^
  37. system/extras/f2fs_utils/f2fs_sparseblock.c:507:33: error: no member named 'sit_j' in 'struct f2fs_summary_block'
  38. if (le32_to_cpu(segno_in_journal(info->sit_sums, i)) == segnum) {
  39. ^ ~~~~~~~~~~~~~~
  40. system/extras/f2fs_utils/f2fs_sparseblock.c:29:43: note: expanded from macro 'segno_in_journal'
  41. #define segno_in_journal(sum, i) (sum->sit_j.entries[i].segno)
  42. ^
  43. external/f2fs-tools/include/f2fs_fs.h:115:33: note: expanded from macro 'le32_to_cpu'
  44. #define le32_to_cpu(x) ((__u32)(x))
  45. ^
  46. system/extras/f2fs_utils/f2fs_sparseblock.c:508:34: error: no member named 'sit_j' in 'struct f2fs_summary_block'
  47. sit_entry = &sit_in_journal(info->sit_sums, i);
  48. ^ ~~~~~~~~~~~~~~
  49. system/extras/f2fs_utils/f2fs_sparseblock.c:31:43: note: expanded from macro 'sit_in_journal'
  50. #define sit_in_journal(sum, i) (sum->sit_j.entries[i].se)
  51. ^
  52. 7 errors generated.
  53. make: *** [/home/tugapower/cm13/out/target/product/bacon/obj/STATIC_LIBRARIES/libf2fs_sparseblock_intermediates/f2fs_sparseblock.o] Error 1
  54. make: *** Waiting for unfinished jobs....
  55. external/libnl/lib/data.c:101:11: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
  56. if (size < 0)
  57. ~~~~ ^ ~
  58. external/libnl/lib/data.c:110:24: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
  59. memcpy(data->d_data + data->d_size, buf, size);
  60. ~~~~~~~~~~~~ ^
  61. external/libnl/lib/data.c:112:24: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
  62. memset(data->d_data + data->d_size, 0, size);
  63. ~~~~~~~~~~~~ ^
  64. 3 warnings generated.
  65. external/libnl/lib/nl.c:449:18: warning: comparison of integers of different signs: '__kernel_size_t' (aka 'unsigned int') and 'int' [-Wsign-compare]
  66. if (iov.iov_len < n ||
  67. ~~~~~~~~~~~ ^ ~
  68. external/libnl/lib/nl.c:511:29: warning: missing field 'nl_pad' initializer [-Wmissing-field-initializers]
  69. struct sockaddr_nl nla = {0};
  70. ^
  71. external/libnl/lib/nl.c:623:23: warning: comparison of integers of different signs: '__u32' (aka 'unsigned int') and 'int' [-Wsign-compare]
  72. if (hdr->nlmsg_len < nlmsg_msg_size(sizeof(*e))) {
  73. ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
  74. external/libnl/lib/nl.c:721:44: warning: unused parameter 'msg' [-Wunused-parameter]
  75. static int ack_wait_handler(struct nl_msg *msg, void *arg)
  76. ^
  77. external/libnl/lib/nl.c:721:55: warning: unused parameter 'arg' [-Wunused-parameter]
  78. static int ack_wait_handler(struct nl_msg *msg, void *arg)
  79. ^
  80. 5 warnings generated.
  81. external/libnl/lib/addr.c:363:32: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
  82. if (s == p || l > 0xff || i >= sizeof(buf)) {
  83. ~ ^ ~~~~~~~~~~~
  84. external/libnl/lib/addr.c:553:16: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
  85. for (i = 0; i < addr->a_len; i++)
  86. ~ ^ ~~~~~~~~~~~
  87. external/libnl/lib/addr.c:635:14: warning: comparison of integers of different signs: 'socklen_t' (aka 'int') and 'unsigned int' [-Wsign-compare]
  88. if (*salen < sizeof(*sai))
  89. ~~~~~~ ^ ~~~~~~~~~~~~
  90. external/libnl/lib/addr.c:647:14: warning: comparison of integers of different signs: 'socklen_t' (aka 'int') and 'unsigned int' [-Wsign-compare]
  91. if (*salen < sizeof(*sa6))
  92. ~~~~~~ ^ ~~~~~~~~~~~~
  93. external/libnl/lib/addr.c:860:18: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
  94. for (i = 1; i < addr->a_len; i++) {
  95. ~ ^ ~~~~~~~~~~~
  96. external/libnl/lib/addr.c:869:24: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
  97. if (addr->a_prefixlen != (8 * addr->a_len)) {
  98. ~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~
  99. 6 warnings generated.
  100. make: *** wait: Não existem processos filho. Stop.
  101.  
  102. #### make failed to build some targets (01:20 (mm:ss)) ####
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement