Bug 107525

Summary: error compiling wineX CVS version
Product: [Retired] Red Hat Linux Reporter: Gertjan Roelofs <themax>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
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: 2004-10-04 05:47:08 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 Gertjan Roelofs 2003-10-20 01:10:08 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.1; Linux)

Description of problem:
when compiling winex 3.1 cvs the program doesn't compile and returns an error

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

How reproducible:
Always

Steps to Reproduce:
1. cvs -d:pserver:anonymous.sourceforge.net:/cvsroot/winex login
2. cvs -z3 -d:pserver:anonymous.sourceforge.net:/cvsroot/winex co wine
3. ./configure --with-x --disable-trace --enable-opengl --disable-debug
4. make depend && make
    

Actual Results:  after the make..... command it starts compiling after 15 minutes the program returns an error and puts me back in shell

Expected Results:  complete compiling

Additional info:

edit.c: In function `EDIT_WM_SysKeyDown':
edit.c:4817: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[3]: *** [edit.o] Error 1
make[3]: Leaving directory `/home/themax/wine/controls'
make[2]: *** [../../controls/controls.o] Error 2
make[2]: Leaving directory `/home/themax/wine/dlls/user'
make[1]: *** [user/libuser32.so] Error 2
make[1]: Leaving directory `/home/themax/wine/dlls'
make: *** [dlls] Error 2

Comment 1 Thomas Woerner 2003-10-20 08:45:08 UTC
This is a compiler bug.

Comment 2 Jakub Jelinek 2003-10-20 08:58:01 UTC
Assuming it is reproduceable...
If yes, please rerun gcc command which compiles edit.c with additional
-save-temps option, mention the options here in the bugreport and attach
edit.i it creates.

Comment 3 Gertjan Roelofs 2003-10-20 11:32:52 UTC
erm... ok i'm a total noob still learning, pls explain in noob english pls :P

Comment 4 Jakub Jelinek 2003-10-21 07:11:58 UTC
You run make 2>&1 | tee logfile
If it crashes the same way as above, you grep gcc.*edit\.c logfile
and run the command it prints with additional -save-temps option.
(e.g. assuming it prints just one line, you can try:
`grep gcc.*edit\.c logfile` -save-temps

Comment 5 Gertjan Roelofs 2003-10-26 22:21:55 UTC
ok sorry no bug, just my crappy mobo that's bitching me sorry for your waste of
time, gonna search for new cp first before i complain :P