Bug 1319803

Summary: doesn't build from source, autogen.sh needs tweek
Product: [Fedora] Fedora Reporter: cagney
Component: fipscheckAssignee: Tomas Mraz <tmraz>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: tmraz
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: fipscheck-1.5.0-1.fc26 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-02-24 10:04:19 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:
Attachments:
Description Flags
run autoreconf --install; remember to cd to $(dirname $0) none

Description cagney 2016-03-21 14:51:42 UTC
Created attachment 1138618 [details]
run autoreconf --install; remember to cd to $(dirname $0)

Description of problem:

Doesn't build from source - the auto* tools are run in the wrong order.


Version-Release number of selected component (if applicable):

"default"


How reproducible:

100%


Steps to Reproduce:

1. $ hg clone https://hg.fedorahosted.org/hg/fipscheck/

2. $ cd fipscheck

3. ./autogen.sh
+ aclocal -I m4
aclocal: warning: couldn't open directory 'm4': No such file or directory
+ autoheader
+ automake -a
configure.ac:9: installing './compile'
configure.ac:11: installing './config.guess'
configure.ac:11: installing './config.sub'
configure.ac:6: installing './install-sh'
configure.ac:11: error: required file './ltmain.sh' not found
configure.ac:6: installing './missing'
Makefile.am: installing './INSTALL'
src/Makefile.am: installing './depcomp'
+ autoconf
++ sed '/AC_INIT/ !d; s/^[^[:digit:]]*//; s/[^[:digit:]]*$//' configure.ac
+ VERSION=1.4.1
+ sed s/@PACKAGE_VERSION@/1.4.1/ fipscheck.spec.in

4. $ ./configure
...
config.status: error: cannot find input file: `Makefile.in'


Additional info:

Running autoreconf --install seems to be recommended; see attached.

Comment 1 Jan Kurik 2016-07-26 05:09:04 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle.
Changing version to '25'.