I can't find anything obviously related, but I did note that there were mutex/semaphore related changes in the build:
(- is dapper, + is edgy) autoconf definitions: /* Define to 1 if you have the `pthread_mutexattr_setrobust_np' function. */ -/* #undef HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP */ +#define HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP 1 /* Define if recursive pthread mutexes are available */ -#define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +/* #undef HAVE_PTHREAD_MUTEX_RECURSIVE */ apr.h: -#define APR_HAS_POSIXSEM_SERIALIZE 0 +#define APR_HAS_POSIXSEM_SERIALIZE 1 Perhaps that can be useful to someone. Or maybe it's not related at all. :-/ -- 2.0.55-4ubuntu4 update causes svn failure https://launchpad.net/bugs/62748 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
