allomov
5/25/2015 - 2:38 PM

problem-with-building-rootfs.md

The problem with building rootfs

I follow instructions that are described into this doc. After I run sudo ./build.sh script inside warden/warden folder I've get following issue:

...
make[1]: Entering directory `/home/ubuntu/binary-builder/build/warden/warden/src/closefds'
cc -c -Wall -O0 -g -ggdb -rdynamic  closefds.c
cc -o closefds closefds.o
make[1]: Leaving directory `/home/ubuntu/binary-builder/build/warden/warden/src/closefds'
cp src/wsh/wshd root/linux/skeleton/bin
cp src/wsh/wsh root/linux/skeleton/bin
cp src/iomux/iomux-spawn root/linux/skeleton/bin
cp src/iomux/iomux-link root/linux/skeleton/bin
cp src/iomux/iomux-spawn root/insecure/skeleton/bin
cp src/iomux/iomux-link root/insecure/skeleton/bin
mkdir -p /tmp/warden
sudo -E unshare -m root/linux/rootfs/setup.sh /tmp/warden/rootfs
Target directory already exists. Erase it? y
I: Retrieving Release
I: Retrieving Release.gpg
I: Checking Release signature
I: Valid Release signature (key id 630239CC130E1A7FD81A27B140976EAF437D05B5)
E: Invalid Release file, no entry for main/binary-ppc64el/Packages
rake aborted!
Command failed with status (1): [sudo -E unshare -m root/linux/rootfs/setup...]

Tasks: TOP => setup:rootfs
(See full trace by running task with --trace)