Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.70 KB | None | 0 0
  1. bootable/recovery/dedupe/dedupe.c: In function 'copy_file':
  2. bootable/recovery/dedupe/dedupe.c:47:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  3. bootable/recovery/dedupe/dedupe.c: At top level:
  4. bootable/recovery/dedupe/dedupe.c:64:1: warning: useless storage class specifier in empty declaration [enabled by default]
  5. bootable/recovery/dedupe/dedupe.c: In function 'store_file':
  6. bootable/recovery/dedupe/dedupe.c:109:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  7. bootable/recovery/dedupe/dedupe.c:138:12: warning: assignment makes integer from pointer without a cast [enabled by default]
  8. bootable/recovery/dedupe/dedupe.c:145:5: warning: implicit declaration of function 'dirname' [-Wimplicit-function-declaration]
  9. bootable/recovery/dedupe/dedupe.c:145:5: warning: passing argument 1 of 'mkdir' makes pointer from integer without a cast [enabled by default]
  10. In file included from bootable/recovery/dedupe/dedupe.c:2:0:
  11. bionic/libc/include/sys/stat.h:124:15: note: expected 'const char *' but argument is of type 'int'
  12. bootable/recovery/dedupe/dedupe.c: In function 'store_dir':
  13. bootable/recovery/dedupe/dedupe.c:178:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  14. bootable/recovery/dedupe/dedupe.c:199:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  15. bootable/recovery/dedupe/dedupe.c: In function 'tokenize':
  16. bootable/recovery/dedupe/dedupe.c:264:5: warning: return discards 'const' qualifier from pointer target type [enabled by default]
  17. target thumb C: libflashutils <= bootable/recovery/flashutils/flashutils.c
  18. bootable/recovery/dedupe/dedupe.c: In function 'dedupe_main':
  19. bootable/recovery/dedupe/dedupe.c:393:26: warning: assignment from incompatible pointer type [enabled by default]
  20. bootable/recovery/dedupe/dedupe.c:473:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  21. bootable/recovery/dedupe/dedupe.c:620:21: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'void *' [-Wformat]
  22. bootable/recovery/dedupe/dedupe.c:622:17: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'void *' [-Wformat]
  23. target thumb C: libmtdutils <= bootable/recovery/mtdutils/mtdutils.c
  24. target thumb C: libmmcutils <= bootable/recovery/mmcutils/mmcutils.c
  25. bootable/recovery/mtdutils/mtdutils.c: In function 'write_block':
  26. bootable/recovery/mtdutils/mtdutils.c:457:13: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'off_t' [-Wformat]
  27. bootable/recovery/mtdutils/mtdutils.c: At top level:
  28. bootable/recovery/mtdutils/mtdutils.c:573:0: warning: "BLOCK_SIZE" redefined [enabled by default]
  29. In file included from bionic/libc/include/sys/mount.h:33:0,
  30. from bootable/recovery/mtdutils/mtdutils.c:23:
  31. bionic/libc/kernel/common/linux/fs.h:31:0: note: this is the location of the previous definition
  32. bootable/recovery/mtdutils/mtdutils.c: In function 'cmd_mtd_get_partition_device':
  33. bootable/recovery/mtdutils/mtdutils.c:772:23: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  34. target thumb C: libbmlutils <= bootable/recovery/bmlutils/bmlutils.c
  35. target thumb C: libminui <= bootable/recovery/minui/events.c
  36. In file included from bootable/recovery/mmcutils/mmcutils.c:42:0:
  37. bootable/recovery/mmcutils/mmcutils.h:34:0: warning: "BLOCK_SIZE" redefined [enabled by default]
  38. In file included from bionic/libc/include/sys/mount.h:33:0,
  39. from bootable/recovery/mmcutils/mmcutils.c:40:
  40. bionic/libc/kernel/common/linux/fs.h:31:0: note: this is the location of the previous definition
  41. bootable/recovery/mmcutils/mmcutils.c: In function 'format_ext3_device':
  42. bootable/recovery/mmcutils/mmcutils.c:343:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  43. bootable/recovery/mmcutils/mmcutils.c:344:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  44. bootable/recovery/mmcutils/mmcutils.c:346:5: warning: passing argument 1 of 'run_exec_process' discards 'const' qualifier from pointer target type [enabled by default]
  45. bootable/recovery/mmcutils/mmcutils.c:324:1: note: expected 'char **' but argument is of type 'char * const*'
  46. bootable/recovery/mmcutils/mmcutils.c:352:5: warning: passing argument 1 of 'run_exec_process' discards 'const' qualifier from pointer target type [enabled by default]
  47. bootable/recovery/mmcutils/mmcutils.c:324:1: note: expected 'char **' but argument is of type 'char * const*'
  48. bootable/recovery/mmcutils/mmcutils.c:358:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  49. bootable/recovery/mmcutils/mmcutils.c:359:5: warning: passing argument 1 of 'run_exec_process' discards 'const' qualifier from pointer target type [enabled by default]
  50. bootable/recovery/mmcutils/mmcutils.c:324:1: note: expected 'char **' but argument is of type 'char * const*'
  51. bootable/recovery/mmcutils/mmcutils.c: In function 'format_ext2_device':
  52. bootable/recovery/mmcutils/mmcutils.c:370:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  53. bootable/recovery/mmcutils/mmcutils.c:371:5: warning: passing argument 1 of 'run_exec_process' discards 'const' qualifier from pointer target type [enabled by default]
  54. bootable/recovery/mmcutils/mmcutils.c:324:1: note: expected 'char **' but argument is of type 'char * const*'
  55. bootable/recovery/mmcutils/mmcutils.c:375:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  56. bootable/recovery/mmcutils/mmcutils.c:376:5: warning: passing argument 1 of 'run_exec_process' discards 'const' qualifier from pointer target type [enabled by default]
  57. bootable/recovery/mmcutils/mmcutils.c:324:1: note: expected 'char **' but argument is of type 'char * const*'
  58. bootable/recovery/mmcutils/mmcutils.c:380:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  59. bootable/recovery/mmcutils/mmcutils.c:381:5: warning: passing argument 1 of 'run_exec_process' discards 'const' qualifier from pointer target type [enabled by default]
  60. bootable/recovery/mmcutils/mmcutils.c:324:1: note: expected 'char **' but argument is of type 'char * const*'
  61. bootable/recovery/mmcutils/mmcutils.c: In function 'mmc_raw_copy':
  62. bootable/recovery/mmcutils/mmcutils.c:461:5: warning: passing argument 1 of 'fsync' makes integer from pointer without a cast [enabled by default]
  63. In file included from bootable/recovery/mmcutils/mmcutils.c:32:0:
  64. bionic/libc/include/unistd.h:145:12: note: expected 'int' but argument is of type 'struct FILE *'
  65. bootable/recovery/mmcutils/mmcutils.c: In function 'mmc_raw_dump_internal':
  66. bootable/recovery/mmcutils/mmcutils.c:512:5: warning: passing argument 1 of 'fsync' makes integer from pointer without a cast [enabled by default]
  67. In file included from bootable/recovery/mmcutils/mmcutils.c:32:0:
  68. bionic/libc/include/unistd.h:145:12: note: expected 'int' but argument is of type 'struct FILE *'
  69. bootable/recovery/mmcutils/mmcutils.c: In function 'cmd_mmc_restore_raw_partition':
  70. bootable/recovery/mmcutils/mmcutils.c:594:9: warning: passing argument 2 of 'mmc_raw_copy' discards 'const' qualifier from pointer target type [enabled by default]
  71. bootable/recovery/mmcutils/mmcutils.c:422:1: note: expected 'char *' but argument is of type 'const char *'
  72. bootable/recovery/mmcutils/mmcutils.c: In function 'cmd_mmc_backup_raw_partition':
  73. bootable/recovery/mmcutils/mmcutils.c:609:9: warning: passing argument 2 of 'mmc_raw_dump' discards 'const' qualifier from pointer target type [enabled by default]
  74. bootable/recovery/mmcutils/mmcutils.c:525:1: note: expected 'char *' but argument is of type 'const char *'
  75. bootable/recovery/mmcutils/mmcutils.c: In function 'cmd_mmc_erase_partition':
  76. bootable/recovery/mmcutils/mmcutils.c:628:5: warning: passing argument 1 of 'mmc_format_ext3' discards 'const' qualifier from pointer target type [enabled by default]
  77. bootable/recovery/mmcutils/mmcutils.c:388:1: note: expected 'struct MmcPartition *' but argument is of type 'const struct MmcPartition *'
  78. target thumb C: libminui <= bootable/recovery/minui/resources.c
  79. target thumb C: libminui <= bootable/recovery/minui/../../../device/samsung/galaxys2-common/recovery/graphics.c
  80. target asm: libpixelflinger_static <= system/core/libpixelflinger/t32cb16blend.S
  81. target asm: libpixelflinger_static <= system/core/libpixelflinger/col32cb16blend.S
  82. bootable/recovery/minui/../../../device/samsung/galaxys2-common/recovery/graphics.c:208:5: error: conflicting types for 'gr_text'
  83. In file included from bootable/recovery/minui/../../../device/samsung/galaxys2-common/recovery/graphics.c:39:0:
  84. bootable/recovery/minui/minui.h:36:5: note: previous declaration of 'gr_text' was here
  85. bootable/recovery/minui/../../../device/samsung/galaxys2-common/recovery/graphics.c: In function 'gr_text':
  86. bootable/recovery/minui/../../../device/samsung/galaxys2-common/recovery/graphics.c:210:5: warning: implicit declaration of function 'gr_text_impl' [-Wimplicit-function-declaration]
  87. target arm C++: libpixelflinger_static <= system/core/libpixelflinger/fixed.cpp
  88. build/core/binary.mk:512: recipe for target '/data1/Men_in_black007/mahdi/out/target/product/i9100/obj/STATIC_LIBRARIES/libminui_intermediates/../../../device/samsung/galaxys2-common/recovery/graphics.o' failed
  89. make: *** [/data1/Men_in_black007/mahdi/out/target/product/i9100/obj/STATIC_LIBRARIES/libminui_intermediates/../../../device/samsung/galaxys2-common/recovery/graphics.o] Error 1
  90. make: *** Waiting for unfinished jobs....
  91. make: *** wait: No child processes. Stop.
  92.  
  93. real 1m49.111s
  94. user 5m48.604s
  95. sys 1m25.804s
  96.  
  97. real 1m52.391s
  98. user 5m51.232s
  99. sys 1m25.984s
  100. Build step 'Execute shell' marked build as failure
  101. Finished: FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement