Advertisement
Atari800xl

Untitled

Aug 25th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 KB | None | 0 0
  1. #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
  2. ^
  3. system/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'
  4. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  5. ^
  6. system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'
  7. android_printLog(priority, tag, __VA_ARGS__)
  8. ^
  9. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  10. __android_log_print(prio, tag, fmt)
  11. ^
  12. hardware/qcom/gps/loc_api/libloc_api_50001/loc_eng.cpp:2686:25: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
  13. for (int i=0; i < numberOfCerts; ++i)
  14. ~ ^ ~~~~~~~~~~~~~
  15. 9 warnings generated.
  16. [ 36% 10696/29384] host C: libsepol <= external/selinux/libsepol/cil/src/cil_mem.c
  17. external/selinux/libsepol/cil/src/cil_mem.c:109:7: warning: implicit declaration of function 'vasprintf' is invalid in C99 [-Wimplicit-function-declaration]
  18. rc = vasprintf(strp, fmt, ap);
  19. ^
  20. 1 warning generated.
  21. [ 36% 10718/29384] host C: libsepol <= out/host/linux-x86/obj/STATIC_LIBRARIES/libsepol_intermediates/cil/src/cil_lexer.c
  22. out/host/linux-x86/obj/STATIC_LIBRARIES/libsepol_intermediates/cil/src/cil_lexer.c:1593:1: warning: function 'yy_fatal_error' could be declared with attribute 'noreturn' [-Wmissing-noreturn]
  23. {
  24. ^
  25. 1 warning generated.
  26. [ 36% 10749/29384] build out/target/product/hammerhead/obj/ETC/sepolicy_intermediates/sepolicy
  27. FAILED: /bin/bash -c "(out/host/linux-x86/bin/checkpolicy -M -c 30 -o out/target/product/hammerhead/obj/ETC/sepolicy_intermediates/sepolicy.tmp out/target/product/hammerhead/obj/ETC/sepolicy_intermediates/policy.conf ) && (out/host/linux-x86/bin/checkpolicy -M -c 30 -o out/target/product/hammerhead/obj/ETC/sepolicy_intermediates//sepolicy.dontaudit out/target/product/hammerhead/obj/ETC/sepolicy_intermediates/policy.conf.dontaudit ) && (out/host/linux-x86/bin/sepolicy-analyze out/target/product/hammerhead/obj/ETC/sepolicy_intermediates/sepolicy.tmp permissive > out/target/product/hammerhead/obj/ETC/sepolicy_intermediates/sepolicy.permissivedomains ) && (if [ \"userdebug\" = \"user\" -a -s out/target/product/hammerhead/obj/ETC/sepolicy_intermediates/sepolicy.permissivedomains ]; then echo \"==========\" 1>&2; echo \"ERROR: permissive domains not allowed in user builds\" 1>&2; echo \"List of invalid domains:\" 1>&2; cat out/target/product/hammerhead/obj/ETC/sepolicy_intermediates/sepolicy.permissivedomains 1>&2; exit 1; fi ) && (mv out/target/product/hammerhead/obj/ETC/sepolicy_intermediates/sepolicy.tmp out/target/product/hammerhead/obj/ETC/sepolicy_intermediates/sepolicy )"
  28. device/lge/hammerhead/sepolicy/radio.te:5:WARNING 'unrecognized character' at token '<' on line 21283:
  29. # text relocation in /system/vendor/lib/libvdmengine.so
  30. <<<<<<< HEAD
  31. device/lge/hammerhead/sepolicy/radio.te:5:WARNING 'unrecognized character' at token '<' on line 21283:
  32. # text relocation in /system/vendor/lib/libvdmengine.so
  33. <<<<<<< HEAD
  34. device/lge/hammerhead/sepolicy/radio.te:5:WARNING 'unrecognized character' at token '<' on line 21283:
  35. # text relocation in /system/vendor/lib/libvdmengine.so
  36. <<<<<<< HEAD
  37. device/lge/hammerhead/sepolicy/radio.te:5:WARNING 'unrecognized character' at token '<' on line 21283:
  38. # text relocation in /system/vendor/lib/libvdmengine.so
  39. <<<<<<< HEAD
  40. device/lge/hammerhead/sepolicy/radio.te:5:WARNING 'unrecognized character' at token '<' on line 21283:
  41. # text relocation in /system/vendor/lib/libvdmengine.so
  42. <<<<<<< HEAD
  43. device/lge/hammerhead/sepolicy/radio.te:5:WARNING 'unrecognized character' at token '<' on line 21283:
  44. # text relocation in /system/vendor/lib/libvdmengine.so
  45. <<<<<<< HEAD
  46. device/lge/hammerhead/sepolicy/radio.te:5:WARNING 'unrecognized character' at token '<' on line 21283:
  47. # text relocation in /system/vendor/lib/libvdmengine.so
  48. <<<<<<< HEAD
  49. device/lge/hammerhead/sepolicy/radio.te:5:ERROR 'syntax error' at token 'HEAD' on line 21283:
  50. # text relocation in /system/vendor/lib/libvdmengine.so
  51. <<<<<<< HEAD
  52. checkpolicy: error(s) encountered while parsing configuration
  53. out/host/linux-x86/bin/checkpolicy: loading policy configuration from out/target/product/hammerhead/obj/ETC/sepolicy_intermediates/policy.conf
  54. [ 36% 10749/29384] target thumb C++: libinit <= system/core/init/action.cpp
  55. ninja: build stopped: subcommand failed.
  56. build/core/ninja.mk:148: recipe for target 'ninja_wrapper' failed
  57. make: *** [ninja_wrapper] Error 1
  58.  
  59. #### make failed to build some targets (29:06 (mm:ss)) ####
  60.  
  61. stuart@yamaha ~/aosp $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement