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@winehq.org ReportedBy: CFSworks@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@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.
http://bugs.winehq.org/show_bug.cgi?id=33560
--- Comment #1 from Alexandre Julliard julliard@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.
http://bugs.winehq.org/show_bug.cgi?id=33560
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Status|UNCONFIRMED |NEW CC| |focht@gmx.net Ever Confirmed|0 |1 Regression SHA1| |daa5116010a02c0509210776034 | |a249e07a546aa
--- Comment #2 from Anastasius Focht focht@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
http://bugs.winehq.org/show_bug.cgi?id=33560
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1|daa5116010a02c0509210776034 |54244470f36a864843aef6485db |a249e07a546aa |1197d4ac2bd8c
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2013-05-10 15:14:14 CDT --- Actually the real cause is 54244470f36a864843aef6485db1197d4ac2bd8c, though the problem only appears after 11fe51b61b21bdaa517657f80d8e833c3bf0acf3.
http://bugs.winehq.org/show_bug.cgi?id=33560
--- Comment #4 from Alexandre Julliard julliard@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.
http://bugs.winehq.org/show_bug.cgi?id=33560
--- Comment #5 from Anastasius Focht focht@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
http://bugs.winehq.org/show_bug.cgi?id=33560
--- Comment #6 from Sam Edwards CFSworks@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!
http://bugs.winehq.org/show_bug.cgi?id=33560
Xavier Vachon xvachon@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xvachon@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=33560
Felipe Contreras felipe.contreras@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |felipe.contreras@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=33560
Erich Hoover ehoover@mines.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ehoover@mines.edu
http://bugs.winehq.org/show_bug.cgi?id=33560
Jonny Barnes jonnybarnes@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jonnybarnes@gmail.com
--- Comment #7 from Jonny Barnes jonnybarnes@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
http://bugs.winehq.org/show_bug.cgi?id=33560
--- Comment #8 from Bruno Jesus 00cpxxx@gmail.com 2013-05-13 15:07:44 CDT --- Patch commited: http://source.winehq.org/git/wine.git/?a=commit;h=ce4b6451aabbe83809c7483c74...
http://bugs.winehq.org/show_bug.cgi?id=33560
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ce4b6451aabbe83809c7483c748 | |cfa009cc090d6 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2013-05-13 15:22:59 CDT --- Fixed.
http://bugs.winehq.org/show_bug.cgi?id=33560
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |liuycsd@gmail.com
--- Comment #10 from Alexandre Julliard julliard@winehq.org 2013-05-17 10:33:49 CDT --- *** Bug 33605 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=33560
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org 2013-05-24 13:32:25 CDT --- Closing bugs fixed in 1.5.31.
http://bugs.winehq.org/show_bug.cgi?id=33560
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #12 from Alexandre Julliard julliard@winehq.org 2013-06-16 04:21:02 CDT --- *** Bug 33812 has been marked as a duplicate of this bug. ***