← Back to team overview

ubuntu-phone team mailing list archive

Error while making recovery

 

Hello,

I have been trying to compile ubuntu-touch for moto E but at the end i ran
into this issue, i'm not sure how exactly to proceed with the issue so it
would be helpful if anyone pointed out the solution to this problem.

The error log is shown below.

build/tools/generate-notice-files.py
/home/varunbhat/workspace/cyanogenmod/ubuntu-touch/out/target/product/condor/obj/NOTICE.txt
/home/varunbhat/workspace/cyanogenmod/ubuntu-touch/out/target/product/condor/obj/NOTICE.html
"Notices for files contained in the filesystem images in this directory:"
/home/varunbhat/workspace/cyanogenmod/ubuntu-touch/out/target/product/condor/obj/NOTICE_FILES/src
Combining NOTICE files into HTML
Combining NOTICE files into text
Target Ubuntu Touch ram disk:
/home/varunbhat/workspace/cyanogenmod/ubuntu-touch/out/target/product/condor/ramdisk.img
Downloading ubuntu-touch-generic-initrd version 0.74
11436 blocks
----- Making recovery image ------
Copying baseline ramdisk...
Modifying ramdisk contents...
cp: cannot stat
‘/home/varunbhat/workspace/cyanogenmod/ubuntu-touch/out/target/product/condor/root/init.recovery.*.rc’:
No such file or directory
make:
[/home/varunbhat/workspace/cyanogenmod/ubuntu-touch/out/target/product/condor/recovery/root.ts]
Error 1 (ignored)
mkdir -p
/home/varunbhat/workspace/cyanogenmod/ubuntu-touch/out/target/product/condor/recovery/root/system/bin
Modifying default.prop
sed -i 's/ro.build.date.utc=.*/ro.build.date.utc=0/g'
/home/varunbhat/workspace/cyanogenmod/ubuntu-touch/out/target/product/condor/recovery/root/default.prop
sed -i 's/ro.adb.secure=1//g'
/home/varunbhat/workspace/cyanogenmod/ubuntu-touch/out/target/product/condor/recovery/root/default.prop
----- Made recovery filesystem
--------/home/varunbhat/workspace/cyanogenmod/ubuntu-touch/out/target/product/condor/recovery/root
----- Making uncompressed recovery ramdisk ------
/home/varunbhat/workspace/cyanogenmod/ubuntu-touch/out/host/linux-x86/bin/mkbootfs
/home/varunbhat/workspace/cyanogenmod/ubuntu-touch/out/target/product/condor/recovery/root
>
/home/varunbhat/workspace/cyanogenmod/ubuntu-touch/out/target/product/condor/ramdisk-recovery.cpio
----- Making recovery ramdisk ------
/home/varunbhat/workspace/cyanogenmod/ubuntu-touch/out/host/linux-x86/bin/minigzip
<
/home/varunbhat/workspace/cyanogenmod/ubuntu-touch/out/target/product/condor/ramdisk-recovery.cpio
>
/home/varunbhat/workspace/cyanogenmod/ubuntu-touch/out/target/product/condor/ramdisk-recovery.img
----- Making recovery image ------
usage: mkbootimg
       --kernel <filename>
       --ramdisk <filename>
       [ --second <2ndbootloader-filename> ]
       [ --cmdline <kernel-commandline> ]
       [ --board <boardname> ]
       [ --base <address> ]
       [ --pagesize <pagesize> ]
       -o|--output <filename>
make: ***
[/home/varunbhat/workspace/cyanogenmod/ubuntu-touch/out/target/product/condor/recovery.img]
Error 1

Thanks,
Varun Bhat