When I run the following command on a clean build (make clean, rm -r build.LibreELEC-imx6.arm-8.0-devel), I get this error:
Code
<snip>
BUILD initramfs (target)
INSTALL initramfs (target)
INSTALL toolchain (target)
INSTALL configtools (host)
INSTALL make (host)
INSTALL xz (host)
INSTALL sed (host)
INSTALL pkg-config (host)
INSTALL autoconf (host)
INSTALL automake (host)
INSTALL libtool (host)
INSTALL intltool (host)
INSTALL autoconf-archive (host)
INSTALL gcc (host)
INSTALL bison (host)
INSTALL flex (host)
INSTALL cmake (host)
INSTALL yasm (host)
INSTALL libc (init)
INSTALL glibc (init)
INSTALL glibc (target)
INSTALL ccache (host)
INSTALL autotools (host)
INSTALL linux (host)
INSTALL gcc (bootstrap)
INSTALL busybox (init)
INSTALL linux (init)
INSTALL plymouth-lite (init)
INSTALL gcc (init)
INSTALL libpng (target)
INSTALL zlib (target)
INSTALL util-linux (init)
INSTALL e2fsprogs (init)
INSTALL dosfstools (init)
INSTALL dosfstools (target)
INSTALL open-iscsi (init)
INSTALL util-linux (target)
/home/michael/workspace/LibreELEC.tv/packages/virtual/initramfs/package.mk: line 57: fakeroot: command not found
Display More
When I run the command again, I get the following:
Code
BUILD linux (target)
scripts/kconfig/conf --oldconfig Kconfig
#
# configuration written to .config
#
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
make[1]: 'include/generated/mach-types.h' is up to date.
CHK include/generated/timeconst.h
CHK include/generated/bounds.h
CHK include/generated/asm-offsets.h
CALL scripts/checksyscalls.sh
Building modules, stage 2.
MODPOST 1817 modules
<snip>
INSTALL /home/michael/workspace/LibreELEC.tv/build.LibreELEC-imx6.arm-8.0-devel/linux-4.4-xbian/.install_pkg/usr/lib/firmware/keyspan_pda/xircom_pgs.fw
INSTALL /home/michael/workspace/LibreELEC.tv/build.LibreELEC-imx6.arm-8.0-devel/linux-4.4-xbian/.install_pkg/usr/lib/firmware/cpia2/stv0672_vp4.bin
DEPMOD 4.4.19+rt25
INSTALL initramfs (target)
/home/michael/workspace/LibreELEC.tv/packages/virtual/initramfs/package.mk: line 45: cd: /home/michael/workspace/LibreELEC.tv/build.LibreELEC-imx6.arm-8.0-devel/initramfs: No such file or directory
Display More
So fakeroot is missing. Should virtual/initramfs depend on fakeroot, or which package depends on fakeroot?
Regards
MichaeL