[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GSoC: Manolis to work on Guix port to GNU/Hurd
From: |
Ludovic Courtès |
Subject: |
Re: GSoC: Manolis to work on Guix port to GNU/Hurd |
Date: |
Thu, 07 May 2015 14:42:10 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Samuel Thibault <samuel.thibault@gnu.org> skribis:
> 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.
Excellent!
> $ 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
It would be nice to tag commits that correspond to glibc X.Y plus
Hurd-specific patches.
We could have, say, glibc-2.21-hurd1, similar to the version names used
by IceCat and Linux-libre.
Anyway, a big thank you!
Ludo’.