Bug 1014373 - missing build requires for gcc-libraries-4.8.0-5.1.1.el5
Summary: missing build requires for gcc-libraries-4.8.0-5.1.1.el5
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: gcc-libraries
Version: 5.10
Hardware: All
OS: All
unspecified
low
Target Milestone: rc
: ---
Assignee: Marek Polacek
QA Contact: qe-baseos-tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-01 20:32 UTC by jcpunk
Modified: 2013-10-02 05:42 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-02 05:42:42 UTC
Target Upstream Version:


Attachments (Terms of Use)

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.


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