On Mon, May 11, 2020 at 9:52 AM Prarit Bhargava <pra...@redhat.com> wrote:
>
> On 5/11/20 10:04 AM, stan wrote:
> > Hi,
> >
> > I build a custom kernel from the src.rpm for the development kernels,
> > currently 5.7, on FC31 for x86_64.  The 5.6 kernels worked just fine,
> > but I can't seem to get 5.7 kernels to build.
> >
> > I first got the multiple %files error because I build perf and tools,
> > but the  [OS-BUILD PATCH] Fix "multiple %files for package kernel-tools"
> > fixed that.  But now I get an rpmbuild error that stops the build, but
> > it doesn't give me any reason.  The note occurs above this last stanza
> > without issue, so I don't think it has anything to do with the problem.
> >
> > Can you think of any reason this might be occurring?  Could there be
> > a dependency missing in the spec file?  Is it the ar command failing?
> >
> > Here is the last little bit of output:

when building the kernel with multiple threads, it is entirely
possible that the failure happens in one thread, but the remaining
threads make noise while they continue their current task. The error
can end up a good bit higher in the build log. It is best to look
through the entire log.  The current 5.7 kernels do have some changes
to support GCC 10, but they should continue to build fine on F31 as
well, and the ELN builds of these kernels are doing headers and tools
as well, so the spec should be working with that now.
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org

Reply via email to