Re: RFC: [PATCH] trans/fakeroot.c

2015-06-05 Thread Samuel Thibault
Hello, It seems there is still a corner case which doesn't work: the pycorrfit package fails to build with: chmod -R 644 debian/pycorrfit/usr/share/doc/pycorrfit/examples/external_model_functions/ chmod: cannot access

Re: mach_task_self, mach_thread_self, mach_host_self

2015-06-05 Thread Samuel Thibault
Justus Winter, le Wed 03 Jun 2015 13:54:40 +0200, a écrit : 1/ Cache the [host] port in the libc like we do for the task port. I'd say so, yes, there is no need for a kernel call here. Samuel

Re: ps hang

2015-06-05 Thread Samuel Thibault
Hello, Esa Peuha, le Tue 26 May 2015 11:41:37 +0300, a écrit : Samuel Thibault samuel.thiba...@gnu.org wrote: ps -o %r hangs, could somebody have a look? Here is a patch that should break the infinite loop. Thanks, I have applied it. Samuel

Re: [PATCH mig] Change x_server_routine functions to static inline for -std=gnu11

2015-06-05 Thread Samuel Thibault
Hello, David Michael, le Sun 10 May 2015 22:30:04 -0400, a écrit : * header.c (WriteServerHeader): Replace extern with static. * server.c (WriteEpilog): Remove WriteSubsystemServerRoutine call. --- header.c | 2 +- server.c | 6 -- 2 files changed, 1 insertion(+), 7 deletions(-) I

Re: [PATCH] Check AWK usability when XKB is enabled

2015-06-05 Thread Justus Winter
Quoting Diego Nieto Cid (2015-06-05 05:28:19) * configure.ac: test whether AWK provides strtonum function. Merged, thanks! --- configure.ac | 8 1 file changed, 8 insertions(+) diff --git a/configure.ac b/configure.ac index 71f3a0e..b03057b 100644 --- a/configure.ac +++

Re: [PATCH 1/2] * console-client/xkb/kstoucs.c (find_ucs): assert precondition.

2015-06-05 Thread Justus Winter
Merged, thanks. I took the liberty of adding a subject line to the commit message. Quoting Diego Nieto Cid (2015-06-05 03:58:09) --- console-client/xkb/kstoucs.c | 4 1 file changed, 4 insertions(+) diff --git a/console-client/xkb/kstoucs.c b/console-client/xkb/kstoucs.c index

Re: [PATCH 2/2] console-client: Fix lower range of binary search

2015-06-05 Thread Justus Winter
Quoting Diego Nieto Cid (2015-06-05 03:58:10) To prevent infinite recursion range checking was introduced as an exit condition adding two extra comparisons on each recursive call. By fixing the range used by the recursive call over the lower half of the array one can avoid penalizing