[Bug 13445] New: Wine 1.0-rc2 fails to compile on Fedora 9
http://bugs.winehq.org/show_bug.cgi?id=13445 Summary: Wine 1.0-rc2 fails to compile on Fedora 9 Product: Wine Version: 1.0-rc2 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P1 Component: user32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: eurodrew555(a)yahoo.com.au Created an attachment (id=13354) --> (http://bugs.winehq.org/attachment.cgi?id=13354) Output of 'make' where compile of wine-1.0rc2 fails wine-1.0-rc2 fails to compile on Fedora 9. System description: 2.6.25.3-18.fc9.i686 #1 SMP Tue May 13 05:38:53 EDT 2008 i686 athlon i386 GNU/Linux 1) downloaded wine-1.0-rc2.tar.bz2 2) untarred archive 3) cd /usr/src/wine-1.0-rc2 3) ./compile 4) make make fails with error: {standard input}:7745: Error: unknown pseudo-op: `.l' gcc: Internal error: Segmentation fault (program cc1) yum list | grep gcc compat-gcc-34.i386 3.4.6-9 installed gcc.i386 4.3.0-8 installed gcc-c++.i386 4.3.0-8 installed gcc-gfortran.i386 4.3.0-8 installed libgcc.i386 4.3.0-8 installed -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13445 --- Comment #1 from Andrew Smith <eurodrew555(a)yahoo.com.au> 2008-05-26 13:46:38 --- CORRECTION - the build order is as follows (and still fails with the same error) 1) downloaded wine-1.0-rc2.tar.bz2 2) untarred archive 3) cd /usr/src/wine-1.0-rc2 3) ./compile 4) make depend && make (In reply to comment #0)
Created an attachment (id=13354) --> (http://bugs.winehq.org/attachment.cgi?id=13354) [details] Output of 'make' where compile of wine-1.0rc2 fails
wine-1.0-rc2 fails to compile on Fedora 9.
System description: 2.6.25.3-18.fc9.i686 #1 SMP Tue May 13 05:38:53 EDT 2008 i686 athlon i386 GNU/Linux
1) downloaded wine-1.0-rc2.tar.bz2 2) untarred archive 3) cd /usr/src/wine-1.0-rc2 3) ./compile 4) make
make fails with error:
{standard input}:7745: Error: unknown pseudo-op: `.l' gcc: Internal error: Segmentation fault (program cc1)
yum list | grep gcc
compat-gcc-34.i386 3.4.6-9 installed gcc.i386 4.3.0-8 installed gcc-c++.i386 4.3.0-8 installed gcc-gfortran.i386 4.3.0-8 installed libgcc.i386 4.3.0-8 installed
-- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13445 --- Comment #2 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-05-26 14:40:19 --- What's "compile"? Wine does not have this. The proper procedure is: ./configure --verbose # fix all requirements ./configure --verbose make depend make all #optional sudo make install -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13445 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13354|application/octet-stream |text/plain mime type| | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13445 --- Comment #3 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-05-26 14:43:35 --- Also: gcc: Internal error: Segmentation fault (program cc1) Please submit a full bug report. See <http://bugzilla.redhat.com/bugzilla> for instructions. Wrong bugzilla? You either have problem with your system or hardware problem(s). Last time I've seen this message my PC had bad memory. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13445 --- Comment #4 from Andrew Smith <eurodrew555(a)yahoo.com.au> 2008-05-26 15:17:11 --- Created an attachment (id=13367) --> (http://bugs.winehq.org/attachment.cgi?id=13367) :q! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13445 Andrew Smith <eurodrew555(a)yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13367|:q! |wine- description| |1.0rc2/dlls/user32/tests/men | |u.c commented to allow | |compile on Fedora 9 --- Comment #5 from Andrew Smith <eurodrew555(a)yahoo.com.au> 2008-05-26 15:23:57 --- (From update of attachment 13367) This is definitely not a patch, just trying to track down where wine is failing to compile on Fedora 9. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13445 --- Comment #6 from Andrew Smith <eurodrew555(a)yahoo.com.au> 2008-05-26 15:29:19 --- After commenting out wine-1.0-rc2/dlls/user32/tests/menu.c START_TEST(menu) lines 2343 through to 2363 I am able to fully compile and run wine-1.0rc2. All previous apps that I use are all working OK -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13445 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13367|application/octet-stream |text/plain mime type| | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13445 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #7 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-05-26 16:31:34 --- Invalid. Hardware or system problem. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13445 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal Priority|P1 |P2 --- Comment #8 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-05-26 20:40:01 --- (In reply to comment #6)
After commenting out wine-1.0-rc2/dlls/user32/tests/menu.c START_TEST(menu) lines 2343 through to 2363 I am able to fully compile and run wine-1.0rc2.
That's a know problem with FC. A workaround is: ulimit -s unlimited -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13445 --- Comment #9 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-05-26 20:40:43 --- s/know/known/ -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13445 --- Comment #10 from Andrew Smith <eurodrew555(a)yahoo.com.au> 2008-05-27 05:54:35 --- (In reply to comment #9) Thanks Dmitry, I can confirm that 'ulimit -s unlimited' has resolved this issue on Fedora 9. Thanks, Andrew -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13445 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-05-27 05:59:50 --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13445 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |felyza(a)gmail.com --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> 2008-05-30 13:10:05 --- *** Bug 13551 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13445 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |drdave13(a)mail.ru --- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> 2008-06-10 12:29:52 --- *** Bug 13833 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13445 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |John(a)SVTIi.com --- Comment #14 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-06-13 23:08:33 --- *** Bug 13889 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13445 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Elliotw2(a)gmail.com --- Comment #15 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-12-14 11:58:42 --- *** Bug 16497 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13445 --- Comment #16 from DaveK <davek216(a)comcast.net> 2009-11-20 03:53:33 --- Created an attachment (id=24853) --> (http://bugs.winehq.org/attachment.cgi?id=24853) log messages when winecfg is run via a terminal This is the result when winecfg is run via a terminal. Wine is installed under Fedora 11. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13445 --- Comment #17 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-11-20 04:03:45 --- (In reply to comment #16)
Created an attachment (id=24853) --> (http://bugs.winehq.org/attachment.cgi?id=24853) [details] log messages when winecfg is run via a terminal
This is the result when winecfg is run via a terminal.
Wine is installed under Fedora 11.
This is not the bug you are looking for, it is also closed and invalid. If you need assistance visit the forum. http://forum.winehq.org -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org