Hi Folks, I'm starting the migration of our systems from 2.5.x to 3, and am failing at the build stage - we're a SLES11 (sp3/sp4) shop for all our Lustre based systems and so I'm stuck with old versions of software:
automake (GNU automake) 1.10.1 autoheader (GNU Autoconf) 2.63 libtoolize (GNU libtool) 2.2.6 and sure enough the "autoreconf --install" part of sh autogen.sh (well, autmake) fails with: aelwell@z100:~/compile/robinhood-3.0-final$ automake automake: create_nostripe_OBJECTS should not be defined src/tests/Makefile.am:11: while processing program `create_nostripe' automake: test_confparam_OBJECTS should not be defined src/tests/Makefile.am:9: while processing program `test_confparam' automake: test_forcestripe_OBJECTS should not be defined src/tests/Makefile.am:11: while processing program `test_forcestripe' automake: test_params_OBJECTS should not be defined src/tests/Makefile.am:9: while processing program `test_params' automake: test_parse_OBJECTS should not be defined src/tests/Makefile.am:9: while processing program `test_parse' automake: test_uidgidcache_OBJECTS should not be defined src/tests/Makefile.am:9: while processing program `test_uidgidcache' I've worked around this for now by bypassing the src/tests directory $> cat src/tests/Makefile all: $(SOURCES) $(EXECUTABLE) as we don't need tests for good software right :-) It *seems* to have built OK aelwell@z100:~/compile/robinhood-3.0-final/src/robinhood$ ./rbh-report --version Product: robinhood reporting tool Version: 3.0-1 Build: 2016-12-06 23:49:41 Compilation switches: Address entries by FID MDT Changelogs supported Lustre Version: 2.7 Database binding: MySQL Report bugs to: <robinhood-support@lists.sourceforge.net> but it'd be nice to work out what part of https://github.com/cea-hpc/robinhood/blob/master/src/tests/Makefile.am#L9-L13 the older version's failing on. Andrew ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/xeonphi _______________________________________________ robinhood-support mailing list robinhood-support@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/robinhood-support