Atari800xl

Untitled

Aug 25th, 2016
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. android_printLog(priority, tag, __VA_ARGS__)
  2. ^
  3. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  4. __android_log_print(prio, tag, fmt)
  5. ^
  6. hardware/qcom/gps/loc_api/libloc_api_50001/loc_eng.cpp:2689:76: warning: more '%' conversions than data arguments [-Wformat]
  7. LOC_LOGE("cert#(%u) length of %u is too big! greater than %u",
  8. ~^
  9. out/target/product/hammerhead/obj/include/gps.utils/log_util.h:111:55: note: expanded from macro 'LOC_LOGE'
  10. else if (loc_logger.DEBUG_LEVEL == 0xff) { ALOGE("E/" __VA_ARGS__); }
  11. ^
  12. system/core/include/log/log.h:156:52: note: expanded from macro 'ALOGE'
  13. #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
  14. ^
  15. system/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'
  16. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  17. ^
  18. system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'
  19. android_printLog(priority, tag, __VA_ARGS__)
  20. ^
  21. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  22. __android_log_print(prio, tag, fmt)
  23. ^
  24. 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]
  25. for (int i=0; i < numberOfCerts; ++i)
  26. ~ ^ ~~~~~~~~~~~~~
  27. 9 warnings generated.
  28. [ 36% 10699/29384] host C: libsepol <=...nal/selinux/libsepol/cil/src/cil_mem.c
  29. external/selinux/libsepol/cil/src/cil_mem.c:109:7: warning: implicit declaration of function 'vasprintf' is invalid in C99 [-Wimplicit-function-declaration]
  30. rc = vasprintf(strp, fmt, ap);
  31. ^
  32. 1 warning generated.
  33. [ 36% 10714/29384] host C: libsepol <=...epol_intermediates/cil/src/cil_lexer.c
  34. 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]
  35. {
  36. ^
  37. 1 warning generated.
  38. [ 36% 10756/29384] build out/target/pr...bj/ETC/sepolicy_intermediates/sepolicy
  39. 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 )"
  40. libsepol.report_failure: neverallow on line 444 of system/sepolicy/domain.te (or line 9089 of policy.conf) violated by allow mediaserver system_file:file { execmod };
  41. libsepol.report_failure: neverallow on line 435 of system/sepolicy/domain.te (or line 9080 of policy.conf) violated by allow mediaserver system_file:file { execmod };
  42. libsepol.report_failure: neverallow on line 435 of system/sepolicy/domain.te (or line 9080 of policy.conf) violated by allow radio system_file:file { execmod };
  43. libsepol.check_assertions: 3 neverallow failures occurred
  44. Error while expanding policy
  45. out/host/linux-x86/bin/checkpolicy: loading policy configuration from out/target/product/hammerhead/obj/ETC/sepolicy_intermediates/policy.conf
  46. [ 36% 10756/29384] target thumb C++: libinit <= system/core/init/action.cpp
  47. ninja: build stopped: subcommand failed.
  48. build/core/ninja.mk:148: recipe for target 'ninja_wrapper' failed
  49. make: *** [ninja_wrapper] Error 1
  50.  
  51. #### make failed to build some targets (29:38 (mm:ss)) ####
Advertisement
Add Comment
Please, Sign In to add comment