From mboxrd@z Thu Jan 1 00:00:00 1970 From: "jan rinze" Subject: kernel 2.5.24-rmk1 fails to compile with quota support Date: Mon, 15 Jul 2002 23:26:03 +0200 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <013101c22c46$3982c700$0cc8a8c0@PENTIUM> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: To: , List-Id: linux-fsdevel.vger.kernel.org Hi there, I just tried to compile the kernel 2.5.24-rmk1. during compilation it fails at: make[1]: Entering directory `/usr/src/linux/fs' gcc -Wp,-MD,./.dquot.o.d -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstric t-prototypes -Wno-trigraphs -Os -fomit-frame-pointer -fno-strict-aliasing -f no-common -mapcs -mapcs-32 -D__LINUX_ARM_ARCH__=4 -march=armv4 -mtune=strong arm110 -mshort-load-bytes -msoft-float -Wa,-mno-fpu -nostdinc -iwithprefix include -DKBUILD_BASENAME=dquot -DEXPORT_SYMTAB -c -o dquot.o dquot.c dquot.c: In function `hashfn': dquot.c:182: `L1_CACHE_SHIFT' undeclared (first use in this function) dquot.c:182: (Each undeclared identifier is reported only once dquot.c:182: for each function it appears in.) make[1]: *** [dquot.o] Error 1 make[1]: Leaving directory `/usr/src/linux/fs' make: *** [fs] Error 2 untagging quota support in filesystem solves this problem ... I don't really need quota support but maybe somebody would like to know this build error. Jan Rinze.