Libreelec-9.2 : avahi compiling problem

  • Hi everyone,

    I try to compile Libreelec-9.2 and this is what I get :

    It's seems that something is missing but I didn't find anything wrong by myself.

    Has someone face the same problem ?

  • pls have a look at

    /srv/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.2-devel/.threads/logs/144/stdout

    /srv/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.2-devel/.threads/logs/144/stderr

    and pls share them (pastebin.com) that should show the problem

  • Thanks for the anwser. I didn't post the content of these files because they were quite useless. Here they are :

    Not very useful I bet

  • Thats strange, can't find autogen.sh - so something went wrong at unpacking that package (disk full??).

    try

    PROJECT=Generic ARCH=x86_64 scripts/clean avahi

    PROJECT=Generic ARCH=x86_64 scripts/build avahi

    if this worked

    PROJECT=Generic ARCH=x86_64 make image

  • Hi,

    sorry for pushing this thread up again. I also have this issue and can workaround it with a manual scripts/clean and scripts/build.

    It comes up here, once i do a debug build in a build dir which had been the directory for a non-debug build before and vice-versa (without doing a clean build).

    It's not that big problem for me, but probably there is still some issue somewhere and my description can help finding it.

    Regards

    rellla

    EDIT: For the record, autogen.sh seems to be where it should be ...