I'm running into issues building the kernel. 4.9 series worked fined, but the 4.10s from fedora master seems to have other issues. I've not made any changes. I'm building this on f25 4.8.
fedpkg clone -a kernel <adjust kernel.spec to build release> make release make local
Any thoughts?
... make -C /home/metheuser/proj/kernel/kernel-4.9.fc26/linux-4.10.0-0.rc2.git1.2.local.fc26.x86_64/tools/lib/traceevent/ plugin_dir=/usr/lib64/traceevent/plugins O= plugins make -C /home/metheuser/proj/kernel/kernel-4.9.fc26/linux-4.10.0-0.rc2.git1.2.local.fc26.x86_64/tools/lib/traceevent/ plugin_dir=/usr/lib64/traceevent/plugins O= install_plugins \ for plugin in plugin_jbd2.so plugin_hrtimer.so plugin_kmem.so plugin_kvm.so plugin_mac80211.so plugin_sched_switch.so plugin_function.so plugin_xen.so plugin_scsi.so plugin_cfg80211.so; do if [ ! -d ''/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64'/usr/lib64/traceevent/plugins' ]; then install -d -m 755 ''/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64'/usr/lib64/traceevent/plugins'; fi; install $plugin ''/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64'/usr/lib64/traceevent/plugins'; done install: cannot create directory '/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64/usr/lib64': Not a directory install: failed to access '/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64/usr/lib64/traceevent/plugins': Not a directory install: cannot create directory '/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64/usr/lib64': Not a directory install: failed to access '/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64/usr/lib64/traceevent/plugins': Not a directory install: cannot create directory '/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64/usr/lib64': Not a directory install: failed to access '/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64/usr/lib64/traceevent/plugins': Not a directory install: cannot create directory '/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64/usr/lib64': Not a directory install: failed to access '/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64/usr/lib64/traceevent/plugins': Not a directory install: cannot create directory '/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64/usr/lib64': Not a directory install: failed to access '/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64/usr/lib64/traceevent/plugins': Not a directory install: cannot create directory '/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64/usr/lib64': Not a directory install: failed to access '/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64/usr/lib64/traceevent/plugins': Not a directory install: cannot create directory '/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64/usr/lib64': Not a directory install: failed to access '/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64/usr/lib64/traceevent/plugins': Not a directory install: cannot create directory '/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64/usr/lib64': Not a directory install: failed to access '/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64/usr/lib64/traceevent/plugins': Not a directory install: cannot create directory '/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64/usr/lib64': Not a directory install: failed to access '/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64/usr/lib64/traceevent/plugins': Not a directory install: cannot create directory '/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64/usr/lib64': Not a directory install: failed to access '/home/metheuser/rpmbuild/BUILDROOT/kernel-4.10.0-0.rc2.git1.2.local.fc26.x86_64/usr/lib64/traceevent/plugins': Not a directory Makefile:272: recipe for target 'install_plugins' failed make[4]: *** [install_plugins] Error 1 Makefile.perf:544: recipe for target 'install-traceevent-plugins' failed make[3]: *** [install-traceevent-plugins] Error 2 Makefile.perf:204: recipe for target 'sub-make' failed make[2]: *** [sub-make] Error 2 Makefile:108: recipe for target 'install-traceevent-plugins' failed make[1]: *** [install-traceevent-plugins] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.wZmbsf (%install)
RPM build errors: Bad exit status from /var/tmp/rpm-tmp.wZmbsf (%install)