Bug 174120 - <gnu/stubs-32.h> is missing
Summary: <gnu/stubs-32.h> is missing
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: glibc
Version: 5
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Brian Brock
URL:
Whiteboard:
: 174122 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-11-24 18:44 UTC by John Reiser
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-11-24 19:25:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description John Reiser 2005-11-24 18:44:28 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8) Gecko/20051118 Fedora/1.5-0.5.0.rc3 Firefox/1.5

Description of problem:
Neither glibc-devel-2.3.90-18 nor glibc-headers-2.3.90-18 for x86_64 contains /usr/include/gnu/stubs-32.h which is #include by <gnu/stubs.h> for -m32 compilations.


Version-Release number of selected component (if applicable):
glibc-devel-2.3.90-18

How reproducible:
Always

Steps to Reproduce:
1. gcc -m32 -c foo.c   # where foo.c: #include <gnu/stubs.h>
2.
3.
  

Actual Results:  /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory


Expected Results:  No complaint.

Additional info:

Comment 1 Jakub Jelinek 2005-11-24 19:25:47 UTC
It is provided by glibc-devel-*.i386.rpm.  If you want to build 32-bit programs,
you obviously need to have 32-bit devel environment installed.
gcc doesn't require it, because most users need just the 64-bit one.

Comment 2 Jakub Jelinek 2005-11-24 19:26:47 UTC
*** Bug 174122 has been marked as a duplicate of this bug. ***


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