Posts by sihy

    Guten tag CvH,

    I've been having a crack at compiling TVH43 myself and wondered if I could get a few tips from your good self.

    I changed the PKG_VERSION to use tvh master commit ebb0968 from 2/8/19 (as that was presumably the one you used to compile 1804 for the RPi4) but didn't change any of the rest of the code base for the package.

    The compile failed applying patch 2, patching include path libhdhomerun/hdhomerun.h to hdhomerun.h in tvhdhomerun_private.h.

    I modified the patch to change the path for this include in the correct files.

    Patch 3 was no longer needed so was deleted.

    Do you use any newer/older commits for any of tvh43's dependencies such as libhdhomerun, or have you built from exactly the same commits that LIbreElec used for tvh42? If so, which dependencies did you use or think was a good idea to use?

    Vielen dank,

    Simon

    I'm seeing the same with a 9.1.502 self-compiled build. docker service sometimes starts at boot or with a start command, sometimes not.

    When started and 'docker run hello-world' is used to test docker in a (ssh) terminal, it's similarly unpredictable. Sometimes the output is as expected, occasionally fails with an error before output, usually fails after output but with (various different) errors, sometimes output followed by hang which doesn't respond to CTRL-C.

    Edit: A roll-back to 9.1.501 seems to work.

    Just as an FYI for anyone (like me) ignoring the advice to build in an Ubuntu container!

    Using gawk version 5 on Arch Linux x86_64 building for Rpi4, the build fails (master, checked out to version 9.1.501) for libgpg-error with:

    gawk: fatal: cannot use gawk builtin `namespace' as variable name

    make[3]: *** [Makefile:1617: errnos-sym.h] Error 2

    make[3]: *** Waiting for unfinished jobs....

    make[3]: Leaving directory '/mnt/hdd/crypt/sdc7/simon/git/http://LibreELEC.tv/build.LibreELEC-RPi4.arm-9.1-devel/libgpg-error-1.36/.armv8a-libreelec-linux-gnueabi/src'

    make[2]: *** [Makefile:509: all-recursive] Error 1

    make[2]: Leaving directory '/mnt/hdd/crypt/sdc7/simon/git/http://LibreELEC.tv/build.LibreELEC-RPi4.arm-9.1-devel/libgpg-error-1.36/.armv8a-libreelec-linux-gnueabi'

    make[1]: *** [Makefile:441: all] Error 2

    make[1]: Leaving directory '/mnt/hdd/crypt/sdc7/simon/git/http://LibreELEC.tv/build.LibreELEC-RPi4.arm-9.1-devel/libgpg-error-1.36/.armv8a-libreelec-linux-gnueabi'

    FAILURE: scripts/install libgpg-error has failed!

    [208/251] [FAIL] install libgpg-error

    Downgrading gawk to version 4.2.1 fixed this particular issue.