Bug 455549

Summary: gcc failed to build Wine 1.1.1 on Fedora 9 i686
Product: [Fedora] Fedora Reporter: Hongbo Ni <hongbo>
Component: gcc4Assignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-16 07:18:54 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 Hongbo Ni 2008-07-16 04:12:02 UTC
Description of problem:

gcc failed to build Wine 1.1.1 on Fedora 9 i686

Version-Release number of selected component (if applicable):

gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)

How reproducible: every thime


Steps to Reproduce:
1. wget http://prdownloads.sourceforge.net/wine/wine-1.1.1.tar.bz2
2. tar xvfj wine-1.1.1.tar.bz2
3. cd wine-1.1.1
4. ./configure
5. make depend 
6. make
  
Actual results:

make[2]: Leaving directory `/root/mysrc/wine-1.1.1/dlls/urlmon/tests'
make[2]: Entering directory `/root/mysrc/wine-1.1.1/dlls/user32/tests'
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  -g -O2  -o menu.o menu.c
{standard input}: Assembler messages:
{standard input}:7412: Warning: end of file not at end of a line; newline inserted
{standard input}:7745: Error: unknown pseudo-op: `.l'
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
make[2]: Leaving directory `/root/mysrc/wine-1.1.1/dlls/user32/tests'
make[1]: *** [user32/tests] Error 2
make[1]: Leaving directory `/root/mysrc/wine-1.1.1/dlls'
make: *** [dlls] Error 2

Expected results:

It should build it without any problem.

Additional info:

Comment 1 Jakub Jelinek 2008-07-16 07:18:54 UTC

*** This bug has been marked as a duplicate of 440139 ***