I tried to update my wayland build script, for ubuntu oneric. I got
everything manually built and running under X with nouveau, updated my
script, ran it, and I've been getting this error when trying to build mesa
ever since, including when I go back and build manually from scratch.
I thought it w
On Fri, Mar 09, 2012 at 12:51:42PM +0200, Ander Conselvan de Oliveira wrote:
> The buffer used by wl_connection_data to receive a cmsg is 128 bytes
> long. This can hold at most 28 fds but when a cmsg is generated for
> sending the fds, there is no check for this limitation. The man page
> for recv