Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
None
-
3
-
10742
Description
With the lustre/lfsck patches applied to upstream 1.41.12 you cannot configure and build e2fsprogs without the --with-lustre switch:
$ quilt push -a
...
$ ./configure
...
$ make -j8
...
making all in e2fsck
make[2]: Entering directory `/home/brian/e2fsprogs-from-git.whamcloud.com/e2fsck'
COMPILE_ET prof_err.et
CC gen_crc32table
CC dict.c
COMPILE_ET prof_err.et
CC pass6.c
CC lfsck_common.c
CC lfsck.c
SUBST e2fsck.8
../util/subst -t -f ../util/subst.conf ./lfsck.8.in lfsck.8
SUBST e2fsck.conf.5
CC unix.c
CC e2fsck.c
CC super.c
In file included from lfsck_common.c:28:
lfsck.h:10: fatal error: lustre/liblustreapi.h: No such file or directory
compilation terminated.
In file included from pass6.c:30:
lfsck.h:10: fatal error: lustre/liblustreapi.h: No such file or directory
compilation terminated.
make[2]: *** [lfsck_common.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [pass6.o] Error 1
In file included from unix.c:62:
lfsck.h:10: fatal error: lustre/liblustreapi.h: No such file or directory
compilation terminated.
make[2]: *** [unix.o] Error 1
In file included from lfsck.c:78:
lfsck.h:10: fatal error: lustre/liblustreapi.h: No such file or directory
compilation terminated.
make[2]: *** [lfsck.o] Error 1
make[2]: Leaving directory `/home/brian/e2fsprogs-from-git.whamcloud.com/e2fsck'
make[1]: *** [all-progs-recursive] Error 1
make[1]: Leaving directory `/home/brian/e2fsprogs-from-git.whamcloud.com'
make: *** [all] Error 2