| Summary: | configure cannot run aclocal | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | zombie214 <nixnax> |
| Component: | bfgminer | Assignee: | Paul Wouters <pwouters> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | nixnax, pwouters, rdieter |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-18 23:46:17 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
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. |
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