Hi AFL,
I am trying to build 8.0.1i from source.
I get an error with media_build. It seems that there is a problem with the following patch file : packages/linux-drivers/media_build/patches/media_build-02-add-to-backports.patch
Here is the error message :
Code
CLEAN media_build
* Removing build.LibreELEC-S905.arm-8.0-devel/media_build-2017-04-17 ...
UNPACK media_build
APPLY PATCH (common) /home/nabil/LIBREELEC/AFL/8.0.1i/LibreELEC.tv/packages/linux-drivers/media_build/patches/media_build-01-remove-rmmod.pl.patch
patching file v4l/Makefile
APPLY PATCH (common) /home/nabil/LIBREELEC/AFL/8.0.1i/LibreELEC.tv/packages/linux-drivers/media_build/patches/media_build-02-add-to-backports.patch
patching file backports/backports.txt
patch: **** malformed patch at line 19: add v4.8_user_pages_flag.patch
When I compare the content of backports.txt and what the patch is trying to do, it seems that this is the wrong patch (or maybe the wrong version of backports.txt).
Would you please check that on your side ?
PS : If I disable this patch, I get a lot of errors when compiling, like this one :
/aml_dmx.c:3874:7: error: 'DMX_SOURCE_FRONT0_OFFSET' undeclared (first use in this function)
case DMX_SOURCE_FRONT0_OFFSET:
Thanks a lot.