asb2m10 / dexed

DX7 FM multi plaform/multi format plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are you sure Dexed is ready for Apple Silicon?

cperezabo opened this issue · comments

The 0.9.6 changelog states there is M1 builds, but when I try to install Dexed, I am asked to install Rosetta.

What's happening?

➜  ~ brew install --cask dexed
Running `brew update --auto-update`...
==> Auto-updated Homebrew!
==> Updated Homebrew from 7d04dd9d6 to 0e56c86c8.
Updated 3 taps (homebrew/cask-versions, homebrew/core and homebrew/cask).

==> Downloading https://github.com/asb2m10/dexed/releases/download/v0.9.6/dexed-0.9.6-macos.zip
Already downloaded: /Users/cristian/Library/Caches/Homebrew/downloads/0dca585348869f87365e02a98aed2cbc2a23f74f12bff38dbf16afec1d184f70--dexed-0.9.6-macos.zip
==> Installing Cask dexed
==> Running installer for dexed; your password may be necessary.
Package installers may write to any location; options such as `--appdir` are ignored.
Password:
installer: This package requires Rosetta 2 to be installed.
                Please install Rosetta 2 and then try again.
                    `sudo softwareupdate --install-rosetta`

installer: Error - Dexed no puede instalarse en esta computadora.
==> Purging files for version 0.9.6 of Cask dexed
Error: Failure while executing; `/usr/bin/sudo -E -- /usr/bin/env LOGNAME=cristian USER=cristian USERNAME=cristian /usr/sbin/installer -pkg /opt/homebrew/Caskroom/dexed/0.9.6/dexed-0.9.6.mpkg -target /` exited with 1. Here's the output:
installer: This package requires Rosetta 2 to be installed.
                Please install Rosetta 2 and then try again.
                    `sudo softwareupdate --install-rosetta`

installer: Error - Dexed no puede instalarse en esta computadora.

Not at my Mac to check, but maybe it's the installer itself that needs Rosetta 2?

I don't know but it should be, otherwise it's not installable in Apple Silicon haha

It's the installer (based on http://s.sudre.free.fr/Software/Packages/about.html) that requires Rosetta, not Dexed. If I do find an Universal Binary installation tool, I will switch to it.