Bug 155701
| Summary: | libgcc %post script failure for Raw Hide kickstart | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Joe Orton <jorton> |
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | jakub, katzj, n3npq |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 4.0.0-5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-05-16 20:24:26 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
Joe Orton
2005-04-22 12:45:58 UTC
Is this on ia64 with ia32el not installed or something? No, perfectly normal x86 installation. Sounds like rpm bug anyway. There were no changes to the libgcc's %post since mid February and all that binary does is access /sbin/ldconfig and execl /sbin/ldconfig if it exists. If you run /usr/sbin/libgcc_post_upgrade; echo $? by hand, does it print 0? [root@trash ~]# /usr/sbin/libgcc_post_upgrade [root@trash ~]# echo $? 0 [root@trash ~]# rpm -q libgcc libgcc-4.0.0-1 still saw this with on a kickstart of this morning's Raw Hide snapshot rpm-4.4.1-11 anaconda-10.2.0.55-1 Back to gcc... mv /sbin/ldconfig /sbin/ldconfig.old ; /usr/sbin/libgcc_post_upgrade Watch it segfault :-) Should be fixed in libgcc-4.0.0-5. |