From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74531 invoked by alias); 19 Mar 2018 15:47:00 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 74517 invoked by uid 89); 19 Mar 2018 15:46:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_NEUTRAL autolearn=no version=3.3.2 spammy= X-HELO: hera.aquilenet.fr Date: Mon, 19 Mar 2018 15:47:00 -0000 From: Samuel Thibault To: Zack Weinberg Cc: Joseph Myers , Florian Weimer , Thomas Schwinge , GNU C Library , bug-hurd@gnu.org, David Michael Subject: Re: Upstreaming the glibc Hurd port Message-ID: <20180319154653.obypgeahagmtisz3@var.youpi.perso.aquilenet.fr> Mail-Followup-To: Zack Weinberg , Joseph Myers , Florian Weimer , Thomas Schwinge , GNU C Library , bug-hurd@gnu.org, David Michael References: <20180118235924.r4z4ppvj7xlvmmfp@var.youpi.perso.aquilenet.fr> <87a7xaupjx.fsf@euler.schwinge.homeip.net> <20180124011051.5s2vugyq3ybnurwc@var.youpi.perso.aquilenet.fr> <20180124012726.tibylwp4re5dtgc3@var.youpi.perso.aquilenet.fr> <20180125014143.2hxhzon5lzxtqq6j@var.youpi.perso.aquilenet.fr> <20180319015122.j5tzslkdcnvampoh@var.youpi.perso.aquilenet.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-03/txt/msg00460.txt.bz2 Zack Weinberg, on lun. 19 mars 2018 11:36:18 -0400, wrote: > On Sun, Mar 18, 2018 at 9:51 PM, Samuel Thibault > wrote: > > Hello, > > > > Thanks a lot for the feedback on what needs to be done. It was a busy > > week-end :) > > > > We should be almost there, I believe I had addressed in > > sthibaul/hurd-builds all requirements except a few remaining bits: > > Is it still expected that glibc trunk cannot be built in the > --host=i686-gnu configuration? I am getting Are you using the sthibaul/hurd-builds branch? There are still things missing in master, notably the htl/ directories. > (I would like to suggest that getting "scripts/build-many-glibcs.py > $workdir compilers i686-gnu" to succeed, It does work on my system with the sthibaul/hurd-builds branch. > when $workdir/src/glibc contains a trunk checkout, should be top > priority Sure, that's precisely my goal. I'm just checking for things that might look odd in the sthibaul/hurd-builds branch before I push them to master. Samuel