Re: Multilib issue with c-ares

2013-08-26 Thread Daniel Stenberg
On Mon, 26 Aug 2013, Jakub Hrozek wrote: I have a problem using c-ares in a multilib environment, for which I found a patch in Fedora that does not seem to have found its way upstream. I actually sent the patch upstream: http://c-ares.haxx.se/mail/c-ares-archive-2010-06/0009.shtml After re-

Re: Multilib issue with c-ares

2013-08-26 Thread Jakub Hrozek
On Mon, Aug 26, 2013 at 04:28:54PM +, Gregor Jasny wrote: > Hello > > On 8/26/13 4:43 PM, "Markus Rothe" wrote: > > >I have a problem using c-ares in a multilib environment, for which I > >found a patch in Fedora that does not seem to have found its way > >upstream. Hi, I actually sent the

Hitting EAGAIN in ares_process.c:787

2013-08-26 Thread Edwin Mons
Hi, We're using C-ARES to do DNS resolving in our products. During high network load, we hit an issue in ares_process.c:785 where writing to a UDP socket on Linux fails with an EAGAIN error. The FIXME comment in the code suggests this could happen, but it is as of yet left unresolved. Part o

Re: Multilib issue with c-ares

2013-08-26 Thread Gregor Jasny
Hello On 8/26/13 4:43 PM, "Markus Rothe" wrote: >I have a problem using c-ares in a multilib environment, for which I >found a patch in Fedora that does not seem to have found its way >upstream. In Debian I just installed the ares_build.h header into the arch-specific include path: /usr/includ

Multilib issue with c-ares

2013-08-26 Thread Markus Rothe
Hello, I have a problem using c-ares in a multilib environment, for which I found a patch in Fedora that does not seem to have found its way upstream. The following minimal code demonstrates the problem: % cat this.c #include int main() { return 0; } % x86_64-pc-linux-gnu-gcc -o