Hi everyone,
I try to compile Libreelec-9.2 and this is what I get :
Code
git clone https://github.com/LibreELEC/LibreELEC.tv.git
cd LibreELEC.tv/
git checkout libreelec-9.2
PROJECT=Generic ARCH=x86_64 make image
BUILD avahi (target)
TOOLCHAIN configure
/srv/LibreELEC.tv/packages/network/avahi/package.mk: line 55: ./autogen.sh: No such file or directory
FAILURE: scripts/install avahi has failed!
[142/313] [FAIL] install avahi
The following logs for this failure are available:
stdout: /srv/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.2-devel/.threads/logs/144/stdout
stderr: /srv/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.2-devel/.threads/logs/144/stderr
parallel: This job failed:
package_worker 4 144 313 'install avahi'
Parallel build failure - see log for details. Time of failure: Thu Jan 23 08:37:06 CET 2020
make: *** [Makefile:12: image] Error 1
Display More
It's seems that something is missing but I didn't find anything wrong by myself.
Has someone face the same problem ?