Re: ext2fs_20040121.patch problem

2004-03-09 Thread Marcus Brinkmann
Hi, I changed the ihash interface, you need to update the patch to the new interface. The changes should be comparatively straightforward. You might look at other callers I changed with my patch. Thanks, Marcus ___ Bug-hurd mailing list [EMAIL PROT

Re: ext2fs_20040121.patch problem

2004-03-07 Thread Marco Gerards
[EMAIL PROTECTED] (Dmitry V. Zhulanov) writes: Hi, > I try patch which fix 1.5Gb limitation of ext2fs server. I apply it: > > $ cd /src/hurd > $ cat ../../patches/ext2fs_20040121.patch| patch -p1 > $ cd /src/build/hurd > $ ../../hurd/configure > $ make > > While make builds ext2fs server it fails

Re: ext2fs_20040121.patch problem

2004-03-07 Thread Ognyan Kulev
Dmitry V. Zhulanov wrote: I try patch which fix 1.5Gb limitation of ext2fs server. Thank you for your interest! Don't miss to tell us about any problems you have with it. While make builds ext2fs server it fails with compiling error. It missed ihash_t type. Yes, there was API change in libihash

Re: ext2fs_20040121.patch problem

2004-03-07 Thread Alfred M. Szmidt
While make builds ext2fs server it fails with compiling error. It missed ihash_t type. I looking through sources, only the hurd_ihash_t type founded in other source files. I discover that ihash_t used only by patch. I missed some new headers? stderr log attached to mail. Because th

ext2fs_20040121.patch problem

2004-03-04 Thread Dmitry V. Zhulanov
Hi! I try patch which fix 1.5Gb limitation of ext2fs server. I apply it: $ cd /src/hurd $ cat ../../patches/ext2fs_20040121.patch| patch -p1 $ cd /src/build/hurd $ ../../hurd/configure $ make While make builds ext2fs server it fails with compiling error. It missed ihash_t type. I looking through