Re: Build regressions/improvements in v4.14-rc3

From: Michael Ellerman
Date: Tue Oct 03 2017 - 05:18:22 EST


Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> writes:

> Hi Thomas,
>
> On Mon, Oct 2, 2017 at 4:11 PM, Thomas Meyer <thomas@xxxxxxxx> wrote:
>> On Mon, Oct 02, 2017 at 11:49:33AM +0200, Geert Uytterhoeven wrote:
>>> Below is the list of build error/warning regressions/improvements in
>>> v4.14-rc3[1] compared to v4.13[2].
>>
>> a question regarding the um-defconfig build:
>> http://kisskb.ellerman.id.au/kisskb/target/2974/
>>
>> The error thrown looks like a libc installation error. can this be fixed
>> on the build server?
>
> I'll let Michael answer that question...

Thanks for the report.

I think the problem is simply that the toolchain has no libc, so it
can't build UML (?).

I've switched it to using one of the toolchains from Free Electrons,
which is built with glibc, and that seems to be working:

http://kisskb.ellerman.id.au/kisskb/buildresult/13171418/


Let me know if that's no good.

cheers