Re: [GSoC 2017] Support for fsysopts and multiple interfaces

2017-06-26 Thread Samuel Thibault
Hello, Joan Lledó, on lun. 26 juin 2017 13:28:47 +0200, wrote: > As a curious factor, it's worth mentioning that pfinet had > a memory leak that I could manage to fix. Could you provide a patch so we can benefit from it already? :) > Once the configuration from the command line is added, I check

Re: [PATCH hurd] build: Drop unused/unsubstituted config variables

2017-06-26 Thread David Michael
On Mon, Jun 26, 2017 at 9:52 AM, Diego Nieto Cid wrote: > I now realize this is very inconvenient for package maintainers as the build > environment needs to replicate the target environment (i.e. the installed > xkeyboard-config.pc requires the same prefix as the target system). :-( This shouldn

Re: [PATCH hurd] build: Drop unused/unsubstituted config variables

2017-06-26 Thread Diego Nieto Cid
Hello Here's the thing. The console-client needs a few XKB related files with support for VT actions like switching and scrolling. These files refer to other assets installed by xkeyboard-config package like standard keymaps. For instance the following is an excerpt from `keymap/hurd` default

Re: [PATCH hurd] build: Drop unused/unsubstituted config variables

2017-06-26 Thread David Michael
On Mon, Jun 26, 2017 at 12:53 AM, Luca Weiss wrote: > I needed the patch for building with these commands: > https://github.com/z3ntu/archhurd_packages_new/blob/master/hurd/PKGBUILD#L29-L58 > . That configuration sets prefix=/usr during "configure", then sets prefix=$(DESTDIR) during "make inst

[GSoC 2017] Support for fsysopts and multiple interfaces

2017-06-26 Thread Joan Lledó
I've advanced in several fronts during the last two weeks, like the initial configuration of the stack from the command line, by using libargp, or reading and writing a new configuration in run time, through fsysopts. The aim is to support exactly the same options pfinet does, so we'll be able to r