On Jan 12, 2019, at 05:24, Giuseppe Di Matteo wrote:
> Le 11 janv. 2019 à 07:13, Ryan Schmidta écrit :
>
>> On Jan 10, 2019, at 12:35, Giuseppe Di Matteo wrote:
>>
>>> The wine-level install failed at xattr dependency build.
>>> High Sierra (10.13.6). Xcode 10.1 MacPorts 2.5.4
>>
>> The xattr port is needed on Mac OS X 10.4 Tiger only. On Mac OS X 10.5
>> Leopard and later, xattr is included with the operating system. So I don't
>> understand why an installation of the xattr port is being attempted in your
>> case on High Sierra which doesn't need it. What command did you run that
>> caused this to happen? And does /usr/bin/xattr exist?
>
> I’ve ran this command: sudo port install -v rdepof:wine-devel as from
> https://wiki.winehq.org/MacOS/Building.
Ok, don't do that. :)
Looks like they're suggesting that as a way to get the dependencies of wine
using MacPorts, if you want to install wine outside of MacPorts. For that use
case, we may want to consider modifying the xattr port to just be a shim around
the macOS copy of xattr, since this is not the first time this problem has been
brought to our attention.
> But just sudo port install wine-devel is okay.
Yes that's what you should do if you want to use wine from MacPorts.