Hi, On Tue, Jun 17, 2014 at 03:03:58AM -0700, Tru Huynh wrote: > > hello, > > Am I missing something obvious? I am using the usual > ./configure --prefix .. && make && make check && make install. > > I have tried with the 14.03.3-2 tarball and the git version, > both are failling the "make check" step. ... > make check-TESTS > make[5]: Entering directory `/dev/shm/slurm/testsuite/slurm_unit/api' > make[6]: Entering directory `/dev/shm/slurm/testsuite/slurm_unit/api' > /bin/sh: ../../../auxdir/test-driver: No such file or directory > make[6]: *** [api-test.log] Error 127 ... > make: *** [check-recursive] Error 1 > > configure line for the git version: > ./configure --prefix=/dev/shm/slurm-git-hdf5-1.8-hwloc-1.8-munge-0.5.11 > --with-hdf5=/baycells/home/slurm/hdf5/1.8.11/bin/h5cc > --with-hwloc=/baycells/home/slurm/hwloc/1.8 --with-munge=/opt/munge/0.5.11 > --enable-pam --enable-front-end >
Just following up, same issue with slurm-14.03.4-2.tar.bz2 until some co-workers hinted that I should run ./autogen.sh prior to ./configure ... That fixed the missing file "test-driver" issue. The last "make check" failure was: ... bitstring-test.c: In function 'main': bitstring-test.c:23: error: expected ')' before numeric constant bitstring-test.c:26: error: 'bs' undeclared (first use in this function) bitstring-test.c:26: error: (Each undeclared identifier is reported only once bitstring-test.c:26: error: for each function it appears in.) make[4]: *** [bitstring-test.o] Error 1 make[4]: Leaving directory `/baycells/home/tru/build/slurm-14.03.3-2/testsuite/slurm_unit/common' make[3]: *** [check-am] Error 2 make[3]: Leaving directory `/baycells/home/tru/build/slurm-14.03.3-2/testsuite/slurm_unit/common' make[2]: *** [check-recursive] Error 1 make[2]: Leaving directory `/baycells/home/tru/build/slurm-14.03.3-2/testsuite/slurm_unit' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/baycells/home/tru/build/slurm-14.03.3-2/testsuite' make: *** [check-recursive] Error 1 which is fixed in the git tree commit e88b98995aea36aa32ea7d6b090f29fd504bd29f ymmv, Tru -- Dr Tru Huynh | http://www.pasteur.fr/recherche/unites/Binfs/ mailto:[email protected] | tel/fax +33 1 45 68 87 37/19 Institut Pasteur, 25-28 rue du Docteur Roux, 75724 Paris CEDEX 15 France
