Bug 1044688 - configure cannot run aclocal
Summary: configure cannot run aclocal
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: bfgminer
Version: rawhide
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Paul Wouters
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-18 19:57 UTC by zombie214
Modified: 2013-12-19 02:53 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-18 23:46:17 UTC
Type: Bug


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.