[Bug 25151] New: wine: failed to initialize: /usr/local/lib/wine/ntdll.dll.so
http://bugs.winehq.org/show_bug.cgi?id=25151 Summary: wine: failed to initialize: /usr/local/lib/wine/ntdll.dll.so Product: Wine Version: 1.3.7 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs(a)winehq.org ReportedBy: toralf.foerster(a)gmx.de Something between 1309731..b1b485e breaks wine if called from the build directory : tfoerste(a)n22 ~/devel/wine-git $ ./wine /home/tfoerste/.wine/drive_c/Program\ Files/lotus/notes/notes.exe wine: failed to initialize: /usr/local/lib/wine/ntdll.dll.so: cannot open shared object file: No such file or directory -- 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=25151 Toralf Förster <toralf.foerster(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #1 from Toralf Förster <toralf.foerster(a)gmx.de> 2010-11-13 10:15:12 CST --- wrong topic, the real problem is : ccache gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -O2 -march=native -pipe -fomit-frame-pointer -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -o registrar.o registrar.c registrar.c: In function ‘DllGetClassObject’: registrar.c:747: error: ‘CLSID_Registrar’ undeclared (first use in this function) registrar.c:747: error: (Each undeclared identifier is reported only once registrar.c:747: error: for each function it appears in.) registrar.c: In function ‘do_register_server’: registrar.c:796: error: ‘CLSID_Registrar’ undeclared (first use in this function) make[1]: *** [registrar.o] Error 1 make[1]: Leaving directory `/home/tfoerste/devel/wine-git/dlls/atl' make: *** [dlls/atl] Error 2 -- 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=25151 Toralf Förster <toralf.foerster(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID | --- Comment #2 from Toralf Förster <toralf.foerster(a)gmx.de> 2010-11-13 10:52:09 CST --- A git bisect gives: 9c4432f69d91007d02c52c50ba565ca795f44765 is the first bad commit commit 9c4432f69d91007d02c52c50ba565ca795f44765 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Nov 12 11:49:44 2010 +0100 atl: Fix the name of the Registrar class id. :040000 040000 03f68297d666d558fc822cc181d588e8580596e7 e6d910ced7d81699bae9d8840e3a6a999f678cab M dlls :040000 040000 764f9d1b5e113f74e2a21cd639ca9052f19cc2b9 15d1e30244dea400f9dfe4622491290d09f12576 M include bisect run success -- 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=25151 Toralf Förster <toralf.foerster(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|wine: failed to initialize: |wine: build error |/usr/local/lib/wine/ntdll.d |[bisected] |ll.so | -- 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=25151 --- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-11-13 11:00:48 CST --- Toralf, there's no build problem with 1.3.7. Clean your tree first to remove untracked files, or remove dlls/atl/atliface.h manually. -- 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=25151 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |jacek(a)codeweavers.com Resolution| |INVALID --- Comment #4 from Jacek Caban <jacek(a)codeweavers.com> 2010-11-13 11:02:36 CST --- Resolving invalid. -- 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=25151 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Jacek Caban <jacek(a)codeweavers.com> 2010-11-13 11:03:07 CST --- 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=25151 --- Comment #6 from Toralf Förster <toralf.foerster(a)gmx.de> 2010-11-13 12:59:32 CST --- (In reply to comment #3)
Toralf, there's no build problem with 1.3.7. Clean your tree first to remove untracked files, or remove dlls/atl/atliface.h manually. Yep "git clean -d -f" (which I forget to run before) did it, BTW a "make distclean" didn't removed that file.
-- 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=25151 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED Component|ntdll |-unknown Resolution|INVALID |DUPLICATE Summary|wine: build error |wine: build error |[bisected] | --- Comment #7 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-11-13 13:50:15 CST --- dup. *** This bug has been marked as a duplicate of bug 25140 *** -- 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=25151 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-11-13 13:50:37 CST --- closing duplicate. -- 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