[Bug 33560] New: libwine doesn't get installed
http://bugs.winehq.org/show_bug.cgi?id=33560 Bug #: 33560 Summary: libwine doesn't get installed Product: Wine Version: 1.5.30 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: CFSworks(a)gmail.com Classification: Unclassified This is a regression in Wine 1.5.30 where the Makefile doesn't install libwine, leading to this error: cfsworks(a)cfspc:~$ wine --version wine: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory This bug isn't present in 1.5.29; I'm running the regression test to identify the bad commit now. Stand by. Because this bug prevents Wine from launching at all, I have filed this as a 'Critical' 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=33560 --- Comment #1 from Alexandre Julliard <julliard(a)winehq.org> 2013-05-10 14:51:06 CDT --- Configure glitch, as a workaround you can do make install by hand in the libs/wine 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=33560 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Status|UNCONFIRMED |NEW CC| |focht(a)gmx.net Ever Confirmed|0 |1 Regression SHA1| |daa5116010a02c0509210776034 | |a249e07a546aa --- Comment #2 from Anastasius Focht <focht(a)gmx.net> 2013-05-10 15:06:24 CDT --- Hello folks, confirming, it's http://source.winehq.org/git/wine.git/commitdiff/daa5116010a02c0509210776034... Actually I feel a bit guilty because I've seen this since a few days but thought I messed my build setup up because I did a distro reinstall at the same time (Fedora 16 -> 18) and no one else experienced/reported it. Regards -- 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=33560 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1|daa5116010a02c0509210776034 |54244470f36a864843aef6485db |a249e07a546aa |1197d4ac2bd8c --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> 2013-05-10 15:14:14 CDT --- Actually the real cause is 54244470f36a864843aef6485db1197d4ac2bd8c, though the problem only appears after 11fe51b61b21bdaa517657f80d8e833c3bf0acf3. -- 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=33560 --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> 2013-05-10 15:15:53 CDT --- Created attachment 44422 --> http://bugs.winehq.org/attachment.cgi?id=44422 Fix Here's the fix. -- 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=33560 --- Comment #5 from Anastasius Focht <focht(a)gmx.net> 2013-05-10 15:41:08 CDT --- Hello folks, patch applied, clean rebuild - works ;-) Thanks Alexandre. --- snip --- $ find . -name "libwine.so*" ./wine-build32/libs/wine/libwine.so.1.0 ./wine-build32/libs/wine/libwine.so.1 ./wine-build32/libs/wine/libwine.so ./wine-build64/libs/wine/libwine.so.1.0 ./wine-build64/libs/wine/libwine.so.1 ./wine-build64/libs/wine/libwine.so ./wine-install/lib64/libwine.so.1.0 ./wine-install/lib64/libwine.so.1 ./wine-install/lib64/libwine.so ./wine-install/lib/libwine.so.1.0 ./wine-install/lib/libwine.so.1 ./wine-install/lib/libwine.so --- snip --- The distro package maintainers will probably be aware of this soon ... Regards -- 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=33560 --- Comment #6 from Sam Edwards <CFSworks(a)gmail.com> 2013-05-10 16:58:50 CDT --- I've finished bisecting, and I can confirm that the issue doesn't happen before 11fe51b, and applying the patch fixes it for me as well. Thanks! -- 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=33560 Xavier Vachon <xvachon(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xvachon(a)gmail.com -- 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=33560 Felipe Contreras <felipe.contreras(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |felipe.contreras(a)gmail.com -- 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=33560 Erich Hoover <ehoover(a)mines.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ehoover(a)mines.edu -- 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=33560 Jonny Barnes <jonnybarnes(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonnybarnes(a)gmail.com --- Comment #7 from Jonny Barnes <jonnybarnes(a)gmail.com> 2013-05-12 12:49:40 CDT --- Hi, I'm trying to compile wine on Arch Linux, when trying to apply this patch it doesn't work. I get: patching file libs/wine/Makefile.in patch unexpectedly ends in middle of line Hunk #1 FAILED at 111. 1 out of 1 hunk FAILED -- saving rejects to file libs/wine/Makefile.in.rej The command I'm using is `patch -p1 < fix-libwine.patch` where fix-libwine.patch is the contents of the attachment 44422. Anyone know how to resolve this? Cheers -- 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=33560 --- Comment #8 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-05-13 15:07:44 CDT --- Patch commited: http://source.winehq.org/git/wine.git/?a=commit;h=ce4b6451aabbe83809c7483c74... -- 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=33560 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ce4b6451aabbe83809c7483c748 | |cfa009cc090d6 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2013-05-13 15:22:59 CDT --- Fixed. -- 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=33560 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |liuycsd(a)gmail.com --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2013-05-17 10:33:49 CDT --- *** Bug 33605 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=33560 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2013-05-24 13:32:25 CDT --- Closing bugs fixed in 1.5.31. -- 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=33560 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> 2013-06-16 04:21:02 CDT --- *** Bug 33812 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.
participants (1)
-
wine-bugs@winehq.org