Hello,

On Sep 7, 2018, at 12:19, Gijs Vermeulen wrote:

> I need some help installing wine dependencies.
> I tried running port install -v rdepof:wine-devel +x11 +universal but it 
> fails when it tries to install xattr.
> 
> I get "Error: xattr cannot be installed for the configured universal_archs 
> 'x86_64 i386' because it only supports the arch(s) 'i386 ppc'."
> 
> Is there anything wrong with the command I am running or is there something I 
> can do to fix it (I can't add ppc to the universal_archs because then other 
> stuff will start failing)?

On Sep 7, 2018, at 12:20, Gijs Vermeulen wrote:

> Sorry for the noise, but I'm running the latest version of macports on macOS 
> High Sierra, also the latest version.

You're right that you should not add ppc to universal_archs on macOS High 
Sierra. You cannot build ppc software with the compilers included with Xcode on 
High Sierra, nor could you run it even if you could build it.

The libtool port, which is a dependency of the wine ports, requires the xattr 
command in order to fix a packaging error in the current version of libtool. We 
will presumably be able to remove this dependency when the next version of 
libtool is released, assuming it is packaged correctly.

The xattr command is included in Mac OS X Leopard and later, so there should be 
no need to install the xattr port on recent systems. The xattr port only exists 
for Tiger, which did not include that command.

If MacPorts is trying to install the xattr port on your system, that implies 
that your operating system's /usr/bin/xattr command is missing. If that's so, 
restore it from your backups or reinstall macOS.


Reply via email to