Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.66 KB | None | 0 0
  1. marco@marco-MS-7A62:~/hadk$ make -j6 hybris-hal
  2. ============================================
  3. PLATFORM_VERSION_CODENAME=REL
  4. PLATFORM_VERSION=8.1.0
  5. TARGET_PRODUCT=lineage_whyred
  6. TARGET_BUILD_VARIANT=userdebug
  7. TARGET_BUILD_TYPE=release
  8. TARGET_ARCH=arm64
  9. TARGET_ARCH_VARIANT=armv8-a
  10. TARGET_CPU_VARIANT=kryo
  11. TARGET_2ND_ARCH=arm
  12. TARGET_2ND_ARCH_VARIANT=armv7-a-neon
  13. TARGET_2ND_CPU_VARIANT=cortex-a53
  14. HOST_ARCH=x86_64
  15. HOST_2ND_ARCH=x86
  16. HOST_OS=linux
  17. HOST_OS_EXTRA=Linux-4.15.0-43-generic-x86_64-with-Ubuntu-18.04-bionic
  18. HOST_CROSS_OS=windows
  19. HOST_CROSS_ARCH=x86
  20. HOST_CROSS_2ND_ARCH=x86_64
  21. HOST_BUILD_TYPE=release
  22. BUILD_ID=OPM2.171019.029.B1
  23. OUT_DIR=/home/marco/hadk/out
  24. ============================================
  25. ninja: no work to do.
  26. ninja: no work to do.
  27. No need to regenerate ninja file
  28. [ 0% 13/25310] target thumb C: libQWi...ystem/qcom/softap/jni/QWiFiSoftApCfg.c
  29. system/qcom/softap/jni/QWiFiSoftApCfg.c:46:56: warning: unused parameter 'len' [-Wunused-parameter]
  30. static void softap_handle_custom_event(char * buf, int len)
  31. ^
  32. system/qcom/softap/jni/QWiFiSoftApCfg.c:275:34: warning: unused parameter 'env' [-Wunused-parameter]
  33. (JNIEnv *env, jobject obj)
  34. ^
  35. system/qcom/softap/jni/QWiFiSoftApCfg.c:275:47: warning: unused parameter 'obj' [-Wunused-parameter]
  36. (JNIEnv *env, jobject obj)
  37. ^
  38. system/qcom/softap/jni/QWiFiSoftApCfg.c:283:47: warning: unused parameter 'obj' [-Wunused-parameter]
  39. (JNIEnv *env, jobject obj)
  40. ^
  41. system/qcom/softap/jni/QWiFiSoftApCfg.c:299:34: warning: unused parameter 'env' [-Wunused-parameter]
  42. (JNIEnv *env, jobject obj)
  43. ^
  44. system/qcom/softap/jni/QWiFiSoftApCfg.c:299:47: warning: unused parameter 'obj' [-Wunused-parameter]
  45. (JNIEnv *env, jobject obj)
  46. ^
  47. system/qcom/softap/jni/QWiFiSoftApCfg.c:311:39: warning: unused parameter 'obj' [-Wunused-parameter]
  48. (JNIEnv *env, jobject obj, jstring jcmd)
  49. ^
  50. 7 warnings generated.
  51. [ 0% 19/25310] target C: ebtables <= external/ebtables/communication.c
  52. external/ebtables/communication.c:498:3: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
  53. EBT_MATCH_ITERATE(e, ebt_translate_match, &m_l);
  54. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  55. out/target/product/whyred/obj/KERNEL_OBJ/usr/include/linux/netfilter_bridge/ebtables.h:207:25: note: expanded from macro 'EBT_MATCH_ITERATE'
  56. __match = (void *)(e) + __i; \
  57. ~~~~~~~~~~~ ^
  58. external/ebtables/communication.c:500:3: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
  59. EBT_WATCHER_ITERATE(e, ebt_translate_watcher, &w_l);
  60. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  61. out/target/product/whyred/obj/KERNEL_OBJ/usr/include/linux/netfilter_bridge/ebtables.h:230:27: note: expanded from macro 'EBT_WATCHER_ITERATE'
  62. __watcher = (void *)(e) + __i; \
  63. ~~~~~~~~~~~ ^
  64. external/ebtables/communication.c:754:2: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
  65. EBT_ENTRY_ITERATE(repl.entries, repl.entries_size, ebt_translate_chains,
  66. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  67. out/target/product/whyred/obj/KERNEL_OBJ/usr/include/linux/netfilter_bridge/ebtables.h:250:31: note: expanded from macro 'EBT_ENTRY_ITERATE'
  68. __entry = (void *)(entries) + __i; \
  69. ~~~~~~~~~~~~~~~~~ ^
  70. external/ebtables/communication.c:765:2: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
  71. EBT_ENTRY_ITERATE((char *)repl.entries, repl.entries_size,
  72. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  73. out/target/product/whyred/obj/KERNEL_OBJ/usr/include/linux/netfilter_bridge/ebtables.h:250:31: note: expanded from macro 'EBT_ENTRY_ITERATE'
  74. __entry = (void *)(entries) + __i; \
  75. ~~~~~~~~~~~~~~~~~ ^
  76. 4 warnings generated.
  77. [ 0% 20/25310] target C: ebtables <= external/ebtables/libebtc.c
  78. external/ebtables/libebtc.c:45:21: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator]
  79. [NF_BR_PRE_ROUTING]"PREROUTING",
  80. ^
  81. =
  82. external/ebtables/libebtc.c:46:18: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator]
  83. [NF_BR_LOCAL_IN]"INPUT",
  84. ^
  85. =
  86. external/ebtables/libebtc.c:47:17: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator]
  87. [NF_BR_FORWARD]"FORWARD",
  88. ^
  89. =
  90. external/ebtables/libebtc.c:48:19: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator]
  91. [NF_BR_LOCAL_OUT]"OUTPUT",
  92. ^
  93. =
  94. external/ebtables/libebtc.c:49:22: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator]
  95. [NF_BR_POST_ROUTING]"POSTROUTING",
  96. ^
  97. =
  98. external/ebtables/libebtc.c:50:18: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator]
  99. [NF_BR_BROUTING]"BROUTING"
  100. ^
  101. =
  102. 6 warnings generated.
  103. [ 0% 22/25310] target C: ebtables <= external/ebtables/useful_functions.c
  104. external/ebtables/useful_functions.c:59:27: warning: incompatible pointer types passing 'struct ether_addr *' to parameter of type 'const struct ether_addr *' [-Wincompatible-pointer-types]
  105. printf("%s", ether_ntoa((struct ether_addr *) mac));
  106. ^~~~~~~~~~~~~~~~~~~~~~~~~
  107. bionic/libc/include/netinet/ether.h:37:42: note: passing argument to parameter here
  108. char* ether_ntoa(const struct ether_addr*) __INTRODUCED_IN(11);
  109. ^
  110. 1 warning generated.
  111. [ 0% 23/25310] target C: ebtables <=...ternal/ebtables/extensions/ebt_among.c
  112. external/ebtables/extensions/ebt_among.c:446:21: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
  113. if (info->bitmask && EBT_AMONG_SRC_NEG) {
  114. ^ ~~~~~~~~~~~~~~~~~
  115. external/ebtables/extensions/ebt_among.c:446:21: note: use '&' for a bitwise operation
  116. if (info->bitmask && EBT_AMONG_SRC_NEG) {
  117. ^~
  118. &
  119. external/ebtables/extensions/ebt_among.c:446:21: note: remove constant to silence this warning
  120. if (info->bitmask && EBT_AMONG_SRC_NEG) {
  121. ~^~~~~~~~~~~~~~~~~~~~
  122. 1 warning generated.
  123. [ 0% 46/25310] build /home/marco/hadk...intermediates/compatibility_matrix.xml
  124. FAILED: /home/marco/hadk/out/target/product/whyred/gen/ETC/system_compatibility_matrix.xml_intermediates/compatibility_matrix.xml
  125. /bin/bash -c "POLICYVERS=30 BOARD_SEPOLICY_VERS=27.0 FRAMEWORK_VBMETA_VERSION=0.0 /home/marco/hadk/out/host/linux-x86/bin/assemble_vintf -i hardware/interfaces/compatibility_matrix.27.xml -o /home/marco/hadk/out/target/product/whyred/gen/ETC/system_compatibility_matrix.xml_intermediates/compatibility_matrix.xml -c \"/home/marco/hadk/out/target/product/whyred/obj/ETC/manifest.xml_intermediates/manifest.xml\" --kernel=3.18: --kernel=4.4: --kernel=4.9:"
  126. No android-base.cfg is found in these paths: ''
  127. [ 0% 51/25310] Building Kernel Config
  128. make: Entering directory '/home/marco/hadk/kernel/xiaomi/sdm660'
  129. make[1]: Entering directory '/home/marco/hadk/out/target/product/whyred/obj/KERNEL_OBJ'
  130. GEN ./Makefile
  131. #
  132. # configuration written to .config
  133. #
  134. make[1]: Leaving directory '/home/marco/hadk/out/target/product/whyred/obj/KERNEL_OBJ'
  135. make: Leaving directory '/home/marco/hadk/kernel/xiaomi/sdm660'
  136. make: Entering directory '/home/marco/hadk/kernel/xiaomi/sdm660'
  137. make[1]: Entering directory '/home/marco/hadk/out/target/product/whyred/obj/KERNEL_OBJ'
  138. GEN ./Makefile
  139. scripts/kconfig/conf --savedefconfig=defconfig Kconfig
  140. make[1]: Leaving directory '/home/marco/hadk/out/target/product/whyred/obj/KERNEL_OBJ'
  141. make: Leaving directory '/home/marco/hadk/kernel/xiaomi/sdm660'
  142. ninja: build stopped: subcommand failed.
  143. 16:40:44 ninja failed with: exit status 1
  144.  
  145. #### failed to build some targets (19 seconds) ####
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement