Bug 157654
Summary: | i386-redhat-linux-gcc32 and g++32 attempt to use x86_64 assembler | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | yuubyou+rhbz |
Component: | comps | Assignee: | Elliot Lee <sopwith> |
Status: | CLOSED RAWHIDE | QA Contact: | Bill Nottingham <notting> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4 | CC: | jakub, rvokal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-05-16 18:21:06 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: | |||
Bug Depends On: | |||
Bug Blocks: | 136450 |
Description
yuubyou+rhbz
2005-05-13 14:47:38 UTC
/usr/bin/g++32 fails similarly. gcc32 is an x86_64 compiler, while g++32 is an i386 compiler. That is a bug in the x86-64/ppc comps. compat-gcc-*.i386.rpm must not be included on x86-64, similarly compat-gcc-*.ppc64.rpm must not be included on ppc. Only compat-[^g]*.i386.rpm (resp. compat-[^g]*.ppc64.rpm) are meant to be installed in addition to compat-[^g]*.x86_64.rpm (resp. *.ppc.rpm). I'm removing compat-gcc-* from the compat-arch-development group. |