On 27/06/11 21:37, Samuel Thibault wrote: > Hello, > > zsh started failing to build it static variant on hurd-i386 since we > added the sendmsg(SCM_RIGHTS) patch. This is because it uses getauth(), > which thus pulls hurdports.o from libcrt.a, and thus getproc(), for > which zsh already provides a symbol, and they hence conflict. > > Emilio, do you remember why using getauth(), and not one of > _hurd_id.rid_auth or __USEPORT?
I don't, but where do we use getauth() ? I can't see that in http://anonscm.debian.org/viewvc/pkg-glibc/glibc-package/trunk/debian/patches/hurd-i386/unsubmitted-sendmsg-SCM_RIGHTS.diff?revision=4773&view=markup Emilio