http://bugs.winehq.org/show_bug.cgi?id=16497
Summary: Broken Git Product: Wine Version: CVS/GIT Platform: All OS/Version: All Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: Elliotw2@gmail.com
In the current (8:48 PM EDT, Dec 13) git, there seems to be an error in menu.o, causing this error upon make menu.o: In function `test_menu_add_string': /home/Elliot/wine-git/dlls/user32/tests/menu.c:601: undefined reference to `blah.15349' /usr/bin/ld: menu.o: relocation R_386_GOTOFF against undefined symbol `blah.15349' can not be used when making a shared object
http://bugs.winehq.org/show_bug.cgi?id=16497
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #1 from Anastasius Focht focht@gmx.net 2008-12-14 04:18:09 --- Hello,
dupe of bug 13445 (even if it's different error manifestation).
You are running into a regression which was introduced in gcc 4.3/4.4 Mainly Fedora 9 users suffered from it and only Wine seemed to trigger this.
It was fixed upstream a while ago, so ideally if you update using 'yum' you might get a toolchain with that bug fixed.
If you are interested in the details/background you might want to visit:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35204
where the PR was reported, discussed and fixed.
---
If the problem still persists after updating using 'yum' (and 'make distclean' before rebuilding Wine), do the following in your shell when building from source:
--- snip --- $ export CFLAGS="-fno-tree-pre -fno-tree-fre" --- snip ---
and 'make distclean' to remove any invalid artefacts generated by this bug before rebuilding Wine (make).
Regards
http://bugs.winehq.org/show_bug.cgi?id=16497
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2008-12-14 11:58:42 --- Thanks Anastasius.
Duplicate.
*** This bug has been marked as a duplicate of bug 13445 ***
http://bugs.winehq.org/show_bug.cgi?id=16497
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Vitaliy Margolen vitaliy@kievinfo.com 2008-12-14 11:58:52 --- Closing dup
http://bugs.winehq.org/show_bug.cgi?id=16497
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal OS/Version|All |other Platform|All |Other Version|CVS/GIT |1.1.10