Re: dbus startup problem when built with eglibc-2.17

2013-09-21 Thread Svante Signell
On Sat, 2013-09-21 at 15:59 +0200, Samuel Thibault wrote: > Svante Signell, le Mon 02 Sep 2013 22:35:51 +0200, a écrit : > > The solution is to patch dbus to cover also EPROTYYPE, > > if (*fd_p < 0 && (errno == EINVAL || errno == EPROTOTYPE)) > > if (retval < 0 && (errno == EINVAL || errno == E

Re: dbus startup problem when built with eglibc-2.17

2013-09-21 Thread Samuel Thibault
Svante Signell, le Mon 02 Sep 2013 22:35:51 +0200, a écrit : > The solution is to patch dbus to cover also EPROTYYPE, > if (*fd_p < 0 && (errno == EINVAL || errno == EPROTOTYPE)) > if (retval < 0 && (errno == EINVAL || errno == EPROTOTYPE)) > or to patch pf.c to return EINVAL instead of EPROTOT