Conflicting ‘thread_info_t’ declaration between nscd and Mach

2014-06-21 Thread Ludovic Courtès
While courageously trying to build Savannah’s libc for GNU/Hurd, Manolis stumbled upon this issue: --8---cut here---start-8--- nscd.c:67:3: error: conflicting types for 'thread_info_t' } thread_info_t; ^ In file included from

Re: Conflicting ‘thread_info_t’ declaration between nscd and Mach

2014-06-21 Thread Roland McGrath
Send a patch upstream to libc to avoid using the *_t name space for non-public type names like the one in nscd. We'll take it.

Re: Recent version of Iceweasel along with fixes

2014-06-21 Thread Richard Braun
On Thu, Feb 27, 2014 at 10:17:07PM +0100, Richard Braun wrote: I intend to regularly update these packages to track the experimental branch until the changes are merged in the official repository. Iceweasel 30.0-2 (from unstable) is available. -- Richard Braun

Re: Conflicting ‘thread_info_t’ declaration between nscd and Mach

2014-06-21 Thread Pino Toscano
On Saturday 21 June 2014 23:29:43 Ludovic Courtès wrote: Roland McGrath rol...@hack.frob.com skribis: Send a patch upstream to libc to avoid using the *_t name space for non-public type names like the one in nscd. We'll take it. Great, will do. Manolis: could you confirm that the