[PATCH] get_translator_info wip

2013-07-03 Thread Justus Winter
--- hurd/fsys.defs |8 ++ libdiskfs/Makefile |3 +- libdiskfs/dir-lookup.c |5 + libdiskfs/diskfs.h |3 + libdiskfs/file-set-trans.c |4 + libdiskfs/fsys-get-translator-info.c | 61 +++

RFC: get_translator_info, needed for a mtab translator

2013-07-03 Thread Justus Winter
Hi, we discussed in #hurd that I'd send my mtab prototype quite early so that we can discuss the rpc procedure and the integration in lib*fs and libfshelp. Please let me know what you think. For testing purposes there's a mtab tool included in utils/mtab.c: % find tmp tmp tmp/foo tmp/foo/bar % u

Re: My second report.

2013-07-03 Thread Fotis Koutoulakis
Hello there! >> OK, then please follow up to that email of mine, and show how your >> results are different. Are they very different? For starters it seems to be libgo checks rather than go checks. I get those by running make check-go The results are here: https://gist.github.com/NlightNFotis/

Re: My second report.

2013-07-03 Thread Thomas Schwinge
Hi! Taking the technical issue to the bug-hurd mailing list. On Tue, 2 Jul 2013 23:08:37 +0300, Fotis Koutoulakis wrote: > I managed to get GCC-Go built and passing its > tests under a Linux Vm featuring XUbuntu (32bit). However it's tests didn't > report the same as the ones Mr. Thomas had po

Re: cross-gnu

2013-07-03 Thread Lluís
Lluís writes: > Not sure this is the right place, so please redirect me if there exists > someplace more appropriate. Ooops, sorry for the repeated messages. I thought they were not arriving. Lluis -- "And it's much the same thing with knowledge, for whenever you learn something new, the w

Software Craftmanship (was: My second report.)

2013-07-03 Thread Thomas Schwinge
Hi! Fotis raised an important point here, that is equally valid for all GSoC students as well as any other contributors, so that surely warrants a public mention, so taking this to the bug-hurd mailing list: On Mon, 1 Jul 2013 20:18:33 +0300, Fotis Koutoulakis wrote: > The > summer of code is a

cross-gnu (1)

2013-07-03 Thread Lluís
Not sure this is the right place, so please redirect me if there is someplace more appropriate. [ I'm splitting this into multiple mails, since it looks like for some unknown reason they do not arrive to the list. ] I'm building a cross-toolchain for hurd following [1], and here's a few bugs I'

cross-gnu

2013-07-03 Thread Lluís
Not sure this is the right place, so please redirect me if there exists someplace more appropriate. I'm building a cross-toolchain for hurd following [1], and here's a few bugs I've found along the way: * Using the tarball from [2], I had to remove an option from GCC's configure line. The erro

cross-gnu

2013-07-03 Thread Lluís
Not sure this is the right place, so please redirect me if there someplace more appropriate. I'm building a cross-toolchain for hurd following [1], and here's a few bugs I've found along the way: * Using tarball from [2], I had to remove an option from GCC's configure. The error is also discus

Re: [PATCH, gnumach] ddb: fix implicit declarations

2013-07-03 Thread Richard Braun
On Wed, Jul 03, 2013 at 03:58:44PM +0200, Marin Ramesa wrote: > No problem. I have read the git documentation and will use git format- > patch in the future. I was not aware that I am creating extra work for > people. And please say if there is something specifically wrong with Not that much ext

Re: [PATCH, gnumach] ddb: fix implicit declarations

2013-07-03 Thread Marin Ramesa
On 03.07.2013 12:28:31, Richard Braun wrote: > On Wed, Jul 03, 2013 at 11:35:31AM +0200, Marin Ramesa wrote: > > diff -Nurp ../gnumach/ddb/db_break.c ../gnumach1/ddb/db_break.c > > Please ease the life of maintainers by providing git-generated > patches with a proper changelog entry. > No probl

[PATCH] libfshelp: add missing import

2013-07-03 Thread Justus Winter
Add missing import of alloca.h. * libfshelp/set-options.c: Add missing import. --- libfshelp/set-options.c |1 + 1 file changed, 1 insertion(+) diff --git a/libfshelp/set-options.c b/libfshelp/set-options.c index 13e4001..77cdba1 100644 --- a/libfshelp/set-options.c +++ b/libfshelp/set-optio

Re: [PATCH, gnumach] ddb: fix implicit declarations

2013-07-03 Thread Richard Braun
On Wed, Jul 03, 2013 at 11:35:31AM +0200, Marin Ramesa wrote: > diff -Nurp ../gnumach/ddb/db_break.c ../gnumach1/ddb/db_break.c Please ease the life of maintainers by providing git-generated patches with a proper changelog entry. -- Richard Braun

[PATCH, gnumach] ddb: fix implicit declarations

2013-07-03 Thread Marin Ramesa
When building with --enable-kdb. * ddb/db_break.c: Include ddb/db_access.h. * ddb/db_examine.h (db_xcdump): Add prototype. * ddb/db_ext_symtab.c: Include vm/vm_user.h. * ddb/db_input.c: Include device/cons.h. * ddb/db_output.c: Likewise. * ddb/db_command.c: Add extern _setjmp. * ddb/db_cond.c: Like