Advertisement
seanmavley

Errors building Ubuntu Touch

May 10th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.84 KB | None | 0 0
  1. No private recovery resources for TARGET_DEVICE sirius
  2. No recovery.fstab for TARGET_DEVICE sirius
  3. build/core/tasks/kernel.mk:103: ***************************************************************
  4. build/core/tasks/kernel.mk:104: * Using prebuilt kernel binary instead of source              *
  5. build/core/tasks/kernel.mk:105: * THIS IS DEPRECATED, AND WILL BE DISCONTINUED                *
  6. build/core/tasks/kernel.mk:106: * Please configure your device to download the kernel         *
  7. build/core/tasks/kernel.mk:107: * source repository to kernel/sony/sirius
  8. build/core/tasks/kernel.mk:108: * See http://wiki.cyanogenmod.org/w/Doc:_integrated_kernel_building
  9. build/core/tasks/kernel.mk:109: * for more information                                        *
  10. build/core/tasks/kernel.mk:110: ***************************************************************
  11. build/core/tasks/kernel.mk:272: warning: overriding recipe for target '/media/khophi/Data/phablet/out/target/product/sirius/kernel'
  12. build/core/Makefile:32: warning: ignoring old recipe for target '/media/khophi/Data/phablet/out/target/product/sirius/kernel'
  13.  
  14. ............
  15. ............
  16. ...........
  17.  
  18. Target Ubuntu Touch ram disk: /media/khophi/Data/phablet/out/target/product/sirius/ramdisk.img
  19. build/tools/generate-notice-files.py  /media/khophi/Data/phablet/out/target/product/sirius/obj/NOTICE.txt  /media/khophi/Data/phablet/out/target/product/sirius/obj/NOTICE.html "Notices for files contained in the filesystem images in this directory:" /media/khophi/Data/phablet/out/target/product/sirius/obj/NOTICE_FILES/src
  20. Combining NOTICE files into HTML
  21. Combining NOTICE files into text
  22. Downloading ubuntu-touch-generic-initrd version 0.94
  23. 14610 blocks
  24. ----- Making recovery image ------
  25. Target boot image for Ubuntu Touch: /media/khophi/Data/phablet/out/target/product/sirius/boot.img
  26. Copying baseline ramdisk...
  27. usage: mkbootimg
  28.        --kernel <filename>
  29.        --ramdisk <filename>
  30.        [ --second <2ndbootloader-filename> ]
  31.        [ --cmdline <kernel-commandline> ]
  32.        [ --board <boardname> ]
  33.        [ --base <address> ]
  34.        [ --pagesize <pagesize> ]
  35.        -o|--output <filename>
  36. build/core/Makefile:489: recipe for target '/media/khophi/Data/phablet/out/target/product/sirius/boot.img' failed
  37. make: *** [/media/khophi/Data/phablet/out/target/product/sirius/boot.img] Error 1
  38. make: *** Waiting for unfinished jobs....
  39. Modifying ramdisk contents...
  40. mkdir -p /media/khophi/Data/phablet/out/target/product/sirius/recovery/root/system/bin
  41. Modifying default.prop
  42. sed -i 's/ro.build.date.utc=.*/ro.build.date.utc=0/g' /media/khophi/Data/phablet/out/target/product/sirius/recovery/root/default.prop
  43. sed -i 's/ro.adb.secure=1//g' /media/khophi/Data/phablet/out/target/product/sirius/recovery/root/default.prop
  44. ----- Made recovery filesystem --------/media/khophi/Data/phablet/out/target/product/sirius/recovery/root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement