Ubuntu Pastebin

Paste from popey at Thu, 17 Mar 2016 17:17:01 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
alan@wopr:~/porting/phablet$ make -j16
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=5.1.1
CM_VERSION=12.1-20160317-UNOFFICIAL-bacon
TARGET_PRODUCT=cm_bacon
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=krait
TARGET_2ND_ARCH=
TARGET_2ND_ARCH_VARIANT=
TARGET_2ND_CPU_VARIANT=
HOST_ARCH=x86_64
HOST_OS=linux
HOST_OS_EXTRA=Linux-4.4.0-13-generic-x86_64-with-Ubuntu-16.04-xenial
HOST_BUILD_TYPE=release
BUILD_ID=LMY48W
OUT_DIR=/home/alan/porting/phablet/out
============================================
build/core/base_rules.mk:550: warning: overriding recipe for target '/home/alan/porting/phablet/out/target/product/bacon/recovery/root/sbin/make_ext4fs'
bootable/recovery/Android.mk:188: warning: ignoring old recipe for target '/home/alan/porting/phablet/out/target/product/bacon/recovery/root/sbin/make_ext4fs'
build/core/Makefile:46: warning: overriding recipe for target '/home/alan/porting/phablet/out/target/product/bacon/system/etc/apns-conf.xml'
build/core/base_rules.mk:550: warning: ignoring old recipe for target '/home/alan/porting/phablet/out/target/product/bacon/system/etc/apns-conf.xml'
No private recovery resources for TARGET_DEVICE bacon
device/oneplus/bacon/mkbootimg.mk:21: warning: overriding recipe for target '/home/alan/porting/phablet/out/target/product/bacon/dt.img'
build/core/generate_extra_images.mk:112: warning: ignoring old recipe for target '/home/alan/porting/phablet/out/target/product/bacon/dt.img'
make  -C kernel/oneplus/msm8974 O=/home/alan/porting/phablet/out/target/product/bacon/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE=" /home/alan/porting/phablet/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin/arm-eabi-" VARIANT_DEFCONFIG= SELINUX_DEFCONFIG= cyanogenmod_bacon_defconfig
make[1]: Entering directory '/home/alan/porting/phablet/kernel/oneplus/msm8974'
Install: /home/alan/porting/phablet/out/host/linux-x86/bin/acp
make: *** No rule to make target '/home/alan/porting/phablet/out/host/linux-x86/obj32/STATIC_LIBRARIES/libgtest_host_intermediates/libgtest_host.a', needed by '/home/alan/porting/phablet/out/host/linux-x86/obj32/EXECUTABLES/backtrace_test_intermediates/backtrace_test'. Stop.
make: *** Waiting for unfinished jobs....
host SharedLib: libunwind-ptrace_32 (/home/alan/porting/phablet/out/host/linux-x86/obj32/lib/libunwind-ptrace.so)
  GEN     /home/alan/porting/phablet/out/target/product/bacon/obj/KERNEL_OBJ/Makefile
#
# configuration written to .config
#
make[1]: Leaving directory '/home/alan/porting/phablet/kernel/oneplus/msm8974'

#### make failed to build some targets (6 seconds) ####

alan@wopr:~/porting/phablet$ 
Download as text