Bug 455549 - gcc failed to build Wine 1.1.1 on Fedora 9 i686
Summary: gcc failed to build Wine 1.1.1 on Fedora 9 i686
Keywords:
Status: CLOSED DUPLICATE of bug 440139
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc4
Version: 9
Hardware: i686
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-07-16 04:12 UTC by Hongbo Ni
Modified: 2008-07-16 07:18 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-07-16 07:18:54 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.