GSoC: Porting Guix to Hurd week 1 report

2015-05-07 Thread Manolis Ragkousis
Hello Guix, Hello Hurd I think it's time for my first report so everyone is up to date . I will describe what happened in chronological order: 1) Pushed acl patch to wip-hurd so coreutils can be built for target=i686-pc-gnu. 2) Simplified our glibc-hurd and hurd minimal package, thanks to the lat

Re: GSoC: Manolis to work on Guix port to GNU/Hurd

2015-05-07 Thread Ludovic Courtès
Samuel Thibault skribis: > Ludovic Courtès, le Thu 07 May 2015 14:42:10 +0200, a écrit : >> It would be nice to tag commits that correspond to glibc X.Y plus >> Hurd-specific patches. > > I'm not sure what exactly you mean. What I have done is tagging the > commits in the master-glibc-2.21 branc

Re: GSoC: Manolis to work on Guix port to GNU/Hurd

2015-05-07 Thread Samuel Thibault
Ludovic Courtès, le Thu 07 May 2015 14:42:10 +0200, a écrit : > It would be nice to tag commits that correspond to glibc X.Y plus > Hurd-specific patches. I'm not sure what exactly you mean. What I have done is tagging the commits in the master-glibc-2.21 branch. I would however have though that

Re: Test case for fakeroot-hurd failure with a socket

2015-05-07 Thread Samuel Thibault
Svante Signell, le Thu 07 May 2015 10:14:23 +0200, a écrit : > I think I understand most of your writing above :) > > Should the netfs_set_translator stub be implemented in trans/fakeroot.c > or in libnetfs/set-get-trans.c? The former. > Still confusing is which functions are called: The ones i

Re: GSoC: Manolis to work on Guix port to GNU/Hurd

2015-05-07 Thread Ludovic Courtès
Samuel Thibault 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 g

Re: [PATCH mig] Explicitly use gnu_inline semantics for x_server_routine functions

2015-05-07 Thread Justus Winter
Quoting Samuel Thibault (2015-05-06 21:24:25) > David Michael, le Tue 05 May 2015 16:33:45 -0400, a écrit : > > Does anyone foresee problems with this method? > > Well, that imposes using a gcc compiler. But we can probably use static > inline instead? Yes, I believe so. Thanks, Justus

Re: Test case for fakeroot-hurd failure with a socket

2015-05-07 Thread Svante Signell
On Wed, 2015-05-06 at 23:30 +0200, Samuel Thibault wrote: > Hello, > > Svante Signell, le Mon 04 May 2015 14:14:16 +0200, a écrit : > > Attached is the test code where fakeroot-hurd fails. > > fakeroot-hurd ./test_sockets > > bind: Operation not supported > > Mmm, I don't think we want to impleme

Re: GSoC: Manolis to work on Guix port to GNU/Hurd

2015-05-07 Thread Manolis Ragkousis
Good morning Samuel, > > 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? I will try to build it as well and I'll report back. Samuel, Thomas, thank you for working on this. :-) Manolis