Opened 12 years ago

Last modified 11 years ago

#34177 new defect

wine-devel @1.5.2 run error — at Version 1

Reported by: janne@… Owned by: ryandesign@…
Priority: Normal Milestone: MacPorts Future
Component: base Version: 2.0.4
Keywords: Cc: jwa@…
Port:

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I am running Mac os x lion 10.7.3, Xcode version 432 an MacPorts 2.0.4-10.7.

I'm building a mpkg for wine-devel 1.5.2 and the build goes fine.

Buildcmd:

$ sudo port mpkg wine-devel

Installation of the newly built mpkg on another host with the same OS without Xcode and MacPorts works fine too, but when running "wine cfg" it won't start and gives the following output:

Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": dlopen(/opt/local/libexec/wine/../../lib/wine/winex11.drv.so, 258): Library not loaded: /opt/local/lib/libSM.6.dylib
  Referenced from: /opt/local/libexec/wine/../../lib/wine/winex11.drv.so
  Reason: no suitable image found.  Did find:
	/opt/local/lib/lib
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": dlopen(/opt/local/libexec/wine/../../lib/wine/winex11.drv.so, 258): Library not loaded: /opt/local/lib/libSM.6.dylib
  Referenced from: /opt/local/libexec/wine/../../lib/wine/winex11.drv.so
  Reason: no suitable image found.  Did find:
	/opt/local/lib/lib
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": dlopen(/opt/local/libexec/wine/../../lib/wine/winex11.drv.so, 258): Library not loaded: /opt/local/lib/libSM.6.dylib
  Referenced from: /opt/local/libexec/wine/../../lib/wine/winex11.drv.so
  Reason: no suitable image found.  Did find:
	/opt/local/lib/lib
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": dlopen(/opt/local/libexec/wine/../../lib/wine/winex11.drv.so, 258): Library not loaded: /opt/local/lib/libSM.6.dylib
  Referenced from: /opt/local/libexec/wine/../../lib/wine/winex11.drv.so
  Reason: no suitable image found.  Did find:
	/opt/local/lib/lib
Application tried to create a window, but no driver could be loaded.
Unknown error (127).
err:systray:initialize_systray Could not create tray window
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": dlopen(/opt/local/libexec/wine/../../lib/wine/winex11.drv.so, 258): Library not loaded: /opt/local/lib/libSM.6.dylib
  Referenced from: /opt/local/libexec/wine/../../lib/wine/winex11.drv.so
  Reason: no suitable image found.  Did find:
	/opt/local/lib/lib
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": dlopen(/opt/local/libexec/wine/../../lib/wine/winex11.drv.so, 258): Library not loaded: /opt/local/lib/libSM.6.dylib
  Referenced from: /opt/local/libexec/wine/../../lib/wine/winex11.drv.so
  Reason: no suitable image found.  Did find:
	/opt/local/lib/lib
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": dlopen(/opt/local/libexec/wine/../../lib/wine/winex11.drv.so, 258): Library not loaded: /opt/local/lib/libSM.6.dylib
  Referenced from: /opt/local/libexec/wine/../../lib/wine/winex11.drv.so
  Reason: no suitable image found.  Did find:
	/opt/local/lib/lib
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": dlopen(/opt/local/libexec/wine/../../lib/wine/winex11.drv.so, 258): Library not loaded: /opt/local/lib/libSM.6.dylib
  Referenced from: /opt/local/libexec/wine/../../lib/wine/winex11.drv.so
  Reason: no suitable image found.  Did find:
	/opt/local/lib/lib
Application tried to create a window, but no driver could be loaded.
Unknown error (127).

Am I doing something wrong ?

Change History (1)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: jwa@… added
Description: modified (diff)
Keywords: wine-devel removed
Owner: changed from macports-tickets@… to ryandesign@…

So wine-devel works on the computer you built it on, but then taking that package to another computer without Xcode and installing it there produces the error messages above?

The first thing it says is wrong is that /opt/local/lib/libSM.6.dylib doesn't exist. Does it? wine-devel declares a dependency on the xorg-libsm port; is that port also installed on that second computer?

Note: See TracTickets for help on using tickets.