Bug 1014373

Summary: missing build requires for gcc-libraries-4.8.0-5.1.1.el5
Product: Red Hat Enterprise Linux 5 Reporter: jcpunk
Component: gcc-librariesAssignee: Marek Polacek <mpolacek>
Status: CLOSED NOTABUG QA Contact: qe-baseos-tools-bugs
Severity: low Docs Contact:
Priority: unspecified    
Version: 5.10CC: csieh
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-02 05:42:42 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:

Description jcpunk 2013-10-01 20:32:40 UTC
Description of problem:gcc-libraries-4.8.0-5.1.1.el5 requires gnu/stub-32.h to build.  This is provided by glibc-devel.  However, glibc-devel is not listed as a BuildRequires for this RPM


Version-Release number of selected component (if applicable):gcc-libraries-4.8.0-5.1.1.el5


How reproducible: 100%


Steps to Reproduce:
1. try to rebuild in mock
2. fails at gnu/stub-32.h
3.

Actual results:
cannot rebuild in mock

Expected results:
correct BuildRequires

Additional info:

Comment 1 Marek Polacek 2013-10-01 20:49:14 UTC
gcc-libraries.spec already has 
BuildRequires: glibc-devel >= 2.4.90-13
and 
# Ensure glibc{,-devel} is installed for both multilib arches
BuildRequires: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6 /usr/lib64/libc.so

gnu/stub-32.h comes from glibc-devel.i386 (I suppose you're building on x86_64), so this should be already installed IMHO.

Comment 2 jcpunk 2013-10-01 20:58:49 UTC
Good call,

my mock config was excluding all i386/i686 for x86_64

Seemed like an odd error......

Please close "NOTABUG"

Comment 3 Marek Polacek 2013-10-02 05:42:42 UTC
Ok, closing then.