Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.0.0, Lustre 1.8.6
-
None
-
3
-
10121
Description
make install fails if automake is newer than (approximately) 1.96 with:
make[4]: Entering directory `/home/brian/lustre-release/lustre/liblustre' make[4]: Nothing to be done for `install-data-am'. test -z "/usr/lib" || /bin/mkdir -p "DESTDIR/usr/lib" /usr/bin/install -c -m 644 liblustre.a 'DESTDIR/usr/lib' ( cd 'DESTDIR/usr/lib' && ranlib liblustre.a ) make install-exec-hook make[5]: Entering directory `/home/brian/lustre-release/lustre/liblustre' /bin/bash /home/brian/lustre-release/install-sh -d DESTDIR/usr/lib liblustre.so DESTDIR/usr/lib/liblustre.so /bin/bash: line 4: liblustre.so: command not found make[5]: *** [install-exec-hook] Error 127 make[5]: Leaving directory `/home/brian/lustre-release/lustre/liblustre' make[4]: *** [install-exec-am] Error 2
I cannot find anything specifically mentioning it but I suspect that libLIBRARIES_INSTALL has been deprecated.