Bug 458903
| Summary: | Segmentation fault (program cc1) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fred Wittekind IV <rom> |
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | ||
| 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: | 2008-08-13 09:15:41 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: | |||
*** This bug has been marked as a duplicate of bug 440139 *** |
Description of problem: GCC error while attempting to build updated Wine package (trying to see if bugs are fixed in newer version before entering bug report on Wine) Version-Release number of selected component (if applicable): gcc-4.3.0-8.i386 binutils-2.18.50.0.6-5.fc9.i386 How reproducible: Ran build 3 times in a row, got exact same result. Steps to Reproduce: 1. Attempt to build wine-1.1.2-1.fc10.src.rpm on Fedora 9 Actual results: gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o menu.o menu.c {standard input}: Assembler messages: {standard input}:7540: Warning: end of file not at end of a line; newline inserted {standard input}:8102: Error: unknown pseudo-op: `.lbe11' gcc: Internal error: Segmentation fault (program cc1) Please submit a full bug report. See <http://bugzilla.redhat.com/bugzilla> for instructions. make[2]: *** [menu.o] Error 1 Expected results: No seg fault. Additional info: