Bug 74503
Summary: | gcc is unable to rebuild itself | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Leonid Kanter <leon> |
Component: | gcc | Assignee: | Jakub Jelinek <jakub> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 8.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 3.2-10 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-10-02 18:09:47 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: | |||
Attachments: |
Description
Leonid Kanter
2002-09-25 14:28:32 UTC
Created attachment 77204 [details]
nohup.out produced by rpmbuild -ba gcc32.spec
It is a known problem. Created attachment 77205 [details]
A patch
That's not true. It is a known problem that the patch I put in doesn't work with --enable-clocale=generic (and that is what I've fixed in CVS). But on Psyche it uses clocale gnu, not generic, as glibc is recent enough and has the necessary bugfixes. So I'm really interested in seeing libstdc++-v3's config.log to see what's going on and why it chose clocale generic, not gnu. Created attachment 77206 [details]
BUILD/gcc-3.2-20020903/obj-i386-asplinux-linux/i386-asplinux-linux/libstdc++-v3/config.log
sorry, it was from wrong box, but it's no matter Looks like you don't have german locale installed. The test needs it. Created attachment 77207 [details]
config.log from clean psyche box
Hmm installer doesn't install German locale because I selected only Russian and Ukrainian locales during installation. Let me rpm -i --force glibc-common and retry... Yes, I installed full set of glibc locales and rebuilt gcc rpm successfully. |