Hi
I'm trying to add mdadm-4.1 and follow the howto from:
LibreELEC RAID support – Artem Butusov Blog
Compiling mdadm fails with:
...
/usr/bin/install -D /home/user/http://LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.2-devel/toolchain/bin/x86_64-libreelec-linux-gnu-strip -m 755 mdadm /home/user/http://LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.2-devel/.sysroot/mdadm.target/usr/sbin/mdadm
/usr/bin/install: target '/home/user/http://LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.2-devel/.sysroot/mdadm.target/usr/sbin/mdadm' is not a directory
make[1]: *** [Makefile:246: install] Error 1
make[1]: Leaving directory '/home/user/http://LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.2-devel/mdadm-4.1'
FAILURE: scripts/install mdadm has failed!
So under '/home/user/http://LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.2-devel/.sysroot/mdadm.target/usr' there are only the folders bin, include, lib, share.
Why is the folder sbin not created and compiling is failing?