2014-07-18 04:21:13

by Nicholas Krause

[permalink] [raw]
Subject: Sparc Allmodconfig Fails

The build for sparc allmodconfig is still failing for the main branch
of the linux kernel.
I would recommend fixing these issues. I am attaching my build
warnings and errors
logs for the failing build test I did today.
Cheers Nick


Attachments:
sparc64_allmodconfig (20.26 kB)

2014-07-18 07:41:59

by Sam Ravnborg

[permalink] [raw]
Subject: Re: Sparc Allmodconfig Fails

On Fri, Jul 18, 2014 at 12:21:04AM -0400, Nick Krause wrote:
> The build for sparc allmodconfig is still failing for the main branch
> of the linux kernel.
> I would recommend fixing these issues. I am attaching my build
> warnings and errors
> logs for the failing build test I did today.

Did you actually look into the log yourself?

This should give you a hint:

make[1]: *** No rule to make target `/media/nick/Nick's', needed by
+`kernel/x509_certificate_list'. Stop.


All the rest are random warnings that may or may not be specific for sparc64.

Sam

2014-07-18 17:20:43

by Nicholas Krause

[permalink] [raw]
Subject: Re: Sparc Allmodconfig Fails

On Fri, Jul 18, 2014 at 3:41 AM, Sam Ravnborg <[email protected]> wrote:
> On Fri, Jul 18, 2014 at 12:21:04AM -0400, Nick Krause wrote:
>> The build for sparc allmodconfig is still failing for the main branch
>> of the linux kernel.
>> I would recommend fixing these issues. I am attaching my build
>> warnings and errors
>> logs for the failing build test I did today.
>
> Did you actually look into the log yourself?
>
> This should give you a hint:
>
> make[1]: *** No rule to make target `/media/nick/Nick's', needed by
> +`kernel/x509_certificate_list'. Stop.
>
>
> All the rest are random warnings that may or may not be specific for sparc64.
>
> Sam

I did , needs this issue is on my computer. I thought that this was a common
error. Therefore it seems it builds correctly now if we exclude my build error.
Cheers Nick