Bug#649192: webkit: FTBFS on hurd-i386
Samuel Thibault
sthibault at debian.org
Mon Jan 2 10:49:30 UTC 2012
Pino Toscano, le Fri 18 Nov 2011 18:36:00 +0100, a écrit :
> - Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.cpp
> adds a band-aid fix fix for the lack of PTHREAD_KEYS_MAX definition,
> with a value which should not cause issues;
> this part should not go upstream but stay locally in Debian for now,
> as it will need either a better fix in webkit or a fix in
> glibc/libpthread for Hurd.
Well the Hurd libpthread does not have any limit in the number of keys,
so it's like PATH_MAX: defining it globally can possibly break some
applications using the value blindly. Defining it to INT_MAX in the
ThreadIdentifierDataPthreads.cpp file itself is however not a problem
since one can check in the code below whether that case works.
Samuel
More information about the Pkg-webkit-maintainers
mailing list