Bug 1559545 - commit 0204ae1b0eb902d80b3e1ce7dd870355394bf9ad removed objtool, fixdep, recordmcount and modpost from scripts
Summary: commit 0204ae1b0eb902d80b3e1ce7dd870355394bf9ad removed objtool, fixdep, reco...
Keywords:
Status: CLOSED DUPLICATE of bug 1559163
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 27
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-03-22 18:18 UTC by Jiri Kastner
Modified: 2018-03-22 18:55 UTC (History)
18 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2018-03-22 18:39:33 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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'


Note You need to log in before you can comment on or make changes to this bug.