[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ext2fs_20040121.patch problem
From: |
Marco Gerards |
Subject: |
Re: ext2fs_20040121.patch problem |
Date: |
Thu, 04 Mar 2004 22:35:24 +0100 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
elf@land5.nsu.ru (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 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.
Thanks for the report.
The libihash changes that Marcus committed some days ago broke the ABI
and API. The patch was written before that.
There are two things you could do:
- Wait for a new patch.
- Fix ext2fs after patching.
--
Marco