Checking patch hurd/fd-write.c... error: while searching for: const void *buf, size_t *nbytes, loff_t offset) { error_t err; mach_msg_type_number_t wrote; error_t writefd (io_t port) { error: patch failed: hurd/fd-write.c:26 Checking patch hurd/fopenport.c... error: while searching for: static ssize_t writeio (void *cookie, const char *buf, size_t n) { mach_msg_type_number_t wrote; error_t err; if (err = __io_write ((io_t) cookie, buf, n, -1, &wrote)) error: patch failed: hurd/fopenport.c:48 Checking patch hurd/get-host.c... error: while searching for: { error_t err; char *data; mach_msg_type_number_t nread, more; file_t config; err = __hurd_file_name_lookup (&_hurd_ports_use, &__getdport, 0, error: patch failed: hurd/get-host.c:27 Checking patch hurd/hurdioctl.c... error: while searching for: case FIONREAD: { mach_msg_type_number_t navail; err = HURD_DPORT_USE (fd, __io_readable (port, &navail)); if (!err) *arg = (int) navail; error: patch failed: hurd/hurdioctl.c:70 Checking patch hurd/set-host.c... error: while searching for: _hurd_set_host_config (const char *item, const char *value, size_t valuelen) { error_t err; mach_msg_type_number_t nwrote; file_t new, dir; char *name; error: patch failed: hurd/set-host.c:24 Checking patch hurd/vpprintf.c... error: while searching for: static ssize_t do_write (void *cookie, const char *buf, size_t n) { error_t error = __io_write ((io_t) cookie, buf, n, -1, (mach_msg_type_number_t *) &n); if (error) return __hurd_fail (error); return n; error: patch failed: hurd/vpprintf.c:25 Checking patch sysdeps/mach/hurd/dl-sysdep.c... error: while searching for: __write (int fd, const void *buf, size_t nbytes) { error_t err; mach_msg_type_number_t nwrote; assert (fd < _hurd_init_dtablesize); error: patch failed: sysdeps/mach/hurd/dl-sysdep.c:382 error: while searching for: { char buf[total], *bufp = buf; error_t err; mach_msg_type_number_t nwrote; for (i = 0; i < niov; ++i) bufp = (memcpy (bufp, iov[i].iov_base, iov[i].iov_len) error: patch failed: sysdeps/mach/hurd/dl-sysdep.c:415 Checking patch sysdeps/mach/hurd/ptrace.c... error: while searching for: { /* Read the pages containing the addressed range. */ error_t err; *size = round_page (addr + data) - trunc_page (addr); err = __vm_read (task, trunc_page (addr), *size, ourpage, size); return err; } error: patch failed: sysdeps/mach/hurd/ptrace.c:47 Checking patch sysdeps/mach/hurd/send.c... error: while searching for: __send (int fd, const void *buf, size_t n, int flags) { error_t err; size_t wrote; int cancel_oldtype; cancel_oldtype = LIBC_CANCEL_ASYNC(); error: patch failed: sysdeps/mach/hurd/send.c:27 Checking patch sysdeps/mach/hurd/sendfile64.c... error: while searching for: count)); if (err == 0) { size_t nwrote; if (datalen == 0) return 0; err = HURD_DPORT_USE (out_fd, __io_write (port, data, datalen, error: patch failed: sysdeps/mach/hurd/sendfile64.c:42 Checking patch sysdeps/mach/hurd/sendmsg.c... error: while searching for: } data = { .ptr = NULL }; char data_buf[2048]; mach_msg_type_number_t len; mach_msg_type_number_t amount; int dealloc = 0; int socketrpc = 0; int i; error: patch failed: sysdeps/mach/hurd/sendmsg.c:47 Checking patch sysdeps/mach/hurd/sendto.c... error: while searching for: { addr_port_t aport = MACH_PORT_NULL; error_t err; size_t wrote; /* Get an address port for the desired destination address. */ error_t create_address_port (io_t port, error: patch failed: sysdeps/mach/hurd/sendto.c:37 Applying patch hurd/fd-write.c with 1 reject... Rejected hunk #1. Applying patch hurd/fopenport.c with 1 reject... Rejected hunk #1. Applying patch hurd/get-host.c with 1 reject... Rejected hunk #1. Applying patch hurd/hurdioctl.c with 1 reject... Rejected hunk #1. Applying patch hurd/set-host.c with 1 reject... Rejected hunk #1. Applying patch hurd/vpprintf.c with 1 reject... Rejected hunk #1. Applying patch sysdeps/mach/hurd/dl-sysdep.c with 2 rejects... Rejected hunk #1. Rejected hunk #2. Applying patch sysdeps/mach/hurd/ptrace.c with 1 reject... Rejected hunk #1. Applying patch sysdeps/mach/hurd/send.c with 1 reject... Rejected hunk #1. Applying patch sysdeps/mach/hurd/sendfile64.c with 1 reject... Rejected hunk #1. Applying patch sysdeps/mach/hurd/sendmsg.c with 1 reject... Rejected hunk #1. Applying patch sysdeps/mach/hurd/sendto.c with 1 reject... Rejected hunk #1.