From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751522AbdJCJ1R (ORCPT ); Tue, 3 Oct 2017 05:27:17 -0400 Received: from www17.your-server.de ([213.133.104.17]:53145 "EHLO www17.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751190AbdJCJ1Q (ORCPT ); Tue, 3 Oct 2017 05:27:16 -0400 Date: Tue, 3 Oct 2017 11:27:27 +0200 From: Thomas Meyer To: Michael Ellerman Cc: Geert Uytterhoeven , "linux-kernel@vger.kernel.org" Subject: Re: Build regressions/improvements in v4.14-rc3 Message-ID: <20171003092727.dqcfgil7wty4mdus@olymp> References: <1506937773-18999-1-git-send-email-geert@linux-m68k.org> <20171002141046.scuga6mspuysxtfi@olymp> <87vajwd1yh.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87vajwd1yh.fsf@concordia.ellerman.id.au> User-Agent: NeoMutt/20170113 (1.7.2) X-Authenticated-Sender: thomas@m3y3r.de Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 03, 2017 at 08:18:14PM +1100, Michael Ellerman wrote: > Geert Uytterhoeven writes: > > > Hi Thomas, > > > > On Mon, Oct 2, 2017 at 4:11 PM, Thomas Meyer 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 (?). Yes, UML needs a libc. > > 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. Cool, excellent! Look good. Is it also possible to add an allyesconfig and allmodconfig for UML? Many thanks for looking into this. with kind regards thomas > > cheers