Bug 447584
| Summary: | GCC 4.3 compilation error in Wine 1.0-rc1 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Zoltan Boszormenyi <zboszor> |
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 9 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-05-20 16:28:45 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: | |||
Description of problem: I used to compile my own Wine RPMs using the official Fedora Wine SRPM specfile (sometimes with needed modifications). Fedora 9's GCC 4.3 is unable to compile Wine 1.0-rc1 which was successful with F8 GCC 4.1.2. The error message: gcc -m32 -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}:7531: Warning: end of file not at end of a line; newline inserted {standard input}:8093: Error: unknown pseudo-op: `.lbb11' gcc: Internal error: Szegmens hiba (program cc1) Please submit a full bug report. See <http://bugzilla.redhat.com/bugzilla> for instructions. make[2]: *** [menu.o] Error 1 make[2]: Leaving directory `/home/zozo/rpmbuild/BUILD/wine-1.0-rc1/dlls/user32/tests' make[1]: *** [user32/tests] Error 2 make[1]: Leaving directory `/home/zozo/rpmbuild/BUILD/wine-1.0-rc1/dlls' make: *** [dlls] Error 2 Version-Release number of selected component (if applicable): $ rpm -q gcc binutils gcc-4.3.0-8.x86_64 binutils-2.18.50.0.6-2.x86_64 How reproducible: Always. Steps to Reproduce: 1. setarch i386 rpmbuild -ba --target i386 wine.spec 2. wait... 3. Actual results: Compilation error. Expected results: Successful compilation. Additional info: