clone 663056 -1 -2 retitle -1 confusing g_cond_wait_until() API (and docs) invites to unintentional abuse severity -1 normal reassign -1 libglib2.0-dev forwarded -1 https://bugzilla.gnome.org/show_bug.cgi?id=673607 retitle -2 optional pthread_condattr_setclock() facility is not implemented severity -2 wishlist reassign -2 libc0.1 thanks
The way g_cond_wait_until() is currently defined, libsoup usage of this function is incorrect. If you need a short term solution, the test could be disabled, or it could be rewritten using clock_gettime() and pthread_cond_timedwait(). Otherwise you can wait until the API is redefined, or until pthread_condattr_setclock() is implemented in Glibc. -- Robert Millan -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org