Bug 50849
| Summary: | building python 2.1.1 breaks with: | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | chris |
| Component: | glibc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED DUPLICATE | QA Contact: | Aaron Brown <abrown> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | CC: | fweimer |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-08-03 21:45:28 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: | |||
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010628 Description of problem: when building python 2.1.1 it breaks with the error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)." afaik I have the latest glibc gcc rpms for 7.0 How reproducible: Always Steps to Reproduce: 1.down load from python.org Python-2.1.1.tgz 2.uncompress 3. ./configure 4. ./make Actual Results: make test gcc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H -o Modules/pyt hon.o Modules/python.c In file included from Include/Python.h:54, from Modules/python.c:3: Include/pyport.h:422:2: #error "LONG_BIT definition appears wrong for platform (bad gcc /glibc config?)." make: *** [Modules/python.o] Error 1 Additional info: other people have reported problems with 2.1 on RH7.0 on comp.lang.python