Bug 114601

Summary: RFE: add Buildreq for glibc-devel-i386
Product: [Fedora] Fedora Reporter: Gene Czarcinski <gczarcinski>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1CC: 64bit_fedora
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 4.0.1-5 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-08-18 09:25:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Gene Czarcinski 2004-01-29 22:16:14 UTC
Description of problem:
On the x86_64, building gcc reqires both the x86_64 glibc-devel and
the i386 glibc-devel so that gcc can generate both 32 bit and 64 bit code.

The current situation is that there is the build fails with no real
obvious reason why.

The problem was that the i386 glibc-devel as not installed.

Assuming than an addition has been mad to glibc-devel of the sort:


%ifarch i386
Provides: glibc-devel-i386
%endif

Then this RFE requests the additon of something like the following to
the gcc spec file:

%ifarch x86_64
Buildreq: glibc-devel-i386
%endif

See:https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=114600

Comment 1 Jakub Jelinek 2005-08-18 09:25:55 UTC
gcc-4.0.1-5 and above has:
%ifarch %{multilib_64_archs} sparc ppc
# 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
%endif