Advertisement
DarkAngelGR

Untitled

Dec 24th, 2018
761
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.70 KB | None | 0 0
  1. Welcome to Ubuntu 16.04.5 LTS (GNU/Linux 4.15.0-1026-gcp x86_64)
  2.  
  3. * Documentation: https://help.ubuntu.com
  4. * Management: https://landscape.canonical.com
  5. * Support: https://ubuntu.com/advantage
  6.  
  7. Get cloud support with Ubuntu Advantage Cloud Guest:
  8. http://www.ubuntu.com/business/services/cloud
  9.  
  10. 0 packages can be updated.
  11. 0 updates are security updates.
  12.  
  13. New release '18.04.1 LTS' available.
  14. Run 'do-release-upgrade' to upgrade to it.
  15.  
  16.  
  17. Last login: Mon Dec 24 07:17:44 2018 from 79.130.32.4
  18. DarkAngelGR@instance-1:~$ ls
  19. aicp bin dotp scripts
  20. DarkAngelGR@instance-1:~$ mkdir pep
  21. DarkAngelGR@instance-1:~$ cd pep
  22. DarkAngelGR@instance-1:~/pep$ repo init -u https://github.com/PixelExperience/manifest -b pie
  23. Get https://gerrit.googlesource.com/git-repo/clone.bundle
  24. Get https://gerrit.googlesource.com/git-repo
  25. remote: Counting objects: 1, done
  26. remote: Finding sources: 100% (11/11)
  27. remote: Total 11 (delta 2), reused 11 (delta 2)
  28. Unpacking objects: 100% (11/11), done.
  29. From https://gerrit.googlesource.com/git-repo
  30. d4b13c2..12ee544 master -> origin/master
  31. * [new tag] v1.13.1 -> v1.13.1
  32. Get https://github.com/PixelExperience/manifest
  33. % Total % Received % Xferd Average Speed Time Time Time Current
  34. Dload Upload Total Spent Left Speed
  35. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  36. curl: (22) The requested URL returned error: 404 Not Found
  37. Server does not provide clone.bundle; ignoring.
  38. remote: Enumerating objects: 81, done.
  39. remote: Counting objects: 100% (81/81), done.
  40. remote: Compressing objects: 100% (44/44), done.
  41. remote: Total 2211 (delta 40), reused 67 (delta 27), pack-reused 2130
  42. Receiving objects: 100% (2211/2211), 408.92 KiB | 0 bytes/s, done.
  43. Resolving deltas: 100% (982/982), done.
  44. From https://github.com/PixelExperience/manifest
  45. * [new branch] oreo-mr1 -> origin/oreo-mr1
  46. * [new branch] pie -> origin/pie
  47.  
  48. Your identity is: DarkAngelGR <asavvo01@gmail.com>
  49. If you want to change this, please re-run 'repo init' with --config-name
  50.  
  51. repo has been initialized in /home/DarkAngelGR/pep
  52. DarkAngelGR@instance-1:~/pep$ repo sync --no-tags -j8 -q
  53. Fetching projects: 100% (641/641), done.
  54. Shared project android_hardware_qcom_audio found, disabling pruning.
  55. Shared project android_hardware_qcom_audio found, disabling pruning.
  56. Shared project android_hardware_qcom_audio found, disabling pruning.
  57. Shared project android_hardware_qcom_audio found, disabling pruning.
  58. Shared project android_hardware_qcom_audio found, disabling pruning.
  59. Shared project android_hardware_qcom_audio found, disabling pruning.
  60. Shared project android_hardware_qcom_audio found, disabling pruning.
  61. Shared project android_hardware_qcom_audio found, disabling pruning.
  62. Shared project android_hardware_qcom_display found, disabling pruning.
  63. Shared project android_hardware_qcom_display found, disabling pruning.
  64. Shared project android_hardware_qcom_display found, disabling pruning.
  65. Shared project android_hardware_qcom_display found, disabling pruning.
  66. Shared project android_hardware_qcom_display found, disabling pruning.
  67. Shared project android_hardware_qcom_display found, disabling pruning.
  68. Shared project android_hardware_qcom_display found, disabling pruning.
  69. Shared project android_hardware_qcom_display found, disabling pruning.
  70. Shared project android_hardware_qcom_media found, disabling pruning.
  71. Shared project android_hardware_qcom_media found, disabling pruning.
  72. Shared project android_hardware_qcom_media found, disabling pruning.
  73. Shared project android_hardware_qcom_media found, disabling pruning.
  74. Shared project android_hardware_qcom_media found, disabling pruning.
  75. Shared project android_hardware_qcom_media found, disabling pruning.
  76. Shared project android_hardware_qcom_media found, disabling pruning.
  77. Shared project android_hardware_qcom_media found, disabling pruning.
  78. Shared project android_hardware_qcom_wlan found, disabling pruning.
  79. Shared project android_hardware_qcom_wlan found, disabling pruning.
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102. ** Do you have the right repo manifest?
  103. DarkAngelGR@instance-1:~/pep$ cd vendor/gapps
  104. DarkAngelGR@instance-1:~/pep/vendor/gapps$ ls
  105. app config.mk framework lib64 priv-app
  106. common-blobs.mk etc lib overlay usr
  107. DarkAngelGR@instance-1:~/pep/vendor/gapps$ nano config.mk
  108. GNU nano 2.5.3 File: config.mk ifeq ($(TARGET_GAPPS_ARCH),arm64)
  109. $(error "GAPPS: TARGET_GAPPS_ARCH is undefined") endif ifneq ($(TARGET_GAPPS_ARCH),arm)
  110. ifneq ($(TARGET_GAPPS_ARCH),arm64) $(error "GAPPS: Only arm and arm64 are allowed") endif endif
  111. TARGET_MINIMAL_APPS ?= false
  112.  
  113. $(call inherit-product, vendor/gapps/common-blobs.mk)
  114.  
  115. # Include package overlays
  116. PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/gapps/overlay ** Do you have the right repo manifest?
  117. DarkAngelGR@instance-1:~/pep$ cd vendor/gapps
  118. DarkAngelGR@instance-1:~/pep/vendor/gapps$ ls app config.mk framework lib64 priv-app
  119. common-blobs.mk etc lib overlay usr DarkAngelGR@instance-1:~/pep/vendor/gapps$ nano config.mk
  120. GNU nano 2.5.3 File: config.mk
  121. ifeq ($(TARGET_GAPPS_ARCH),arm64)
  122. $(error "GAPPS: TARGET_GAPPS_ARCH is undefined")
  123. endif
  124.  
  125. ifneq ($(TARGET_GAPPS_ARCH),arm)
  126. ifneq ($(TARGET_GAPPS_ARCH),arm64)
  127. $(error "GAPPS: Only arm and arm64 are allowed") endif
  128. endif
  129.  
  130. TARGET_MINIMAL_APPS ?= false
  131.  
  132. $(call inherit-product, vendor/gapps/common-blobs.mk)
  133. # Include package overlays PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/gapps/overlay
  134. DEVICE_PACKAGE_OVERLAYS += \ GNU nano 2.5.3 File: device/xiaomi/markw/aosp_markw.mk GNU nano 2.5.3 File: vendor/gapps/config.mk
  135. ifeq ($(TARGET_GAPPS_ARCH),)
  136. $(error "GAPPS: TARGET_GAPPS_ARCH is undefined")
  137. endif
  138.  
  139. ifneq ($(TARGET_GAPPS_ARCH),arm)
  140. ifneq ($(TARGET_GAPPS_ARCH),arm64)
  141. $(error "GAPPS: Only arm and arm64 are allowed")
  142. endif
  143. endif
  144.  
  145. TARGET_MINIMAL_APPS ?= false
  146.  
  147. $(call inherit-product, vendor/gapps/common-blobs.mk)
  148.  
  149. # Include package overlays
  150. PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/gapps/overlay
  151. DEVICE_PACKAGE_OVERLAYS += \
  152. vendor/gapps/overlay/common/
  153. # framework
  154. PRODUCT_PACKAGES += \ com.google.android.maps \
  155. com.google.android.media.effects \ com.google.widevine.software.drm
  156.  
  157. ifeq ($(IS_PHONE),true)
  158. PRODUCT_PACKAGES += \
  159. $(error "GAPPS: TARGET_GAPPS_ARCH is undefined")
  160. endif
  161.  
  162. ifneq ($(TARGET_GAPPS_ARCH),arm)
  163. ifneq ($(TARGET_GAPPS_ARCH),arm64) $(error "GAPPS: Only arm and arm64 are allowed") endif
  164. endif
  165.  
  166. TARGET_MINIMAL_APPS ?= false
  167.  
  168. $(call inherit-product, vendor/gapps/common-blobs.mk)
  169.  
  170. # Include package overlays
  171. PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/gapps/overlay
  172. DEVICE_PACKAGE_OVERLAYS += \
  173. vendor/gapps/overlay/common/
  174.  
  175. # framework
  176. PRODUCT_PACKAGES += \
  177. com.google.android.maps \
  178. com.google.android.media.effects \
  179. com.google.widevine.software.drm
  180.  
  181. ifeq ($(IS_PHONE),true)
  182. PRODUCT_PACKAGES += \
  183. com.google.android.dialer.support
  184. endif
  185.  
  186. # app
  187. PRODUCT_PACKAGES += \
  188.  
  189.  
  190. DarkAngelGR@instance-1:~/pep$ lunch aosp_markw-userdebug Trying dependencies-only mode on anon-existing device tree?
  191.  
  192. ============================================
  193. PLATFORM_VERSION_CODENAME=REL
  194. PLATFORM_VERSION=9
  195. CUSTOM_VERSION=PixelExperience_markw-9.0-20181224-1052-UNOFFICIAL
  196. TARGET_PRODUCT=aosp_markw
  197. TARGET_BUILD_VARIANT=userdebug
  198. TARGET_BUILD_TYPE=release
  199. TARGET_ARCH=arm64
  200. TARGET_ARCH_VARIANT=armv8-a
  201. TARGET_CPU_VARIANT=cortex-a53
  202. TARGET_2ND_ARCH=arm
  203. TARGET_2ND_ARCH_VARIANT=armv8-a
  204. TARGET_2ND_CPU_VARIANT=cortex-a53
  205. HOST_ARCH=x86_64
  206. HOST_2ND_ARCH=x86
  207. HOST_OS=linux
  208. HOST_OS_EXTRA=Linux-4.15.0-1026-gcp-x86_64-Ubuntu-16.04.5-LTS
  209. HOST_CROSS_OS=windows
  210. HOST_CROSS_ARCH=x86
  211. HOST_CROSS_2ND_ARCH=x86_64
  212. HOST_BUILD_TYPE=release
  213. BUILD_ID=PQ1A.181205.006
  214. OUT_DIR=/home/DarkAngelGR/pep/out
  215. PRODUCT_SOONG_NAMESPACES= hardware/qcom/audio-caf/msm8996 hardware/qcom/display-caf/msm8996 hardware/qcom/media-caf/msm8996
  216. ============================================
  217. DarkAngelGR@instance-1:~/pep$ make bacon -j8
  218. ============================================
  219. PLATFORM_VERSION_CODENAME=REL
  220. PLATFORM_VERSION=9
  221. CUSTOM_VERSION=PixelExperience_markw-9.0-20181224-1053-UNOFFICIAL
  222. TARGET_PRODUCT=aosp_markw
  223. TARGET_BUILD_VARIANT=userdebug
  224. TARGET_BUILD_TYPE=release
  225. TARGET_ARCH=arm64
  226. TARGET_ARCH_VARIANT=armv8-a
  227. TARGET_CPU_VARIANT=cortex-a53
  228. TARGET_2ND_ARCH=arm
  229. TARGET_2ND_ARCH_VARIANT=armv8-a
  230. TARGET_2ND_CPU_VARIANT=cortex-a53
  231. HOST_ARCH=x86_64
  232. HOST_2ND_ARCH=x86
  233. HOST_OS=linux
  234. HOST_OS_EXTRA=Linux-4.15.0-1026-gcp-x86_64-Ubuntu-16.04.5-LTS
  235. HOST_CROSS_OS=windows
  236. HOST_CROSS_ARCH=x86
  237. HOST_CROSS_2ND_ARCH=x86_64
  238. HOST_BUILD_TYPE=release
  239. BUILD_ID=PQ1A.181205.006
  240. OUT_DIR=/home/DarkAngelGR/pep/out
  241. PRODUCT_SOONG_NAMESPACES= hardware/qcom/audio-caf/msm8996 hardware/qcom/display-caf/msm8996 hardware/qcom/media-caf/msm8996
  242. ============================================
  243. [1/1] /home/DarkAngelGR/pep/out/soong/.m...lGR/pep/out/soong/.bootstrap/build.ninj [55/56] glob prebuilts/ndk/stl.bp [80/80] /home/DarkAngelGR/pep/out/soong/...me/DarkAngelGR/pep/out/soong/build.ninj /home/DarkAngelGR/pep/out/build-aosp_markw-cleanspec.ninja is missing, regenerating...
  244. /home/DarkAngelGR/pep/out/build-aosp_markw.ninja is missing, regenerating...
  245. [25/944] including development/build/Android.mk ... development/build/build_android_stubs.mk:43: warning: android_stubs_current
  246. development/build/build_android_stubs.mk:43: warning: metalava_android_stubs_current metalava_android_stubs_current
  247. development/build/build_android_stubs.mk:43: warning: android_system_stubs_current development/build/build_android_stubs.mk:43: warning: android_test_stubs_current
  248. development/build/build_android_stubs.mk:43: warning: metalava_android_system_stubs_current metalava_android_system_stubs_current
  249. development/build/build_android_stubs.mk:43: warning: metalava_android_test_stubs_current metalava_android_test_stubs_current
  250. [94/944] including device/xiaomi/markw/Android.mk ... device/xiaomi/markw/vndk/Android.mk:2: warning: ************* BOARD VNDK is not enabled - compiling vndk-sp ***************************
  251. [528/944] including system/sepolicy/Android.mk ... system/sepolicy/Android.mk:79: warning: BOARD_SEPOLICY_VERS not specified, assuming current platform version
  252. system/sepolicy/Android.mk:89: warning: Be careful when using the SELINUX_IGNORE_NEVERALLOWS flag. It does not work in user builds and using it will not stop you from failing CTS.
  253. [944/944] including vendor/xiaomi/msm8953-common/Android.mk ... build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/vendor/etc/gps.conf'
  254. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/vendor/etc/gps.conf'
  255. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib/libfilterfw.so'
  256. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib/libfilterfw.so'
  257. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib/libfilterpack_imageproc.so'
  258. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib/libfilterpack_imageproc.so'
  259. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib/libldacBT_abr.so'
  260. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib/libldacBT_abr.so'
  261. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib/libldacBT_enc.so'
  262. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib/libldacBT_enc.so'
  263. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib/libstagefright_soft_flacdec.so'
  264. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib/libstagefright_soft_flacdec.so'
  265. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/extractors/libaacextractor.so'
  266. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/extractors/libaacextractor.so'
  267. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/extractors/libamrextractor.so'
  268. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/extractors/libamrextractor.so'
  269. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/extractors/libflacextractor.so'
  270. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/extractors/libflacextractor.so'
  271. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/extractors/libmidiextractor.so'
  272. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/extractors/libmidiextractor.so'
  273. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/extractors/libmkvextractor.so'
  274. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/extractors/libmkvextractor.so'
  275. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/extractors/libmp3extractor.so'
  276. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/extractors/libmp3extractor.so'
  277. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/extractors/libmp4extractor.so'
  278. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/extractors/libmp4extractor.so'
  279. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/extractors/libmpeg2extractor.so'
  280. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/extractors/libmpeg2extractor.so'
  281. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/extractors/liboggextractor.so'
  282. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/extractors/liboggextractor.so'
  283. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/extractors/libwavextractor.so'
  284. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/extractors/libwavextractor.so'
  285. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/libfilterfw.so'
  286. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/libfilterfw.so'
  287. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/libfilterpack_imageproc.so'
  288. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/libfilterpack_imageproc.so'
  289. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/libldacBT_abr.so'
  290. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/libldacBT_abr.so'
  291. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/libldacBT_enc.so'
  292. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/libldacBT_enc.so'
  293. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/vendor/bin/wcnss_service'
  294. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/vendor/bin/wcnss_service'
  295. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/vendor/lib/hw/thermal.msm8953.so'
  296. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/vendor/lib/hw/thermal.msm8953.so'
  297. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/vendor/lib64/hw/thermal.msm8953.so'
  298. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/vendor/lib64/hw/thermal.msm8953.so'
  299. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib/librtp_jni.so'
  300. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib/librtp_jni.so'
  301. build/make/core/Makefile:28: warning: overriding commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/librtp_jni.so'
  302. build/make/core/base_rules.mk:412: warning: ignoring old commands for target `/home/DarkAngelGR/pep/out/target/product/markw/system/lib64/librtp_jni.so'
  303. [ 99% 765/766] glob vendor/qcom/opensource/interfaces/wifi/supplicant/1.0/src ninja: error: '/home/DarkAngelGR/pep/out/target/common/obj/JAVA_LIBRARIES/qti-telephony-common_intermediates/javalib.jar', needed by '/home/DarkAngelGR/pep/out/target/product/markw/dex_bootjars/system/framework/boot.prof', missing and no known rule to make it
  304. 10:55:26 ninja failed with: exit status 1
  305.  
  306. #### failed to build some targets (02:15 (mm:ss)) ####
  307.  
  308. DarkAngelGR@instance-1:~/pep$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement