GSoC Application: PyHurd

2011-04-06 Thread Arne Babenhauserheide
Hi, I wrote a first version of my application for this years GSoC and would love to get feedback from you. Note: I also intend to apply for fixing Python testsuite failures, but I can’t finish that tonight. Python Bindings for the Hurd (PyHurd) == ## Contact informat

GSoC: PATH_MAX

2011-04-06 Thread Patrik Olsson
Hello! As a preparation exercise for GSoC, I have fixed the PATH_MAX issue in three Debian packages: nekobee, whysynth and libsepol. There is no real reason I picked these packages, they were just first in the list here: https://buildd.debian.org/stats/?arch=hurd-i386&state=Failed Note that they

Re: PATCH 2/2 - monitor backing store changes and update.

2011-04-06 Thread Michael Walker
>>  all: $(OBJS) >> -     $(CC) -o $(BINARY) $(OBJS) $(LDFLAGS) >> +     @$(CC) -o $(BINARY) $(OBJS) $(LDFLAGS) >> >>  .c.o: >> -     $(COMPILE) -c $< >> +     @$(COMPILE) -c $< >> >>  clean: >> -     rm -f *.o core *.obj *~ $(BINARY) >> +     @rm -f *.o core *.obj *~ $(BINARY) fs_notify.c > > This

Re: PATCH 1/2 - fix all compiler warnings. (was XMLFS for GSoC)

2011-04-06 Thread Michael Walker
> That's always a good start!  Where is this repository that your patch is > against? http://cvs.savannah.gnu.org/viewvc/xmlfs/?root=hurdextras > Your editor / mailer broke the lines, so this patch won't even apply. > Either you instruct your editor / mailer, or let git send-email take care > of

Re: XMLFS for GSoC

2011-04-06 Thread Michael Walker
> So the idea is that one would launch an XSLT translator, with a XSLT > style sheet as input, on top of an xmlfs directory, and the result would > be a file representing the output of the XSLT processor? Yes, that's what I was thinking. Though, being able to run it on top of an XML file should be

Re: XMLFS for GSoC

2011-04-06 Thread Samuel Thibault
olafbuddenha...@gmx.net, le Tue 05 Apr 2011 22:24:57 +0200, a écrit : > So the idea is that one would launch an XSLT translator, with a XSLT > style sheet as input, on top of an xmlfs directory, No, I'd rather say on top of an xml file. Samuel

Re: PATCH 1/2 - fix all compiler warnings.

2011-04-06 Thread Manuel Menal
On 06/04/2011 03:32, olafbuddenha...@gmx.net wrote: > Hi, [snip] >> + Copyright (C) 2002, 2005 HurdFR. >> + Written by Marc de Saint Sauveur >> + and Manuel Menal > Not really related to your patch -- but I wonder, did they really assign > copyright to HurdFR? I kinda do

Re: Update: Re: Hurd stabilty: compiling ghc6

2011-04-06 Thread Svante Signell
On Wed, 2011-04-06 at 09:30 +0200, Svante Signell wrote: > On Mon, 2011-04-04 at 12:35 +0200, Svante Signell wrote: > > On Wed, 2011-03-30 at 11:13 +0200, Samuel Thibault wrote: > > > Svante Signell, le Wed 30 Mar 2011 09:18:05 +0200, a écrit : > > > > (I don't think the problem is due to qemu-kvm?

Update: Re: Hurd stabilty: compiling ghc6

2011-04-06 Thread Svante Signell
On Mon, 2011-04-04 at 12:35 +0200, Svante Signell wrote: > On Wed, 2011-03-30 at 11:13 +0200, Samuel Thibault wrote: > > Svante Signell, le Wed 30 Mar 2011 09:18:05 +0200, a écrit : > > > (I don't think the problem is due to qemu-kvm?) ... > Below is the limited information provided by gdb: Update