Checking patch htl/Makefile...
error: while searching for:
pt-rwlock-timedrdlock \
pt-rwlock-timedwrlock \
pt-rwlock-unlock \
pt-condattr-init \
pt-condattr-setclock \
pt-condattr-setpshared \
pt-cond-destroy \
error: patch failed: htl/Makefile:92
error: htl/Makefile: patch does not apply
Checking patch htl/Versions...
error: while searching for:
pthread_attr_setschedparam;
pthread_attr_init;
pthread_condattr_getclock;
pthread_condattr_destroy;
pthread_condattr_getpshared;
}
error: patch failed: htl/Versions:27
error: htl/Versions: patch does not apply
Checking patch htl/forward.c...
error: while searching for:
#define FORWARD(name, decl, params, defretval) \
FORWARD2 (name, int, decl, params, return defretval)
FORWARD (pthread_condattr_init, (pthread_condattr_t *attr), (attr), 0)
FORWARD (pthread_cond_broadcast, (pthread_cond_t *cond), (cond), 0)
FORWARD (pthread_cond_destroy, (pthread_cond_t *cond), (cond), 0)
FORWARD (pthread_cond_init,
error: patch failed: htl/forward.c:53
error: htl/forward.c: patch does not apply
Checking patch htl/pt-initialize.c...
error: while searching for:
#if IS_IN (libpthread)
static const struct pthread_functions pthread_functions = {
.ptr_pthread_condattr_init = __pthread_condattr_init,
.ptr_pthread_cond_broadcast = __pthread_cond_broadcast,
.ptr_pthread_cond_destroy = __pthread_cond_destroy,
.ptr_pthread_cond_init = __pthread_cond_init,
error: patch failed: htl/pt-initialize.c:27
error: htl/pt-initialize.c: patch does not apply
Checking patch sysdeps/htl/pt-condattr-init.c...
error: while searching for:
. */
#include
#include
int
error: patch failed: sysdeps/htl/pt-condattr-init.c:17
error: sysdeps/htl/pt-condattr-init.c: patch does not apply
Checking patch sysdeps/htl/pthread-functions.h...
error: while searching for:
#include
int __pthread_condattr_init (pthread_condattr_t *);
int __pthread_cond_broadcast (pthread_cond_t *);
int __pthread_cond_destroy (pthread_cond_t *);
int __pthread_cond_init (pthread_cond_t *,
error: patch failed: sysdeps/htl/pthread-functions.h:21
error: sysdeps/htl/pthread-functions.h: patch does not apply
Checking patch sysdeps/htl/pthreadP.h...
error: while searching for:
libc_hidden_proto (__pthread_attr_getstack)
void __pthread_testcancel (void);
int __pthread_attr_init (pthread_attr_t *attr);
#define __pthread_raise_internal(__sig) raise (__sig)
libc_hidden_proto (__pthread_self)
libc_hidden_proto (__pthread_attr_init)
#if IS_IN (libpthread)
hidden_proto (__pthread_create)
error: patch failed: sysdeps/htl/pthreadP.h:98
error: sysdeps/htl/pthreadP.h: patch does not apply
Checking patch sysdeps/mach/hurd/i386/libc.abilist...
error: while searching for:
GLIBC_2.12 pthread_condattr_destroy F
GLIBC_2.12 pthread_condattr_getclock F
GLIBC_2.12 pthread_condattr_getpshared F
GLIBC_2.12 pthread_equal F
GLIBC_2.12 pthread_getschedparam F
GLIBC_2.12 pthread_self F
error: patch failed: sysdeps/mach/hurd/i386/libc.abilist:52
error: sysdeps/mach/hurd/i386/libc.abilist: patch does not apply
Checking patch sysdeps/mach/hurd/i386/libpthread.abilist...
error: while searching for:
GLIBC_2.12 pthread_cond_signal F
GLIBC_2.12 pthread_cond_timedwait F
GLIBC_2.12 pthread_cond_wait F
GLIBC_2.12 pthread_condattr_init F
GLIBC_2.12 pthread_condattr_setclock F
GLIBC_2.12 pthread_condattr_setpshared F
GLIBC_2.12 pthread_create F
error: patch failed: sysdeps/mach/hurd/i386/libpthread.abilist:36
error: sysdeps/mach/hurd/i386/libpthread.abilist: patch does not apply
Checking patch sysdeps/mach/hurd/x86_64/libpthread.abilist...
error: while searching for:
GLIBC_2.38 pthread_cond_signal F
GLIBC_2.38 pthread_cond_timedwait F
GLIBC_2.38 pthread_cond_wait F
GLIBC_2.38 pthread_condattr_init F
GLIBC_2.38 pthread_condattr_setclock F
GLIBC_2.38 pthread_condattr_setpshared F
GLIBC_2.38 pthread_create F
error: patch failed: sysdeps/mach/hurd/x86_64/libpthread.abilist:55
error: sysdeps/mach/hurd/x86_64/libpthread.abilist: patch does not apply