Bug 1083081 - build failed: error: required file 'build-aux/compile' not found
Summary: build failed: error: required file 'build-aux/compile' not found
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: icoutils
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Martin Gieseking
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-04-01 12:55 UTC by Menanteau Guy
Modified: 2014-04-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-04-01 15:37:34 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Menanteau Guy 2014-04-01 12:55:53 UTC
Description of problem:
build failed at autoreconf step. 

Version-Release number of selected component (if applicable):
icoutils-0.31.0-3.fc21

Actual results:
+ autoreconf
autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION
configure.ac:27: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.ac:27: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:27: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
configure.ac:13: error: required file 'build-aux/compile' not found
configure.ac:13:   'automake --add-missing' can install 'compile'

Additional info:
To have a build ok I just added option -i to autoreconf in spec file

icoutils.spec
...
%prep
%setup -q
autoreconf -i

Comment 1 Martin Gieseking 2014-04-01 15:37:34 UTC
Thanks for the report. I fixed it in rawhide.


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