http://bugs.winehq.org/show_bug.cgi?id=26804
Summary: 1.3.18 stop working on Mac OS X 10.6 Product: Wine Version: 1.3.18 Platform: x86-64 OS/Version: Mac OS X 10.6 Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: manphiz@gmail.com
A newly built and installed 1.3.18 on Mac OS X 10.6 doesn't work. Trying to issue "winecfg" resulted in failure_1.log in attachment. Then I tried to manually add LD_LIBRARY_PATH and DYLD_LIBRARY_PATH with "/usr/local/lib:/usr/lib:/lib:/usr/X11/lib" and then winecfg, and it hanged so I have to kill it. Partial result is in failure_2.log in attachment.
On the other hand, 1.3.17 built with the same condition works out-of-the-box (without tweaking the *_LIBRARY_PATH environment variables). Build time configurations are like below:
CFLAGS="$CFLAGS -march=core2 -mtune=core2 -O3" CXXFLAGS="$CXXFLAGS $CFLAGS" CPPFLAGS="$CPPFLAGS -I/usr/X11/include" LDFLAGS="$LDFLAGS -L/usr/X11/lib"
Please let me know if further information is needed.
http://bugs.winehq.org/show_bug.cgi?id=26804
--- Comment #1 from Xiyue Deng manphiz@gmail.com 2011-04-16 18:14:38 CDT --- Created an attachment (id=34157) --> (http://bugs.winehq.org/attachment.cgi?id=34157) failure_2.log
http://bugs.winehq.org/show_bug.cgi?id=26804
--- Comment #2 from Xiyue Deng manphiz@gmail.com 2011-04-16 18:15:00 CDT --- Created an attachment (id=34158) --> (http://bugs.winehq.org/attachment.cgi?id=34158) failure_1.log
http://bugs.winehq.org/show_bug.cgi?id=26804
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #34157|application/octet-stream |text/plain mime type| | Attachment #34157|failure_2.log |failure_2.txt filename| |
http://bugs.winehq.org/show_bug.cgi?id=26804
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #34158|application/octet-stream |text/plain mime type| | Attachment #34158|failure_1.log |failure_1.txt filename| |
http://bugs.winehq.org/show_bug.cgi?id=26804
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |windowscodecs Summary|1.3.18 stop working on Mac |__cg_jpeg_resync_to_restart |OS X 10.6 |imported from | |libTIFF.dylib does not | |exist under MacOSX Severity|major |normal
http://bugs.winehq.org/show_bug.cgi?id=26804
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|windowscodecs |-unknown
http://bugs.winehq.org/show_bug.cgi?id=26804
--- Comment #3 from Austin English austinenglish@gmail.com 2011-04-17 20:45:11 CDT --- Please run a regression test HTTP://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=26804
--- Comment #4 from Xiyue Deng manphiz@gmail.com 2011-04-24 04:17:16 CDT --- The regression test (which really takes some time to finish) reports:
a8575a8b4dc6f3678654dd3b72ece6d6f58632fa is the first bad commit commit a8575a8b4dc6f3678654dd3b72ece6d6f58632fa Author: Alexandre Julliard julliard@winehq.org Date: Tue Apr 12 21:16:15 2011 +0200
winex11: Add infrastructure for managing the extra data of generic extension events.
:100755 100755 76ecd552d6e152c8de7207090008d6bbba536d52 8e8d044e8b053b1e361316ea83c5da6705700db2 M configure :100644 100644 21c8d8552f43f7835bcd93dec6ef532401f91854 e82d193455a61ee62b911cda33398c201ea9dad9 M configure.ac :040000 040000 609097296d3364fb2dc554d0c0b7f65c9413104e 9dae66a2fb962204c6555e4f5dd0833fe5a8022f M dlls :040000 040000 1efb1aef3d5934c693909a54e8d58866d4aaed13 8e19df24d830ba8f0925488aad05e3d40a946a55 M include
http://bugs.winehq.org/show_bug.cgi?id=26804
--- Comment #5 from Dmitry Timoshkov dmitry@baikal.ru 2011-04-24 20:36:49 CDT --- (In reply to comment #4)
The regression test (which really takes some time to finish) reports:
a8575a8b4dc6f3678654dd3b72ece6d6f58632fa is the first bad commit commit a8575a8b4dc6f3678654dd3b72ece6d6f58632fa Author: Alexandre Julliard julliard@winehq.org Date: Tue Apr 12 21:16:15 2011 +0200
winex11: Add infrastructure for managing the extra data of generic
extension events.
That patch can't be the source of a regression.
http://bugs.winehq.org/show_bug.cgi?id=26804
--- Comment #6 from Xiyue Deng manphiz@gmail.com 2011-04-24 21:54:05 CDT --- That was how the regression test turns out. FYI, the last patch that still worked is this one:
Author: Henri Verbeet hverbeet@codeweavers.com 2011-04-12 08:39:19 Committer: Alexandre Julliard julliard@winehq.org 2011-04-12 08:42:17 Child: a8575a8b4dc6f3678654dd3b72ece6d6f58632fa (winex11: Add infrastructure for managing the extra data of generic extension events.) Branches: master, remotes/origin/master Follows: wine-1.3.17 Precedes: wine-1.3.18
comctl32: Allocate the correct amount of memory for tab items in TAB_InsertItemT().
HTH.
http://bugs.winehq.org/show_bug.cgi?id=26804
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com 2011-04-24 23:37:09 CDT --- It's not a valid regression test result to specify last working patch. It should be a first patch that breaks instead.
Regarding libTIFF stuff it's probably related to recent windowscodecs patches.
http://bugs.winehq.org/show_bug.cgi?id=26804
--- Comment #8 from Vincent Povirk madewokherd@gmail.com 2011-04-25 03:24:21 CDT --- Logs clearly indicate that it's not windowscodecs.
http://bugs.winehq.org/show_bug.cgi?id=26804
--- Comment #9 from Dmitry Timoshkov dmitry@baikal.ru 2011-04-25 03:38:35 CDT --- (In reply to comment #8)
Logs clearly indicate that it's not windowscodecs.
err:module:load_builtin_dll failed to load .so lib for builtin L"windowscodecs.dll": dlopen(/usr/local/lib/wine/windowscodecs.dll.so, 258): Symbol not found: __cg_jpeg_resync_to_restart
http://bugs.winehq.org/show_bug.cgi?id=26804
--- Comment #10 from Vincent Povirk madewokherd@gmail.com 2011-04-25 04:42:59 CDT --- err:module:load_builtin_dll failed to load .so lib for builtin L"gdi32.dll": dlopen(/usr/local/lib/wine/gdi32.dll.so, 258): Symbol not found: __cg_jpeg_resync_to_restart
http://bugs.winehq.org/show_bug.cgi?id=26804
--- Comment #11 from Xiyue Deng manphiz@gmail.com 2011-05-03 23:22:53 CDT --- Any update on this bug? 1.3.19 is still affected with the same errors.
http://bugs.winehq.org/show_bug.cgi?id=26804
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Mac OS X 10.6 |Mac OS X
http://bugs.winehq.org/show_bug.cgi?id=26804
--- Comment #12 from Austin English austinenglish@gmail.com 2013-11-13 16:50:21 CST --- This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.6 or newer) wine? If so, please attach the terminal output in 1.7.6 (see http://wiki.winehq.org/FAQ#get_log).
https://bugs.winehq.org/show_bug.cgi?id=26804
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED
--- Comment #13 from Austin English austinenglish@gmail.com --- Abandoned.
https://bugs.winehq.org/show_bug.cgi?id=26804
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Austin English austinenglish@gmail.com --- Closing.