http://bugs.winehq.org/show_bug.cgi?id=22951
Summary: AutoCAD 2005 Mechanical: Fails to start Product: Wine Version: 1.2-rc1 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: lukasz.wojnilowicz@gmail.com
Created an attachment (id=28414) --> (http://bugs.winehq.org/attachment.cgi?id=28414) WINEDEBUG=+relay on Wine-1.2-rc2
Steps to reproduce: 1) remove ~/.wine 2) install AutoCAD 2005 Mechanical using Wine-1.2-rc2 3) start AutoCAD 2005 by wine acad.exe
Behaviour: On Wine-1.2-rc1 and Wine-1.2-rc2 AutoCAD 2005 doesn't start and displays nothing in terminal
On Wine-1.1.44 AutoCAD 2005 starts fine.
Regression test between Wine 1.2-rc1 and Wine 1.1.44 did give
f7f4e9e3be9f0bff65857637030dfb0718bfb8bd is the first bad commit commit f7f4e9e3be9f0bff65857637030dfb0718bfb8bd Author: Alexandre Julliard julliard@winehq.org Date: Fri May 7 22:38:32 2010 +0200
include: Force inlining exported API functions to avoid duplicate definitions.
:040000 040000 0cfb7987288bc96c4dd34a4f064b8df178b4c390 53b20cbcdf158b6d9bffcfbc60c78d5dcaa9541c M include
It worth noticing that I always did git bisect bad.
After reverting that patch Wine fails to compile with following error
ccache gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DWINE_UNICODE_API="" -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -g -O0 -o mbtowc.o mbtowc.c ../tools/widl/widl -I. -I. -I../include -I../include -h -H tom.h tom.idl {standard input}: Assembler messages: {standard input}:1587: Error: symbol `wine_get_fs' is already defined {standard input}:1617: Error: symbol `wine_set_fs' is already defined make[1]: *** [ldt.o] Error 1 make[1]: *** Waiting for unfinished jobs.... ../tools/widl/widl -I. -I. -I../include -I../include -h -H urlhist.h urlhist.idl make[1]: Leaving directory `/home/Wojnilowicz/wine-git/libs/wine' make: *** [libs/wine] Error 2 make: *** Waiting for unfinished jobs....
Additional info
1) Wine 1.2-rc1 and 1.2-rc2 were compiled by following command CFLAGS="-g -gdwarf-2" ./configure --disable-tests && make -j3 2) Wine 1.1.44 was compiled by following command ./configure --disable-tests && make -j3 because of errors about source tree during compilation process
3) All devel packages were installed besides libmpg123 4) gcc --version gives gcc (GCC) 4.4.4 20100503 (Red Hat 4.4.4-2) 5) I'm using Fedora 13 32 bit
http://bugs.winehq.org/show_bug.cgi?id=22951
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression CC| |julliard@winehq.org
http://bugs.winehq.org/show_bug.cgi?id=22951
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2010-05-30 05:58:02 ---
After reverting that patch Wine fails to compile with following error
That's a sign that your regression test results are incorrect, i.e. you haven't actually tested that commit.
http://bugs.winehq.org/show_bug.cgi?id=22951
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2010-05-30 06:04:03 --- Please perform the regression testing again using -O2 instead of -O0.
http://bugs.winehq.org/show_bug.cgi?id=22951
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #3 from NSLW lukasz.wojnilowicz@gmail.com 2010-05-30 09:30:45 --- Compiling Wine by following command CFLAGS="-g -gdwarf-2 -O2" ./configure --disable-tests && make -j3 causes this bug to disappear.
http://bugs.winehq.org/show_bug.cgi?id=22951
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #4 from Wylda wylda@volny.cz 2010-05-30 09:36:01 ---
Well i think, that this is bug in wine... I have already open bug 22925 and try to catch that somehow. Still waiting for AJ/Vitaliy's advice what to do next. So feel free to keep an open eye on that bug ;) and when fixed, please retest your AutoCAD.
http://bugs.winehq.org/show_bug.cgi?id=22951
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Resolution|INVALID |DUPLICATE
--- Comment #5 from Vitaliy Margolen vitaliy@kievinfo.com 2010-05-30 14:02:24 --- Marking duplicate.
*** This bug has been marked as a duplicate of bug 22925 ***