On Thu, 31 May 2001 10:49:13 +0200,
"Suikat, Reiner" <Reiner.Suikat@xxxxxx> wrote:
>We are experiencing a crash with xfsdump every time we try to back up our
>/home partition (SGI XFS RedHat7.1 version on Dual CPU system). Since there
>were reports of a similar problem on the mailling list and a fix has been
>checked into the repository, I just checked out the latest version.
>
>Then compiling the kernel I get the following:
>gcc -D__KERNEL__ -I/root/linux-2.4-xfs/linux/include -Wall
>-Wstrict-prototypes -O2 -fno-strict-aliasing -fomit-frame-pointer -pipe
>-mpreferred-stack-boundary=2 -march=i686 -c -o ext_attr.o ext_attr.c
>ext_attr.c:39:29: linux/attr_kern.h: Datei oder Verzeichnis nicht gefunden
>ext_attr.c:56: parse error before `obj'
The joys of using a development CVS tree :). You got a checkout in the
middle of my changes to minimize the differences between XFS and the
base kernel. I have finished that change (I hope), please update CVS
again and see if the problem goes away. You probably need make
mrproper to be on the safe side, a few files got moved around.
|