Bug 1044688

Summary: configure cannot run aclocal
Product: [Fedora] Fedora Reporter: zombie214 <nixnax>
Component: bfgminerAssignee: Paul Wouters <pwouters>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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:

Description zombie214 2013-12-18 19:57:52 UTC
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

Comment 1 zombie214 2013-12-18 20:23:11 UTC
This seems relevant https://www.flameeyes.eu/autotools-mythbuster/automake/maintainer.html

Comment 2 Rex Dieter 2013-12-18 23:46:17 UTC
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

Comment 3 zombie214 2013-12-19 02:53:46 UTC
Rex Dieter thanks dude.