Thanks a lot, I've got the problem on Debian Buster !
Posts by bonome
-
-
Well thanks a lot, it's worked ! Disk wasn't full but the clean/build trick did it.
Thanks again
-
Thanks for the anwser. I didn't post the content of these files because they were quite useless. Here they are :
Code
Display Morecat /srv/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.2-devel/.threads/logs/144/stdout 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! cat /srv/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.2-devel/.threads/logs/144/stderr [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
Not very useful I bet
-
Hi everyone,
I try to compile Libreelec-9.2 and this is what I get :
Code
Display Moregit 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
It's seems that something is missing but I didn't find anything wrong by myself.
Has someone face the same problem ?