Bug 1559545

Summary: commit 0204ae1b0eb902d80b3e1ce7dd870355394bf9ad removed objtool, fixdep, recordmcount and modpost from scripts
Product: [Fedora] Fedora Reporter: Jiri Kastner <jkastner>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 27CC: airlied, ajax, bskeggs, ewk, hdegoede, ichavero, itamar, jarodwilson, jglisse, john.j5live, jonathan, josef, kernel-maint, labbott, linville, mchehab, mjg59, steved
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-22 18:39:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jiri Kastner 2018-03-22 18:18:38 UTC
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:

Comment 1 Laura Abbott 2018-03-22 18:39:33 UTC

*** This bug has been marked as a duplicate of bug 1559163 ***

Comment 2 Jiri Kastner 2018-03-22 18:55:42 UTC
[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'