Please find the following error.
****************
/usr/src/linux-2.4-xfs/cmd/xfsdump
119 : make
=== include ===
make[1]: Nothing to be done for `default'.
=== librmt ===
make[1]: Nothing to be done for `default'.
=== common ===
make[1]: Nothing to be done for `default'.
=== copy ===
make[1]: Nothing to be done for `default'.
=== estimate ===
make[1]: Nothing to be done for `default'.
=== fsr ===
make[1]: Nothing to be done for `default'.
=== inventory ===
make[1]: Nothing to be done for `default'.
=== invutil ===
make[1]: Nothing to be done for `default'.
=== quota ===
make[1]: Nothing to be done for `default'.
=== dump ===
gcc -O1 -g -DDEBUG -funsigned-char -Wall -DDUMP -DRMT -DBASED -DDOSOCKS
-DINVCONVFIX -DSIZEEST -DPIPEINVFIX -DEXTATTR -TATTR -I/usr/include/xfs
-I/usr/include/attr '-DVERSION="1.1.9"' -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -DXFS_BIG_FILES=1S_BIG_FILESYSTEMS=1 -I/usr/include/xfs
-I/usr/include/attr -c -o attr.o attr.c
attr.c: In function `attr_multi_by_handle':
attr.c:57: `attr_op_t' undeclared (first use in this function)
attr.c:57: (Each undeclared identifier is reported only once
attr.c:57: for each function it appears in.)
attr.c:57: `ops' undeclared (first use in this function)
attr.c:57: warning: statement with no effect
attr.c: In function `attr_list_by_handle':
attr.c:121: `attr_op_t' undeclared (first use in this function)
attr.c:121: parse error before "op"
attr.c:126: `op' undeclared (first use in this function)
attr.c:127: `ATTR_OP_IRIX_LIST' undeclared (first use in this function)
make[1]: *** [attr.o] Error 1
make: *** [default] Error
*************
I installed xfsprog package before I compile xfsdump.
Andrew Ho
|