Bug 91838

Summary: binutils should require gettext to build
Product: [Retired] Red Hat Raw Hide Reporter: Kaj J. Niemi <kajtzu>
Component: binutilsAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-06-06 00:42:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kaj J. Niemi 2003-05-28 19:57:34 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030509

Description of problem:
binutils fails to build if gettext is missing since it requires /usr/bin/msgfmt
to compile message catalogs.

Please add BuildRequires: gettext to the spec file, thanks.



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

How reproducible:
Always

Steps to Reproduce:
1. rpmbuild -ba binutils.spec
2.
3.
    

Actual Results:  Build fails eventually as msgfmt is set to "no" instead of
/usr/bin/msgfmt

Expected Results:  Build cleanly

Additional info:

Comment 1 Jakub Jelinek 2003-06-02 11:38:24 UTC
Added to my tree, will appear in binutils-2.14.90.0.4-5 and later.

Comment 2 Kaj J. Niemi 2003-06-06 00:42:23 UTC
Closing tt, marking fixed RAWHIDE. Thanks Jakub.