Hide Forgot
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:
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.
Good call, my mock config was excluding all i386/i686 for x86_64 Seemed like an odd error...... Please close "NOTABUG"
Ok, closing then.