http://bugs.winehq.org/show_bug.cgi?id=13532
Summary: Error at commit 356c47e89e12154737dc71ecc7a30676ec96cdb9 Product: Wine Version: 1.0-rc2 Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: luis.busquets@ilidium.com
wine refuses to compile saying
make[2]: Entering directory `/wine-git/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 `/wine-git/dlls/user32/tests' make[1]: *** [user32/tests] Error 2 make[1]: Leaving directory `/wine-git/dlls' make: *** [dlls] Error 2 http://source.winehq.org/git/wine.git/?a=blobdiff;f=dlls/user32/menu.c;h=dd8...
it compiles again
After making some investigation when eliminating patch. So for me this patch causes a regression.
http://bugs.winehq.org/show_bug.cgi?id=13532
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Lei Zhang thestig@google.com 2008-05-29 14:18:28 --- This is a problem in Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=445494
http://bugs.winehq.org/show_bug.cgi?id=13532
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from James Hawkins truiken@gmail.com 2008-05-29 16:08:42 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=13532
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |davidearlenz@gmail.com
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2008-09-17 04:31:13 --- *** Bug 15307 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=13532
--- Comment #4 from David Earle davidearlenz@gmail.com 2008-09-18 03:24:17 --- I also had this problem using Fedora - see duplicate bug.
The advise of the fedora site worked - i.e. run the following before compiling:
ulimit -s unlimited
also - just re-starting the compiling may be enough on its own, as it runs through and starts up from where it left off. (the issue is to do with gcc and stack limits)