hurd does not compile

2014-03-12 Thread Peter Baumgarten
So as the title suggests hurd from git.sv.gnu.org/hurd/ does not compile for me, but hurd-0.5 from ftp.gnu.org/gnu/ does. The message I am getting is ~/hurd/exec/exec.c:1173: undefined reference to `task_set_name' collect2: error: ld returned 1 exit status make[1]: *** [exec] Error 1 make[1

Re: hurd does not compile

2014-03-12 Thread Justus Winter
Hi Peter :) Quoting Peter Baumgarten (2014-03-12 08:00:35) So as the title suggests hurd from git.sv.gnu.org/hurd/ does not compile for me, but hurd-0.5 from ftp.gnu.org/gnu/ does. The message I am getting is ~/hurd/exec/exec.c:1173: undefined reference to `task_set_name' collect2: error

Re: hurd does not compile

2014-03-12 Thread Samuel Thibault
Justus Winter, le Wed 12 Mar 2014 11:15:04 +0100, a écrit : http://git.sceen.net/hurd/gnumach.git/commitdiff/877a319c94619e51a0103b9f201523b269588eb0 Unfortunately, the client side rpc stub has not made it into whatever library that the client stubs for the kernel are supposed to go (I'm not

Re: hurd does not compile

2014-03-12 Thread Peter Baumgarten
On Wed, 2014-03-12 at 11:25 +0100, Samuel Thibault wrote: I's actually the Mach headers which need to be upgraded to the version which includes task_set_name, and glibc then recompiled against it. So does this mean I need to compile mach, hurd, and glibc from their respective development

Re: hurd does not compile

2014-03-12 Thread Justus Winter
Quoting Peter Baumgarten (2014-03-12 21:38:13) On Wed, 2014-03-12 at 11:25 +0100, Samuel Thibault wrote: I's actually the Mach headers which need to be upgraded to the version which includes task_set_name, and glibc then recompiled against it. So does this mean I need to compile mach,