Bug 90810

Summary: building glibc-2.3.2-27.9 breaks with glibc-2.3.2-11.9
Product: [Retired] Red Hat Linux Reporter: Bill <wbaker>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: fweimer
Target Milestone: ---   
Target Release: ---   
Hardware: athlon   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-05-14 06:00:44 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 Bill 2003-05-14 03:22:52 UTC
Description of problem:
Downloaded glibc-2.3.2-27.9.src.rpm from 
ftp://people.redhat.com/jakub/glibc/errata/9/glibc-2.3.2-27.9.src.rpm and tried 
to build it.  After several hours, the error comes back "configure: error: 
compiler support for __thread is required".

Version-Release number of selected component (if applicable):
glibc-2.3.2-11.9

How reproducible:
Always

Steps to Reproduce:
1. Download SRPM of glibc-2.3.2-27.9 
2. Try to build it on a fresh upgrade to Red Hat 9 from Red Hat 8.0 using 
Athlon architecture as target: 
rpm -ba --target athlon glibc-9.spec
    
Actual results:
configure: error: compiler support for __thread is required

Expected results:
Expected it to build the glibc rpms

Additional info:

Comment 1 Jakub Jelinek 2003-05-14 06:00:44 UTC
You have to use RHL9 gcc and binutils to build RHL9 glibc.

Comment 2 Bill 2003-05-18 13:12:59 UTC
*** Bug 90806 has been marked as a duplicate of this bug. ***