[PATCH] Check AWK usability when XKB is enabled

2015-06-04 Thread Diego Nieto Cid
Hi, While compiling the Hurd in a freshly installed system I found out that the build failed because the awk command (in mawk package) did not implent strtonum function, which is required by a script in console-client. This patch checks whether awk provides such function, whenever XKB is

[PATCH] Check AWK usability when XKB is enabled

2015-06-04 Thread Diego Nieto Cid
* configure.ac: test whether AWK provides strtonum function. --- configure.ac | 8 1 file changed, 8 insertions(+) diff --git a/configure.ac b/configure.ac index 71f3a0e..b03057b 100644 --- a/configure.ac +++ b/configure.ac @@ -292,6 +292,14 @@ PKG_CHECK_MODULES([X11], [x11 xproto],

[PATCH 0/2] Fix binary search in console-client

2015-06-04 Thread Diego Nieto Cid
Hi A few weeks ago, a problem with the Hurd console was reported at the IRC channel. Justus had a look at it and he found that the keysym to unicode translation was broken when converting a keysym lower than the lowest keysym known to the conversion table. He fixed it by quitting the search if

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

2015-06-04 Thread Diego Nieto Cid
--- 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 8471e94..fb62445 100644 --- a/console-client/xkb/kstoucs.c +++ b/console-client/xkb/kstoucs.c @@ -1,3 +1,5 @@ +#include assert.h + struct

Re: GSoC: Porting Guix to Hurd week 3+4 report.

2015-06-04 Thread Ludovic Courtès
Manolis Ragkousis manolis...@gmail.com skribis: Hey Thomas, thank you for looking into this. On 2 June 2015 at 18:55, Thomas Schwinge tho...@codesourcery.com wrote: Shame on me, but I've never actively used/built Guix before. I do know about https://github.com/Phant0mas/Guix-on-Hurd, and