Posts by Anostar

    You have to remove the libdvbcsa(-dev) package from alpine to build the patched one BEFORE tvheadend. The patched tvheadend needs the patched libdvbcsa to compile successfully!


    I rearranged the patches directory structure of the linuxserver build to:

    Dockerfile

    i am trying to install your dockerfile on a proxmox container. The basis for this is an Alpine Linux 3.5, just like yours.


    The problem is that after the command

    Code
    make -j 2


    the following error occurs

    Code
    CT101:/tmp/tvheadend#  make -j 2
    make -f Makefile.webui LANGUAGES="ach ady ar bg cs da de en_US en_GB es et fa fi fr he hr hu it ko lv lt nl no pl pt ro ru sl sk sq sv tr uk zh zh-Hans" all
    make[1]: Entering directory '/tmp/tvheadend'
    make -f Makefile.webui WEBUI=std   compile-std
    make[2]: Entering directory '/tmp/tvheadend'
    CC              src/uuid.o
    CC              src/main.o
    stat: unrecognized option: printf=%-35n %7s\n


    Do you have an idea how to solve this?