Bug 1319803 - doesn't build from source, autogen.sh needs tweek
Summary: doesn't build from source, autogen.sh needs tweek
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: fipscheck
Version: 25
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tomas Mraz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-21 14:51 UTC by cagney
Modified: 2017-02-24 10:04 UTC (History)
1 user (show)

Fixed In Version: fipscheck-1.5.0-1.fc26
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-02-24 10:04:19 UTC
Type: Bug


Attachments (Terms of Use)
run autoreconf --install; remember to cd to $(dirname $0) (407 bytes, patch)
2016-03-21 14:51 UTC, cagney
no flags Details | Diff

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'.


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