Bug 1038230

Summary: FTBFS: makeinfo missing
Product: [Fedora] Fedora Reporter: Karsten Hopp <karsten>
Component: m4Assignee: Vitezslav Crhonek <vcrhonek>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: rawhideCC: vcrhonek
Target Milestone: ---   
Target Release: ---   
Hardware: powerpc   
OS: Linux   
Whiteboard:
Fixed In Version: m4-1.4.17-3.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-09 11:07:39 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
build.log
none
root.log none

Description Karsten Hopp 2013-12-04 16:35:12 UTC
Created attachment 832745 [details]
build.log

Description of problem:
I'm not sure what's going on here, primary arch doesn't pull in texinfo either, please have a look:

rm -rf $backupdir; exit $rc
/builddir/build/BUILD/m4-1.4.17/build-aux/missing: line 81: makeinfo: command not found
WARNING: 'makeinfo' is missing on your system.
         You should only need it if you modified a '.texi' file, or
         any other file indirectly affecting the aspect of the manual.
         You might want to install the Texinfo package:
         <http://www.gnu.org/software/texinfo/>
         The spurious makeinfo call might also be the consequence of
         using a buggy 'make' (AIX, DU, IRIX), in which case you might
         want to install GNU make:
         <http://www.gnu.org/software/make/>
make[2]: *** [m4.info] Error 127

Version-Release number of selected component (if applicable):
m4-1.4.17-2.fc21

How reproducible:
always

Steps to Reproduce:
1.ppc-koji build --scratch f21 m4-1.4.17-2.fc21.src.rpm
2.
3.

Actual results:
http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=1559652

Expected results:


Additional info:

Comment 1 Karsten Hopp 2013-12-04 16:35:41 UTC
Created attachment 832746 [details]
root.log

Comment 2 Vitezslav Crhonek 2013-12-09 11:07:39 UTC
Hm, I don't see why makeinfo is needed for ppc arch...

But I added it to build requires for ppc/ppc64, now it build fine.