On Mon, 30 Jul 2018 10:55:48 -0700 stan stanl-fedorauser@vfemail.net wrote:
On Mon, 30 Jul 2018 18:12:42 +0200 Reindl Harald h.reindl@thelounge.net wrote:
the BUILD directory yes, but SOURCES which is propageted by "rpm -ivh" not - that's why i have a "build-src-rpms.sh" so that i can kill everything within SPECS and SOURCES and doing a fresh "rpm -ivh SRPMS/*.rpm" to keep everything clean
Thanks, I'll look into this to be sure it isn't happening.
This seems to have been the issue. I cleaned anything related to kernel configuration out of the ~/rpmbuild/SOURCE directory, reinstalled the kernel src.rpm, followed my usual procedure to create a kernel-local config, and the kernel began the build as usual. That is, it got past the point where this error was occurring. I didn't continue the build because it would just be a repeat of yesterday's.
Thanks again.