Description of problem: media stack is problematic to get to upstream, Version-Release number of selected component (if applicable): How reproducible: 4.15.12 Steps to Reproduce: 1. install 4.15.12 2. follow https://github.com/tbsdtv/linux_media/wiki/Installating 3. it fails Actual results: 'make -C /lib/modules/4.15.12-300.fc27.x86_64/build/tools/objtool/ && make -C /lib/modules/4.15.12-300.rt2.1.fc27.x86_64+rt/build/scripts/ recordmcount && make -C /lib/modules/4.15.12-300.rt2.1.fc27.x86_64+rt/build/ scripts' helps a little Expected results: building out-of-tree modules worked as before Additional info:
*** This bug has been marked as a duplicate of bug 1559163 ***
[root@localhost ~]# make -C /lib/modules/4.15.12-300.fc27.x86_64/build/ scripts make: Entering directory '/usr/src/kernels/4.15.12-300.fc27.x86_64' CHK scripts/mod/devicetable-offsets.h HOSTCC scripts/selinux/genheaders/genheaders scripts/selinux/genheaders/genheaders.c:19:10: fatal error: classmap.h: No such file or directory #include "classmap.h" ^~~~~~~~~~~~ compilation terminated. make[3]: *** [scripts/Makefile.host:90: scripts/selinux/genheaders/genheaders] Error 1 make[2]: *** [scripts/Makefile.build:583: scripts/selinux/genheaders] Error 2 make[1]: *** [scripts/Makefile.build:583: scripts/selinux] Error 2 make: *** [Makefile:562: scripts] Error 2 make: Leaving directory '/usr/src/kernels/4.15.12-300.fc27.x86_64'