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: ld returned 1 exit status
> make[1]: *** [exec] Error 1
> make[1]: Leaving directory `/home/me/hurd/exec'
> make: *** [exec] Error 2
> 
> can anyone tell me what is going on with this error message?

task_set_name is a new rpc that was added to gnumach recently:

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 sure where myself... libc?).  Until this happens (hopefully soon),
you can use this patch:

http://lists.gnu.org/archive/html/bug-hurd/2014-02/msg00146.html

> I am compiling this in a debian hurd qemu image. If you respond
> could you also include your IRC nick is so I can bug in the
> chatroom, mine is Petroz.

My nick is teythoon.  See you in #hurd ;)

Justus

Reply via email to