Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.0.0, Lustre 2.1.0, Lustre 1.8.6
-
None
-
3
-
5078
Description
Running the "make rpms" command does not build the rpms if "--without-lustre-iokit" is specified at configure time.
$ ./configure --with-linux=/usr/src/kernels/2.6.32-14chaos --disable-server --without-lustre-iokit --disable-quilt --disable-liblustre --disable-docs --disable-snmp --enable-panic_dumplog --disable-tests
# ....
$ make rpms
# ....
make[5]: Entering directory `/usr/src/kernels/2.6.32-14chaos'
scripts/Makefile.build:44: /root/rpmbuild/BUILD/lustre-2.0.59/lustre-iokit/Makefile: No such file or directory
make[7]: *** No rule to make target `/root/rpmbuild/BUILD/lustre-2.0.59/lustre-iokit/Makefile'. Stop.
make[6]: *** [/root/rpmbuild/BUILD/lustre-2.0.59/lustre-iokit] Error 2
make[6]: *** Waiting for unfinished jobs....