Re: Cannot clone glibc

2017-11-16 Thread Samuel Thibault
Hello, Joshua Branson, on jeu. 16 nov. 2017 14:48:58 -0800, wrote: > Hello, I attempted to clone Hurd's glibc, but I am getting a weird > error: > [...] > > I'm not sure what the issue is. Can someone help me fix this? A > google search seems to think that git repository is corrupt? > > htt

Re: SIGILL problems with Hurd port of GO in gcc-8, and rpctrace bugs.

2017-11-16 Thread Brent W. Baccala
On Thu, Nov 16, 2017 at 5:55 PM, Svante Signell wrote: > > > Perhaps you could try those patches and see if they fix your problem? > If not, > > then it's something else that should be investigated further. > > Thanks, I will try to apply them: Do I need all 0001 to 0011 and 0101 to > 0102 > patc

Cannot clone glibc

2017-11-16 Thread Joshua Branson
Hello, I attempted to clone Hurd's glibc, but I am getting a weird error: joshua@debian:~/programming$ git clone git://git.savannah.gnu.org/hurd/glibc.git Cloning into 'glibc'... remote: Counting objects: 465122,

Re: SIGILL problems with Hurd port of GO in gcc-8, and rpctrace bugs.

2017-11-16 Thread Svante Signell
On Thu, 2017-11-16 at 12:25 -0500, Brent W. Baccala wrote: > On Wed, Nov 15, 2017 at 11:53 AM, Svante Signell > wrote: > > Has rpctrace been thoroughly tested on multi-thread applications? > > Please, give feedback on this if you have possibility, specifically the > > rpctrace bug(s). > > rpctra

Re: Hurd port for gcc-7 go PATCH 1-3(15)

2017-11-16 Thread Svante Signell
On Thu, 2017-11-16 at 14:12 +0100, Svante Signell wrote: > On Wed, 2017-11-15 at 21:54 +0100, Svante Signell wrote: > > > > Attached is an updated patch for gcc-7. An updated patch for gcc-8 will follow > shortly when I have build tested gcc-8 go on both Linux and Hurd. > > The patch for src/lib

Re: SIGILL problems with Hurd port of GO in gcc-8, and rpctrace bugs.

2017-11-16 Thread Brent W. Baccala
On Thu, Nov 16, 2017 at 12:39 PM, Samuel Thibault wrote: > Hello, > > Brent W. Baccala, on jeu. 16 nov. 2017 12:25:23 -0500, wrote: > > This isn't in the main Hurd repository because I wouldn't sign the FSF > > copyright assignment. They insisted on a clause that said I assign > copyright > > on

Re: SIGILL problems with Hurd port of GO in gcc-8, and rpctrace bugs.

2017-11-16 Thread Samuel Thibault
Hello, Brent W. Baccala, on jeu. 16 nov. 2017 12:25:23 -0500, wrote: > This isn't in the main Hurd repository because I wouldn't sign the FSF > copyright assignment.  They insisted on a clause that said I assign copyright > on "all past and future works of Developer that constitute changes and > e

Re: SIGILL problems with Hurd port of GO in gcc-8, and rpctrace bugs.

2017-11-16 Thread Brent W. Baccala
On Wed, Nov 15, 2017 at 11:53 AM, Svante Signell wrote: > > Additionally the rpctrace output hangs hard at gsync_wait() both for the > ./index0-out-reduced_OK.x and ./index0-out-reduced_nOK.x files. > Has rpctrace been thoroughly tested on multi-thread applications? > > Please, give feedback on t

Re: Hurd port for gcc-7 go PATCH 1-3(15)

2017-11-16 Thread Svante Signell
On Wed, 2017-11-15 at 21:54 +0100, Svante Signell wrote: > On Wed, 2017-11-15 at 21:40 +0100, Matthias Klose wrote: > > On 06.11.2017 16:36, Svante Signell wrote: > > > Hi, > > > > > > Attached are patches to enable gccgo to build properly on Debian > > > GNU/Hurd on gcc-7 (7-7.2.0-12). > > > > s

Re: boot the Hurd with Guix

2017-11-16 Thread Manolis Ragkousis
Hello everyone, On 11/16/2017 12:13 PM, Ludovic Courtès wrote: > Hi Samuel, :-) > > Samuel Thibault skribis: > >> Ludovic Courtès, on lun. 13 nov. 2017 11:42:01 +0100, wrote: >>> PS: guix-daemon no longer depends on ‘lsof’, but it still depends on /proc. >> >> Does our procfs have everything i

Re: boot the Hurd with Guix

2017-11-16 Thread Ludovic Courtès
Hi Samuel, :-) Samuel Thibault skribis: > Ludovic Courtès, on lun. 13 nov. 2017 11:42:01 +0100, wrote: >> PS: guix-daemon no longer depends on ‘lsof’, but it still depends on /proc. > > Does our procfs have everything it needs already? It needs /proc/PID/{exe,cwd,fd,maps,environ}: https://