[MacPorts] #53244: wine, wine-devel install but don't work

MacPorts noreply at macports.org
Sun Feb 12 17:49:04 UTC 2017


#53244: wine, wine-devel install but don't work
------------------------------+------------------------
  Reporter:  philroberts      |      Owner:  ryandesign
      Type:  defect           |     Status:  assigned
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:  2.3.5
Resolution:                   |   Keywords:
      Port:  wine wine-devel  |
------------------------------+------------------------

Comment (by casr):

 This appears to be working for me after a fresh install. I presume that
 the buildbot/administrators managed to fix the problem (Thank you!). I
 tested from a fresh install of MacPorts.

 Prior to that, however, I was attempting to go through each dependency
 tree of `wine`'s direct dependencies to narrow down the problem. I got
 some promising result when I uninstalled the `fontconfig` tree and
 installed from source like:

 {{{
 # from a fresh MacPorts...
 sudo port install wine    # ... a binary install
 export WINEPREFIX=`mktemp -d`/`date +%H:%m:%s`; winecfg    # -> misc
 errors and gdi32.dll failed to initialise
 sudo port -fp uninstall expat rdepof:expat wine    # I started with expat
 as it was the first listed dependency.
 sudo port -Ns install wine
 export WINEPREFIX=`mktemp -d`/`date +%H:%m:%s`; winecfg    # -> misc
 errors and gdi32.dll failed to initialise
 sudo port -fp uninstall fontconfig rdepof:fontconfig wine
 sudo port -Ns install wine
 export WINEPREFIX=`mktemp -d`/`date +%H:%m:%s`; winecfg   # -> success,
 winecfg dialogue appears!
 }}}

 I wanted to confirm that it was indeed just the `fontconfig` dependency
 tree that was causing the issue but when I reinstalled `wine` from a fresh
 MacPorts install everything was working normally. So my investigation was
 cut short but maybe it could still be of use...

 My guess was that it might have been to do with `fontconfig` or any of its
 dependencies:

 {{{
 % port echo rdepof:fontconfig
 bzip2
 expat
 freetype
 gettext
 gperf
 libiconv
 libpng
 ncurses
 pkgconfig
 xz
 zlib
 }}}

--
Ticket URL: <https://trac.macports.org/ticket/53244#comment:51>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list