Hide Forgot
Description of problem: aclocal-1.13 not found in configure script Version-Release number of selected component (if applicable): 1.13 How reproducible: see below Steps to Reproduce: 1. git clone git://pkgs.fedoraproject.org/bfgminer.git 2. fedpkg mockbuild 3. Actual results: in build.log: /builddir/build/BUILD/bfgminer-3.3.0/missing: line 81: aclocal-1.13: command not found Expected results: build success Additional info: suspected culprit: in configure: MISSING="\${SHELL} $am_aux_dir/missing" ;; https://www.google.com/search?q="line+81"+aclocal+missing
This seems relevant https://www.flameeyes.eu/autotools-mythbuster/automake/maintainer.html
I fixed it in rawhide, http://pkgs.fedoraproject.org/cgit/bfgminer.git/commit/?id=43b828eb84f6e94e1ee2022475480c2cb96b356f In short, configure assumed presence of automake-1.13, but rawhide had automake-1.14
Rex Dieter thanks dude.