From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14977 invoked by alias); 25 Jan 2018 01:41:50 -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 14966 invoked by uid 89); 25 Jan 2018 01:41:50 -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=HTo:U*thomas X-HELO: hera.aquilenet.fr Date: Thu, 25 Jan 2018 01:41:00 -0000 From: Samuel Thibault To: Joseph Myers , Thomas Schwinge , Florian Weimer , GNU C Library , bug-hurd@gnu.org, David Michael Subject: Re: Upstreaming the glibc Hurd port Message-ID: <20180125014143.2hxhzon5lzxtqq6j@var.youpi.perso.aquilenet.fr> Mail-Followup-To: Joseph Myers , Thomas Schwinge , Florian Weimer , GNU C Library , bug-hurd@gnu.org, David Michael References: <20180118154251.ynfyugkmog7kujom@var.youpi.perso.aquilenet.fr> <20180118165923.ymreisuzexxz4gt3@var.youpi.perso.aquilenet.fr> <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180124012726.tibylwp4re5dtgc3@var.youpi.perso.aquilenet.fr> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-01/txt/msg00776.txt.bz2 Samuel Thibault, on mer. 24 janv. 2018 02:27:26 +0100, wrote: > Samuel Thibault, on mer. 24 janv. 2018 02:10:51 +0100, wrote: > > Joseph Myers, on ven. 19 janv. 2018 17:23:29 +0000, wrote: > > > and indicate whether the above errors indicate problems with these > > > changes, or simply incompleteness of the build support on the > > > sthibaul/hurd-builds branch at present? > > > > They are not related to the changes. I have pushed fix updates against > > them. > > The next error is about inclusion of libc-lockP.h. That's where I'll > have to import libpthread. Which I have now done. I see that it now fails on missing reference to __file_exec_paths. That's indeed a new RPC which hasn't been released yet, so we'd need to use a git snapshot. Samuel