[PATCH 1/1] Provide a default prefix in Makefile

2009-06-07 Thread Sergiu Ivanov
>From a5e0a005cdd16fbd1d6a14db3fcde19afd19b201 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 7 Jun 2009 13:18:48 +0300 Subject: [PATCH] Provide a default prefix in Makefile * Makefile: Define $prefix to be /usr if the user does not provide and override. --- Makefile |5 + 1 fil

Re: [PATCH 1/5] unionfs now builds successfully

2009-06-07 Thread Sergiu Ivanov
Hello, On Sat, May 30, 2009 at 5:52 PM, wrote: > On Fri, May 29, 2009 at 12:00:30AM +0300, Sergiu Ivanov wrote: >> >From 6f3e628fa4e90ed1316b2919b2d1a7ea08986b4c Mon Sep 17 00:00:00 2001 >> From: Sergiu Ivanov >> Date: Thu, 28 May 2009 19:19:23 +0300 >> Subject: [PATCH] Update Makefile to make u

Re: [PATCH 0/5] Change unionfs argument handling policy

2009-06-07 Thread Sergiu Ivanov
Hello, On Sun, May 31, 2009 at 9:08 PM, wrote: > On Wed, May 27, 2009 at 08:48:56PM +0200, Thomas Schwinge wrote: >> Wouldn't even a syntax like ``settrans --unionmount ...'' make sense >> perhaps? > > We briefly discussed the option of extending settrans, though only in > the context of a librar

Re: A GNU/Hurd Roadmap dream

2009-06-07 Thread Sergiu Ivanov
On Wed, Jun 3, 2009 at 11:55 PM, Arne Babenhauserheide wrote: > On Wednesday, 3. June 2009 17:41:22 Sergiu Ivanov wrote: >> Could you please dream how to solve the major drawbacks in Hurd and >> to make it mainstream? :-) > > For that you'd need to ask my dreams ;) > > Sadly the dreams don't write

Re: [bug #26751] creating memory objects through the proxy defpager can fail

2009-06-07 Thread Samuel Thibault
Da Zheng, le Sun 07 Jun 2009 12:54:44 +0800, a écrit : > I got an error the first time I used proxy-pager, so I did a little > modification. >* Makefile: Use customized default_pager.defs. > >* proxy-defpager.c: Include customized default_pager header. Ow. Yes, that's probably some reas

Re: [PATCH 1/1] Provide a default prefix in Makefile

2009-06-07 Thread Samuel Thibault
Sergiu Ivanov, le Sun 07 Jun 2009 13:30:12 +0300, a écrit : > * Makefile: Define $prefix to be /usr if the user does not > provide and override. Errr, no, the GNU system uses an empty prefix by default. Samuel

Re: [PATCH 1/1] Provide a default prefix in Makefile

2009-06-07 Thread Samuel Thibault
Samuel Thibault, le Sun 07 Jun 2009 13:53:37 +0200, a écrit : > Sergiu Ivanov, le Sun 07 Jun 2009 13:30:12 +0300, a écrit : > > * Makefile: Define $prefix to be /usr if the user does not > > provide and override. > > Errr, no, the GNU system uses an empty prefix by default. (yes, the Debian GNU/H

[bug #26751] creating memory objects through the proxy defpager can fail

2009-06-07 Thread Zheng Da
Follow-up Comment #1, bug #26751 (project hurd): I had a problem the first time I used proxy defpager. I don't know if we have the same problem. The attached patch might help. At least it solves my problem. (file #18238) ___ Additional It

Re: [bug #26751] creating memory objects through the proxy defpager can fail

2009-06-07 Thread Da Zheng
Samuel Thibault wrote: Da Zheng, le Sun 07 Jun 2009 12:54:44 +0800, a écrit : I got an error the first time I used proxy-pager, so I did a little modification. * Makefile: Use customized default_pager.defs. * proxy-defpager.c: Include customized default_pager header.

Re: [bug #26751] creating memory objects through the proxy defpager can fail

2009-06-07 Thread Samuel Thibault
Da Zheng, le Sun 07 Jun 2009 21:25:47 +0800, a écrit : > It is done. > I am not very sure if it works. Is it OK to attach the patch to the bug > in savannah? Yes, it's always better than no clue where the problem might come from. Samuel

Re: A GNU/Hurd Roadmap dream

2009-06-07 Thread Arne Babenhauserheide
On Sunday, 7. June 2009 13:16:04 Sergiu Ivanov wrote: > I guess one of the most serious problems is about hardware > support... Once Hurd is able to run not only on a very limited range > of metal specifications, there will be more people willing to (at > least) try it out. I try to get at least a

Re: [PATCH] fully enable rpctrace to trace multitask programs.

2009-06-07 Thread olafBuddenhagen
Hi, On Sun, May 31, 2009 at 11:32:25AM +0800, Zheng Da wrote: > I rewrite rpctrace so that it can trace multitask programs. I wonder, is this inherently a single large change, or would it somehow be possible to split it into several distinct patches, which could be applied individually?... > 1.