From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Drokin Subject: Re: reiser4 snapshot Date: Tue, 12 Aug 2003 10:05:42 +0400 Message-ID: <20030812060542.GA5363@namesys.com> References: <16183.48363.884605.564937@laputa.namesys.com> Mime-Version: 1.0 Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com Content-Disposition: inline In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Boris Tschirschwitz Cc: reiserfs-list@namesys.com Hello! On Mon, Aug 11, 2003 at 05:32:25PM -0700, Boris Tschirschwitz wrote: > I thought I'd give it a try on 2.6.0-test3-mm1. > Even with 'make mrproper' before compiling, I get the following error > message: > (Is there any interest in such error reports?) Yes, there is. > bobele linux # make bzImage > CHK include/linux/version.h > UPD include/linux/version.h > Making asm->asm-i386 symlink > CC scripts/empty.o > MKELF scripts/elfconfig.h > HOSTCC scripts/file2alias.o > HOSTCC scripts/modpost.o > HOSTLD scripts/modpost > SPLIT include/linux/autoconf.h -> include/config/* > CC arch/i386/kernel/asm-offsets.s > CHK include/asm-i386/asm_offsets.h > UPD include/asm-i386/asm_offsets.h > CC init/main.o > In file included from include/linux/unistd.h:9, > from init/main.c:18: > include/asm/unistd.h: In function `reiser4': > include/asm/unistd.h:400: error: `__NR_reiser4' undeclared (first use in this function) > include/asm/unistd.h:400: error: (Each undeclared identifier is reported only once > include/asm/unistd.h:400: error: for each function it appears in.) > make[1]: *** [init/main.o] Error 1 > make: *** [init] Error 2 Hm, this is strange. __NR_reiser4 is clearly defined in include/asm-i386/unistd.h Probably you had that part of the patch rejected? Can you please verify? Bye, Oleg