[PATCH 0/7] X server build fixes

Mark Kettenis mark.kettenis at xs4all.nl
Thu Nov 7 14:34:01 PST 2013


> 
> Sorry, I was up late working with XCB, but here are the fixes I've got
> that get the X server building again. Review welcome; after these are
> merged, I'm going to cut an RC2 and try to get everything else
> released today as well. Also, sleep would be nice.

This serious doesn't seem to address the issue I'm currently seeing on
master:

../../os/.libs/libos.a(io.o): In function `WriteFdToClient':
io.c:(.text+0x699): undefined reference to `_XSERVTransSendFd'
../../os/.libs/libos.a(io.o): In function `ReadFdFromClient':
io.c:(.text+0x6c4): undefined reference to `_XSERVTransRecvFd'
collect2: ld returned 1 exit status

since the code in os/io.c will still try to call the fd passing
interfaces in libxtrans.


More information about the xorg-devel mailing list