Bug 1642077
Summary: | devtoolset-7-gcc dangling symlinks break linking with g++ -m32 | ||
---|---|---|---|
Product: | [Community] softwarecollections.org | Reporter: | franz.sirl-kernel |
Component: | devtoolset-7 | Assignee: | Marek Polacek <mpolacek> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 1.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-11-08 16:58:37 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
franz.sirl-kernel
2018-10-23 14:46:44 UTC
Hi Franz, please make sure that you have the following packages installed when using -m32: glibc-devel.i686 libgcc.i686 libstdc++.i686 devtoolset-7-libstdc++-devel.i686 I suspect you're missing the last one. With that: # rpm -q devtoolset-7-libstdc++-devel devtoolset-7-libstdc++-devel-7.3.1-5.13.el7.x86_64 devtoolset-7-libstdc++-devel-7.3.1-5.13.el7.i686 # scl enable devtoolset-7 "g++ -m32 x.C" # ./a.out Hello world! (In reply to Marek Polacek from comment #1) > Hi Franz, > > please make sure that you have the following packages installed when using > -m32: > > glibc-devel.i686 > libgcc.i686 > libstdc++.i686 These are installed. > devtoolset-7-libstdc++-devel.i686 Where do I get this one? Seems it's not part of the CentOS SCL repository. Is this a distribution packaging bug? (In reply to franz.sirl-kernel from comment #2) > > devtoolset-7-libstdc++-devel.i686 > > Where do I get this one? Seems it's not part of the CentOS SCL repository. > Is this a distribution packaging bug? Sorry, I don't know enough about the CentOS SCL repository. But if that package isn't available, then that seems like a bug. |