On Mon, 19 Jan 2015, Dave Botsch wrote: > So, got past the kernel problem. > > Of course, I'm trying to generate RPMs from the git instead of just > doing a "make dest" / etc. > > Got as far as: > > make[3]: Leaving directory > '/home/dbotsch/rpmbuild/BUILD/openafs-1.6.11/src/shlibafsauthent' > if test -d "doc/man-pages" ; then \ > cd doc/man-pages && make dest ; \ > fi > make[3]: Entering directory > '/home/dbotsch/rpmbuild/BUILD/openafs-1.6.11/doc/man-pages' > chmod +x install-man > mkdir -p > /home/dbotsch/rpmbuild/BUILD/openafs-1.6.11/amd64_linux26/dest/man/man1 > /home/dbotsch/rpmbuild/BUILD/openafs-1.6.11/amd64_linux26/dest/man/man5 > /home/dbotsch/rpmbuild/BUILD/openafs-1.6.11/amd64_linux26/dest/man/man8 > set -e; for M in man1/*.1 man5/*.5 man8/*.8 ; do \ > ./install-man $M > /home/dbotsch/rpmbuild/BUILD/openafs-1.6.11/amd64_linux26/dest/man/$M ; > \ > done > ./install-man: line 43: man1/*.1.tmp: No such file or directory
Looks like maybe the variable 'install' is not set in the install-man script; it should get set to INSTALL_DATA by configure. I have no idea why that might be happening, though. -Ben _______________________________________________ OpenAFS-devel mailing list OpenAFS-devel@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-devel