Hide Forgot
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.
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle. Changing version to '25'.