Hello, Ludovic Courtès, le Wed 29 Apr 2015 21:40:13 +0200, a écrit : > The last missing bit upstream is a libc-for-hurd tarball.
I have prepared a master-glibc branch in the libpthread repo. $ git clone git.savannah.gnu.org:/srv/git/hurd/glibc.git/ $ cd glibc $ git checkout tschwinge/Roger_Whittaker $ git clone git.savannah.gnu.org:/srv/git/hurd/libpthread.git/ $ cd libpthread $ git checkout master-glibc $ cd .. $ mkdir build $ cd build $ CFLAGS=-O2 ../configure --prefix=/ --enable-add-ons=libpthread --enable-pt_chown --disable-nscd $ make $ make check -k seems to be going fine. Thomas, can you have a look at uploading a tarball of this so it can be used as a base for Guix? Samuel