Bug 449237 - /usr/include/gnu/stubs-32.h is missing
Summary: /usr/include/gnu/stubs-32.h is missing
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: glibc
Version: 9
Hardware: x86_64
OS: Linux
low
low
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-05-31 20:15 UTC by Jim Burlingame
Modified: 2008-05-31 20:32 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-05-31 20:32:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jim Burlingame 2008-05-31 20:15:23 UTC
Description of problem:
file /usr/include/gnu/stubs-32.h is missing

Version-Release number of selected component (if applicable):
glibc-headers-2.8-3.x86_64

How reproducible:
Compile a C source file with -m32 that includes <gnu/stubs.h>

Steps to Reproduce:
1.echo '#include <gnu/stubs.h>' > testfile.c
2.gcc -m32 -c testfile.c
3.
  
Actual results:
Compile error
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory

Expected results:
No error

Additional info:
Prevents gcc-4.3.0 from compiling itself.

Comment 1 Jakub Jelinek 2008-05-31 20:32:55 UTC
User error.  Fedora 9 doesn't come by default with .i386.rpm packages on x86_64.
If you want 32-bit development support, you need to yum install glibc-devel.i386
(and similarly for any other development library you want to use).


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